DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27869>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27869 stopping and starting httpd again immediately causes bind() to fail ------- Additional Comments From [EMAIL PROTECTED] 2004-03-26 13:11 ------- >Also why SO_REUSEADDR option on socket can't be used? This option is already used. On most platforms (including everywhere that worker MPM runs), SO_REUSEADDR does not allow an app to bind to a port that some other process still has a listening socket on. It only allows an app to bind to a port where there are still TCP connections in terminating states (e.g., TIME_WAIT) which were established while some app was bound to the port. How long is it taking the Apache processes to fully shut down in your environment before Apache can successfully re-initialize? Is anything written to error log during shutdown? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
