You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/08/10 23:21:35 UTC

DO NOT REPLY [Bug 11608] New: - Apache fails to start. (winnt_accept: Asynchronous AcceptEx failed)

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)

           Summary: Apache fails to start. (winnt_accept: Asynchronous
                    AcceptEx failed)
           Product: Apache httpd-2.0
           Version: 2.0.39
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Other Modules
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: clomax@coemergence.com


I have recently installed mod_jk on apache under windows 2k.  When I try to 
restart the server, it fails reporting: 
winnt_accept: Asynchronous AcceptEx failed

When i comment out the line:
Include "C:/Program Files/Apache Tomcat 4.0/conf/auto/mod_jk.conf"
it starts fine.

the following is a copy of the mod_jk.conf:

-- START mod_jk.conf --

########## Auto generated on Sat Aug 10 18:01:23 ADT 2002##########

<IfModule !mod_jk.c>
  LoadModule jk_module C:/Program Files/Apache Group/Apache2/modules/mod_jk.dll
</IfModule>


<VirtualHost localhost>
    ServerName localhost

    JkMount /manager ajp13
    JkMount /manager/* ajp13

    JkMount /examples ajp13
    JkMount /examples/* ajp13

    JkMount /tomcat-docs ajp13
    JkMount /tomcat-docs/* ajp13

    JkMount /webdav ajp13
    JkMount /webdav/* ajp13

    JkMount /jk ajp13
    JkMount /jk/* ajp13
</VirtualHost>

-- END mod_jk.conf --

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org