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

more specifically
caught SIGWINCH, shutting down gracefully

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

Thanks --sw , but same issue with sudo systemctl restart apache2 and resizing is not the issue - i will keep diggin

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct