SOLVED: httpd (pid 4561?) not running

Questions related to the Apache server
Post Reply
mister_v
Posts: 188
Joined: Thu Mar 04, 2010 9:19 pm

SOLVED: httpd (pid 4561?) not running

Post by mister_v »

Hello,

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

Apache has crashed and now I cant restart it.
Last edited by mister_v on Wed Jan 25, 2017 12:38 pm, edited 1 time in total.
chris
Site Admin
Posts: 194
Joined: Mon Jul 21, 2008 9:52 am

Re: httpd (pid 4561?) not running

Post 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.
mister_v
Posts: 188
Joined: Thu Mar 04, 2010 9:19 pm

Re: httpd (pid 4561?) not running

Post by mister_v »

Thanks this solved the problem.

I deleted the file,
and restarted the process.
Post Reply