DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11608>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11608 Apache fails to start. (winnt_accept: Asynchronous AcceptEx failed) ------- Additional Comments From [EMAIL PROTECTED] 2002-10-07 14:26 ------- I had the same problem when upgrading from 2.00.40 to 2.00.43 - the latest release failed with the "AcceptEx error". I replaced my own httpd.conf file with the default .conf file and Apache started without any problem. Upon comparing both files, the difference rested on the "Listen" directive, which was boud to the server's IP address. My workaround was the following: - unplugged server from network - installed lastest release (2.00.43) - confirmed that Apache ran with default httpd.conf file - replaced default httpd.conf with custom httpd.conf - replaced "Listen xxx.xxx.xxx.xxx:80" by "Listen 80" on my custom httpd.conf - re-started Apache - plugged server to network - replaced "Listen 80" by "Listen xxx.xxx.xxx.xxx:80" on my custom httpd.conf - re-started Apache Hope this helps --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
