@JaredBusch said in httpd dead but pid file exists:

In fact, I would rename anything in conf.d first, and restart.

You could do something like this...

mv conf.d conf.d.orig
mkdir conf.d

That way you have an empty folder, but can replace it with the old one in a snap all at once.