> Can I restart the web server without killing the sessions?
not with apachectl restart, it might kill some open connections.
> I'm pretty sure the answer is "yes" since all restart does it send a SIGHUP
> signal to httpd. Can anyone confirm or deny this?
for minimum impact try apachectl graceful
<a style='text-decoration: underline;' href="http://httpd.apache.org/docs/programs/apachectl.html" target="_blank">http://httpd.apache.org/docs/programs/apachectl.html</a>
joachim<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Is apachectl restart safe for connected users and sessions?