Failed to start The Apache HTTP Server
Hello,
Failed to start The Apache HTTP Server when I service apache2 restart as root.
Not a lot of info. Any ideas ?
3 Replies
Failed to start The Apache HTTP Server when I service apache2 restart as root.
The correct command is
sudo systemctl restart apache2
service hasn't been a thing since the execrable systemd appeared on the scene and took over everything.
SIGWINCH is a signal a process gets when running in the foreground in a terminal window and the window size changes.
See: https://stackoverflow.com/questions/780853/what-is-in-apache-2-a-caught-sigwinch-error
-- sw