Page 1 of 1

SOLVED: httpd (pid 4561?) not running

Posted: Mon Jan 23, 2017 9:38 pm
by mister_v
Hello,

Can't restart Apache2.. httpd (pid #) not running

Apache has crashed and now I cant restart it.

Re: httpd (pid 4561?) not running

Posted: Tue Jan 24, 2017 11:04 pm
by chris
Did you try:

Code: Select all

/etc/init.d/apache2 restart

It also possible that the process crashed.
Look for the file

Code: Select all

/run/apache2.pid
If it exists, delete it;
and retry.

Re: httpd (pid 4561?) not running

Posted: Wed Jan 25, 2017 12:38 pm
by mister_v
Thanks this solved the problem.

I deleted the file,
and restarted the process.