Guten Tag,
ich habe bei einem Server das Problem, dass er mit die config Datei unter /etc/apache2/conf-available nicht anlegt. Allerdings habe ich auch keine config Datei mehr unter /etc/apache/conf.d.
Installiert ist jetzt Debian 8 mit LiveConfig LiveConfig 1.9.0-r3583 und Apache 2.4.10 (2.4.10-10).
liveconfig.log:
[2015/05/26 11:47:14.972651] [7188|7190] [LUA] LC.exec(/etc/init.d/apache2 restart): program output: Restarting apache2 (via systemctl): apache2.service.
[2015/05/26 11:47:14.972652] [7188|7189] [LUA] LC.exec(/etc/init.d/apache2 reload): program output: Reloading apache2 configuration (via systemctl): apache2.service.
[2015/05/26 11:47:17.919104] [7188|7191] [LUA] LC.exec(/usr/sbin/a2ensite web1.conf): program output: Site web1 already enabled
[2015/05/26 11:47:26.108911] [7188|7190] [LUA] LC.exec(/etc/init.d/apache2 restart): program output: Restarting apache2 (via systemctl): apache2.service.
[2015/05/26 11:47:28.026493] [7188|7189] [LUA] LC.exec(/etc/init.d/apache2 reload): program output: Reloading apache2 configuration (via systemctl): apache2.service failed!
[2015/05/26 11:47:28.026526] [7188|7189] [LUA] LC.exec(/etc/init.d/apache2 reload): error output: Job for apache2.service failed. See 'systemctl status apache2.service' and 'journalctl -xn' for details.
[2015/05/26 11:47:28.026537] [7188|7189] [LUA] LC.exec(/etc/init.d/apache2 reload): exited with return code 1
apache2/error.log:
[Tue May 26 11:23:27.006910 2015] [mpm_prefork:alert] [pid 813] no listening sockets available, shutting down
[Tue May 26 11:23:27.006919 2015] [:emerg] [pid 813] AH00019: Unable to open logs, exiting
systemctl status apache2.service liefert folgenden output:
* apache2.service - LSB: Apache2 web server Loaded: loaded (/etc/init.d/apache2)
Active: active (exited) (Result: exit-code) since Di 2015-05-26 12:04:43 CEST; 5s ago
Process: 9608 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/SUCCESS)
Process: 9643 ExecReload=/etc/init.d/apache2 reload (code=exited, status=1/FAILURE)
Process: 9617 ExecStart=/etc/init.d/apache2 start (code=exited, status=0/SUCCESS)
Mai 26 12:04:43 ngt1 apache2[9617]: AH00015: Unable to open logs
Mai 26 12:04:43 ngt1 apache2[9617]: Action 'start' failed.
Mai 26 12:04:43 ngt1 apache2[9617]: The Apache error log may have more information.
Mai 26 12:04:43 ngt1 apache2[9617]: .
Mai 26 12:04:43 ngt1 systemd[1]: Started LSB: Apache2 web server.
Mai 26 12:04:43 ngt1 systemd[1]: Reloading LSB: Apache2 web server.
Mai 26 12:04:43 ngt1 apache2[9643]: Reloading web server: apache2 failed!
Mai 26 12:04:43 ngt1 apache2[9643]: Apache2 is not running ... (warning).
Mai 26 12:04:43 ngt1 systemd[1]: apache2.service: control process exited, code=exited status=1
Mai 26 12:04:43 ngt1 systemd[1]: Reload failed for LSB: Apache2 web server.
Alles anzeigen
Apache und LiveConfig habe ich beide schon komplett gepurged und neuinstalliert. Hat leider nicht geholfen. Auch läuft kein weiterer Apache Prozess, weshalb ich die Fehlermeldung von Apache nicht ganz verstehe. Neue Config über die LiveConfig GUI habe ich auch schon generieren lassen, allerdings ohne Erfolg.
Hat jemand auch das Problem oder eventuell eine Lösung parat?
Viele Grüße