Apache startet nicht mehr nach Let's Encrypt Zertifikat Erstellung

Andreas97

New Member
Debian 8.6 / ISPConfig 3 neueste Version

Ich konnte für alle Webs problemlos Let's Encrypt Zertifikate erstellen, aber ein Web macht massive Probleme und ich weiß nicht warum.
Ich mach den Haken bei "Let's Encrypt" ein und Apache schaltet ab, Neustart aber geht ohne Probleme:

root@server13:~# /etc/init.d/apache2 restart
[ ok ] Restarting apache2 (via systemctl): apache2.service.

Danach ist der Haken wieder draußen und SSL geht nicht.

Wollte jetzt einfach ein neues Web anlegen mit dem Namen domain.com und dafür das alte Web umbennen auf domain2.com.

Jetzt schaltet Apache auch ab und startet gar nicht mehr.

Logs:


root@server13:~# /etc/init.d/apache2 restart
[....] Restarting apache2 (via systemctl): apache2.serviceJob for apache2.servic e failed. See 'systemctl status apache2.service' and 'journalctl -xn' for detail s.
failed!
root@server13:~# systemctl status apache2.service
● 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 Wed 2016-12-28 02:24:31 CET; 12s ago
Process: 38056 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/SUCCES S)
Process: 51159 ExecReload=/etc/init.d/apache2 reload (code=exited, status=0/SU CCESS)
Process: 38208 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAIL URE)

Dec 28 02:24:31 server13 apache2[38208]: The apache2 configtest failed. .....
Dec 28 02:24:31 server13 apache2[38208]: Output of config test was:
Dec 28 02:24:31 server13 apache2[38208]: AH00548: NameVirtualHost has no ...9
Dec 28 02:24:31 server13 apache2[38208]: AH00526: Syntax error on line 16...:
Dec 28 02:24:31 server13 apache2[38208]: Invalid command 'always_populate...n
Dec 28 02:24:31 server13 apache2[38208]: Action 'configtest' failed.
Dec 28 02:24:31 server13 apache2[38208]: The Apache error log may have mo....
Dec 28 02:24:31 server13 systemd[1]: apache2.service: control process exi...1
Dec 28 02:24:31 server13 systemd[1]: Failed to start LSB: Apache2 web server.
Dec 28 02:24:31 server13 systemd[1]: Unit apache2.service entered failed ....
Hint: Some lines were ellipsized, use -l to show in full.
root@server13:~# systemctl status apache2.service -l
● 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 Wed 2016-12-28 02:24:31 CET; 28s ago
Process: 38056 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/SUCCESS)
Process: 51159 ExecReload=/etc/init.d/apache2 reload (code=exited, status=0/SUCCESS)
Process: 38208 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)

Dec 28 02:24:31 server13 apache2[38208]: The apache2 configtest failed. ... (warning).
Dec 28 02:24:31 server13 apache2[38208]: Output of config test was:
Dec 28 02:24:31 server13 apache2[38208]: AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/sites-enabled/000-ispconfig.conf:69
Dec 28 02:24:31 server13 apache2[38208]: AH00526: Syntax error on line 162 of /etc/apache2/sites-enabled/100-domain2.com.net.vhost:
Dec 28 02:24:31 server13 apache2[38208]: Invalid command 'always_populate_raw_post_data=-1', perhaps misspelled or defined by a module not included in the server configuration
Dec 28 02:24:31 server13 apache2[38208]: Action 'configtest' failed.
Dec 28 02:24:31 server13 apache2[38208]: The Apache error log may have more information.
Dec 28 02:24:31 server13 systemd[1]: apache2.service: control process exited, code=exited status=1
Dec 28 02:24:31 server13 systemd[1]: Failed to start LSB: Apache2 web server.
Dec 28 02:24:31 server13 systemd[1]: Unit apache2.service entered failed state.

Hier der error.log von Apache.

Weiß jemand was da nicht geht? :(
 

Andreas97

New Member
Apache startet wieder wenn man die eigentlich gültige Apache Derektive always_populate_raw_post_data=-1 entfernt, aber das Zertifikat erstellen ist immer noch unmöglich. Sehr merkwürdig.

Hier mal der Log von /var/log/letsencrypt/letsencrypt.log.

Der Log ergibt aber aus meiner Sicht keinen Sinn, weil alle Domains auf die gleiche Art und Weise eingerichtet sind. Die Subdomain www existiert auch.
 
Zuletzt bearbeitet:

Werbung

Top