> That won't be enough in all cases unless it actually replaces the > interpreter, like PerlFreshRestart used to. > > I would do a graceful shutdown and restart.
I've had lots of problems with graceful restarts hanging indefinitely, I think caused by issues with the mod_ssl module. I'd also recommend: apachectl graceful-stop; apachectl start clint