Jump to content
Froxlor Forum
  • 0

Kein Zugriff auf Froxlor Admin Pannel


darxbiwa

Question

Posted

Hallo Zusammen,

seit gestern Abend ist bei mir das Problem aufgetreten, das ich kein Zugriff auf das Froxlor Panel habe und meine Wordpress Webseite über die Domain auch nicht mehr aufgerufen werden kann.

Mit dem Befehl systemct1 status apache2 bekomme ich folgende Fehlermeldung:

Spoiler


● apache2.service - LSB: Apache2 web server
   Loaded: loaded (/etc/init.d/apache2)
  Drop-In: /lib/systemd/system/apache2.service.d
           └─forking.conf
   Active: failed (Result: exit-code) since Thu 2019-06-06 00:01:06 CEST; 14h ago
  Process: 2604 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)

Jun 06 00:01:06 vps1817752.vs.webtropia-customer.com apache2[2604]: Starting web server: apache2 failed!
Jun 06 00:01:06 vps1817752.vs.webtropia-customer.com apache2[2604]: The apache2 configtest failed. ... (warning).
Jun 06 00:01:06 vps1817752.vs.webtropia-customer.com apache2[2604]: Output of config test was:
Jun 06 00:01:06 vps1817752.vs.webtropia-customer.com apache2[2604]: AH00526: Syntax error on line 6 of /etc/apache2/sites-enabled/30_froxlor_normal_vhost_cashflow-media.de.conf:
Jun 06 00:01:06 vps1817752.vs.webtropia-customer.com apache2[2604]: <VirtualHost> directive requires additional arguments
Jun 06 00:01:06 vps1817752.vs.webtropia-customer.com apache2[2604]: Action 'configtest' failed.
Jun 06 00:01:06 vps1817752.vs.webtropia-customer.com apache2[2604]: The Apache error log may have more information.
 

Freue mich über Lösüngen.. 

 

11 answers to this question

Recommended Posts

Posted

Du hast in der Domain übrigens  eine IPv4 und eine IPv6 Adresse hinterlegt...in deinem Vhost ist aber nur eine von beiden, du solltest alle IPs in froxlor eintragen, sonst kommen so leute wie ich, mit IPv6 verbindung nicht dahin wo du sie haben willst

Posted

Ahh ja, siehe da, es liegt an IPV6. Habe bei der Domain die IPV6 Adresse aus dem AAAA-Record rausgenommen und es funktioniert nun...

Posted

Wow, wie auch immer du das geschafft hast, keine IP in Froxlor???

Wie sieht denn die ganze Datei aus?

cat /etc/apache2/sites-enabled/30_froxlor_normal_vhost_xxxx.de.conf

 

Posted

<VirtualHost >
  ServerName xxxxx.de
  ServerAlias www.XXXXXXX.de
  ServerAdmin xxx@XXXX.de
  DocumentRoot "/var/customers/webs/XXXX/"
  php_admin_value sendmail_path "/usr/sbin/sendmail -t -f xxx@xxxx.net"
  php_admin_value open_basedir "/var/customers/webs/XXX:/tmp"
  ErrorLog "/var/customers/logs/XXX-error.log"
  CustomLog "/var/customers/logs/XXXX-access.log" combined
</VirtualHost>
 

Posted

Du hast es irgendwie hinbekommen keine IP's zu haben in Froxlor. Das geht aus dem Panel heraus schlichtweg nicht, also muss jemand manuell in der Datenbank rumgespielt haben :)

Prüfe mal was in der Tabelle 'panel_ipsandports' in der froxlor-Datenbank drinsteht....falls was drinsteht

Posted

Also in der Tabelle steht der IP drin, jeweils mit dem 80 und 443 Port.

Anfangs war es beim Aufruf der Domain ein SSL Fehler und nun so etwas..

Posted

Naja, offenbar stimmt da aber was bei dir nicht, sonst würde er keine vhosts ohne IP:Port Angabe anlegen.

Sind in der Tabelle panel_domaintoip Zuordnungen von Domain zu IP vorhanden oder ist die leer?

Was gibt denn die manuelle Ausführung des cronjobs aus?

php /var/www/froxlor/scripts/froxlor_master_cronjob.php --force --debug

Posted

So habe es hinbekommen, dass ich wieder Zugriff auf Froxlor habe.. Dann wäre das Problem das über die Domain die Webseiten nicht aufrufbar sind.

Der Fehler, welches im Browser angezeigt wird: 

ERR_SSL_PROTOCOL_ERROR

 

Posted

Nopaste doch bitte mal deine vhosts der betreffenden Domain....mit den Aussagen ist dir echt schwer zu helfen...

Posted

Also in der Error.log steht folgendes: 

Zitat

[Sat Jun 08 12:29:24.335342 2019] [ssl:warn] [pid 15069] AH01909: vps1817752:443:0 server certificate does NOT include an ID which matches the server name
[Sat Jun 08 12:29:24.337710 2019] [mpm_prefork:notice] [pid 15069] AH00163: Apache/2.4.10 (Debian) OpenSSL/1.0.1t configured -- resuming normal operations
[Sat Jun 08 12:29:24.337758 2019] [core:notice] [pid 15069] AH00094: Command line: '/usr/sbin/apache2'
 

Vhost: 

# Domain ID: 6 (SSL) - CustomerID: 1 - CustomerLogin: XXXX
<VirtualHost XXXXX:443>
  ServerName XXXXX.de
  ServerAlias www.XXXX.de
  ServerAdmin XXXXX@XXXX
  SSLEngine On
  SSLProtocol -ALL +TLSv1 +TLSv1.2
  SSLCompression Off
  SSLHonorCipherOrder On
  SSLCipherSuite ECDH+AESGCM:ECDH+AES256:!aNULL:!MD5:!DSS:!DH:!AES128
  SSLVerifyDepth 10
  SSLCertificateFile /etc/ssl/froxlor-custom/XXXXXe.crt
  SSLCertificateKeyFile /etc/ssl/froxlor-custom/XXXXX.de.key
  SSLCACertificateFile /etc/ssl/froxlor-custom/XXXXX.de_CA.pem
  SSLCertificateChainFile /etc/ssl/froxlor-custom/XXXX.de_chain.pem
  <IfModule mod_headers.c>
    Header always set Strict-Transport-Security "max-age=31536000"
  </IfModule>
  DocumentRoot "/var/customers/webs/XXXXX/"
  php_admin_value sendmail_path "/usr/sbin/sendmail -t -f XXXXX@XXXXX"
  php_admin_value open_basedir "/var/customers/webs/XXXXX:/tmp"
  Alias /webalizer "/var/customers/webs/XXXX/webalizer/XXXXX.de"
  ErrorLog "/var/customers/logs/XXXXX.de-error.log"
  CustomLog "/var/customers/logs/XXXX.de-access.log" combined
</VirtualHost>


 

Posted
Just now, darxbiwa said:

<VirtualHost XXXXX:443>

nun ist ja doch eine IP da drin...also kann der ursprüngliche Fehler ja nicht mehr auftauchen...was geht denn jetzt noch genau nicht?

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...