Beim Ausführen service apache start
sehe ich in der Protokolldatei diesen Eintrag:
[mpm_event:notice] [pid 1906:tid XXX] AH00489: Apache/2.4.23 (Unix)
OpenSSL/1.0.2g PHP/7.0.9 configured -- resuming normal operations
[core:notice] [pid 1906:tid XXX] AH00094: Command line: '/usr/sbin/httpd'
[mpm_event:notice] [pid 1906:tid XXX] AH00492: caught SIGWINCH, shutting down gracefully
und der Dienst apache
startet nicht? Ich kann im Internet finden, was SIGWINCH
[ Window size change
] bedeutet, aber es hilft mir in diesem Fall nicht wirklich.
Die Datei /etc/systemd/system/apache.service
:
[Unit]
Description=The Apache Webserver [FaF Compiled]
After=network.target nss-lookup.target time-sync.target
Before=getty@tty1.service plymouth-quit.service xdm.service
[Service]
Type=notify
PrivateTmp=true
ExecStart=/usr/sbin/httpd -k start
ExecReload=/usr/sbin/httpd -k graceful
ExecStop=/usr/sbin/httpd -k graceful-stop
KillMode=mixed
[Install]
WantedBy=multi-user.target
Alias=httpd.service apache.service
Läuft auf SLES 12 SP1. Ich habe Apache selbst kompiliert. Das Starten mit apachectl -k start
funktioniert perfekt und ich kann auf den PHP-Code zugreifen und ihn ausführen.
Meine Frage:
Was mache ich falsch, dass der apache
Dienst nicht startet. Ich habe es mit aktiviert systemctl enable apache
. Dies war die Ausgabe:
ln -s '/usr/lib/systemd/system/apache2.service' '/etc/systemd/system/httpd.service'
ln -s '/usr/lib/systemd/system/apache2.service' '/etc/systemd/system/apache.service'
ln -s '/usr/lib/systemd/system/apache2.service' '/etc/systemd/system/multi-user.target.wants/apache2.service'
SIGWINCH
tödlich gemacht? Die Standardaktion besteht darin, das Signal zu verwerfen.