How do I gracefully restart Apache?
Is there any way to gracefully restart Apache? On a standard setup I would normally run this command:
<pre>sudo apachectl graceful</pre>
But the Apache 2 that comes with OS X Server 10.5 does not gracefully restart with this command. Instead it will interrupt all open connections stopping all downloads. I'm assuming this is because Apache is handled by launchd which doesn't support graceful restarts. Is there any way to get around this problem?
<pre>sudo apachectl graceful</pre>
But the Apache 2 that comes with OS X Server 10.5 does not gracefully restart with this command. Instead it will interrupt all open connections stopping all downloads. I'm assuming this is because Apache is handled by launchd which doesn't support graceful restarts. Is there any way to get around this problem?
Mac OS X (10.5.1)