You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "William A. Rowe, Jr." <wr...@lnd.com> on 2000/07/05 21:02:14 UTC

RE: cvs commit: apache-1.3/htdocs/manual/misc FAQ-D.html

Can we mention BlackIce and other firewall products in this same
context, as well as observing the results of NETSTAT /an
to determine if there are specific port conflicts?

> stoddard    00/07/05 08:31:35
> 
>   Modified:    htdocs/manual/misc FAQ-D.html
>   Log:
>   Document Apache on Windows start-up failure
>   
>   Revision  Changes    Path
>   1.6       +26 -2     apache-1.3/htdocs/manual/misc/FAQ-D.html
>   
>   Index: FAQ-D.html
>   ===================================================================
>   RCS file: /home/cvs/apache-1.3/htdocs/manual/misc/FAQ-D.html,v
>   retrieving revision 1.5
>   retrieving revision 1.6
>   diff -u -r1.5 -r1.6
>   --- FAQ-D.html	1999/12/10 14:56:26	1.5
>   +++ FAQ-D.html	2000/07/05 15:31:29	1.6
>   @@ -31,7 +31,7 @@
>      <!--#include virtual="header.html" -->
>      <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
>      <P>
>   -  $Revision: 1.5 $ ($Date: 1999/12/10 14:56:26 $)
>   +  $Revision: 1.6 $ ($Date: 2000/07/05 15:31:29 $)
>      </P>
>      <P>
>      The latest version of this FAQ is always available from the main
>   @@ -105,6 +105,11 @@
>       <LI><A HREF="#ws2_32dll">When I try to start Apache for 
> Windows, I get a message
>    	like "<samp>Unable To Locate WS2_32.DLL...</samp>". 
> What should I do?</A>
>       </LI>
>   +   <LI><A HREF="#WSADuplicateSocket">Apache for Windows 
> does not start. Error log
>   +	contains this message "<samp>[crit] (10045) The 
> attempted operation is not
>   +	supported for the type of object referenced: Parent: 
> WSADuplicateSocket
>   +	failed for socket ###</samp>".
>   +   </LI>
>      </OL>
>     </LI>
>    <!--#endif -->
>   @@ -384,7 +389,26 @@
>      </p>
>      <hr>
>     </LI>
>   -
>   + <LI><A name="WSADuplicateSocket">
>   +      <b>Apache for Windows does not start. Error log 
> contains this message:
>   +      "<samp>[crit] (10045) The attempted operation is not 
> supported for the type of object
>   +      referenced: Parent: WSADuplicateSocket failed for 
> socket ###</samp>".</b></A>
>   +  <p>
>   +      We have seen this problem when Apache is run on 
> systems along with Virtual Private Networking
>   +      clients like Aventail Connect. Aventail Connect is a 
> Layered Service Provider (LSP) that
>   +      inserts itself, as a "shim", between the Winsock 2 
> API and Window's native Winsock 2
>   +      implementation. The Aventail Connect shim does not 
> implement WSADuplicateSocket, which is the
>   +      cause for the failure.
>   +  </p>
>   +  <p>
>   +      The shim is not unloaded when Aventail Connect is 
> shutdown. Once observed, the problem persists
>   +      until the shim is either explicitly unloaded or the 
> machine is rebooted. Instructions for
>   +      temporarily removing the Aventail Connect V3.x shim 
> can be found here:
>   +      <A 
> HREF="http://support.aventail.com/akb/article00386.html" 
> >"How to Remove Aventail Connect v3.x
>   +      from the LSP Order for Testing Purposes"</A>
>   +  </p>
>   +  <hr>
>   + </LI>
>    </OL>
>    <!--#endif -->
>    <!--#if expr="$STANDALONE" -->
>   
>   
>   
> 

Re: cvs commit: apache-1.3/htdocs/manual/misc FAQ-D.html

Posted by Bill Stoddard <st...@raleigh.ibm.com>.
It would be a good idea to mention in FAQ item all WSADuplicateSocket failures (port 80
not available, etc.).  Add another entry if what you have in mind is not related to the
WSADuplicateSocket failure.

Bill

----- Original Message -----
From: William A. Rowe, Jr. <wr...@lnd.com>
To: <ne...@apache.org>
Sent: Wednesday, July 05, 2000 3:02 PM
Subject: RE: cvs commit: apache-1.3/htdocs/manual/misc FAQ-D.html


> Can we mention BlackIce and other firewall products in this same
> context, as well as observing the results of NETSTAT /an
> to determine if there are specific port conflicts?
>
> > stoddard    00/07/05 08:31:35
> >
> >   Modified:    htdocs/manual/misc FAQ-D.html
> >   Log:
> >   Document Apache on Windows start-up failure
> >
> >   Revision  Changes    Path
> >   1.6       +26 -2     apache-1.3/htdocs/manual/misc/FAQ-D.html
> >
> >   Index: FAQ-D.html
> >   ===================================================================
> >   RCS file: /home/cvs/apache-1.3/htdocs/manual/misc/FAQ-D.html,v
> >   retrieving revision 1.5
> >   retrieving revision 1.6
> >   diff -u -r1.5 -r1.6
> >   --- FAQ-D.html 1999/12/10 14:56:26 1.5
> >   +++ FAQ-D.html 2000/07/05 15:31:29 1.6
> >   @@ -31,7 +31,7 @@
> >      <!--#include virtual="header.html" -->
> >      <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
> >      <P>
> >   -  $Revision: 1.5 $ ($Date: 1999/12/10 14:56:26 $)
> >   +  $Revision: 1.6 $ ($Date: 2000/07/05 15:31:29 $)
> >      </P>
> >      <P>
> >      The latest version of this FAQ is always available from the main
> >   @@ -105,6 +105,11 @@
> >       <LI><A HREF="#ws2_32dll">When I try to start Apache for
> > Windows, I get a message
> >    like "<samp>Unable To Locate WS2_32.DLL...</samp>".
> > What should I do?</A>
> >       </LI>
> >   +   <LI><A HREF="#WSADuplicateSocket">Apache for Windows
> > does not start. Error log
> >   + contains this message "<samp>[crit] (10045) The
> > attempted operation is not
> >   + supported for the type of object referenced: Parent:
> > WSADuplicateSocket
> >   + failed for socket ###</samp>".
> >   +   </LI>
> >      </OL>
> >     </LI>
> >    <!--#endif -->
> >   @@ -384,7 +389,26 @@
> >      </p>
> >      <hr>
> >     </LI>
> >   -
> >   + <LI><A name="WSADuplicateSocket">
> >   +      <b>Apache for Windows does not start. Error log
> > contains this message:
> >   +      "<samp>[crit] (10045) The attempted operation is not
> > supported for the type of object
> >   +      referenced: Parent: WSADuplicateSocket failed for
> > socket ###</samp>".</b></A>
> >   +  <p>
> >   +      We have seen this problem when Apache is run on
> > systems along with Virtual Private Networking
> >   +      clients like Aventail Connect. Aventail Connect is a
> > Layered Service Provider (LSP) that
> >   +      inserts itself, as a "shim", between the Winsock 2
> > API and Window's native Winsock 2
> >   +      implementation. The Aventail Connect shim does not
> > implement WSADuplicateSocket, which is the
> >   +      cause for the failure.
> >   +  </p>
> >   +  <p>
> >   +      The shim is not unloaded when Aventail Connect is
> > shutdown. Once observed, the problem persists
> >   +      until the shim is either explicitly unloaded or the
> > machine is rebooted. Instructions for
> >   +      temporarily removing the Aventail Connect V3.x shim
> > can be found here:
> >   +      <A
> > HREF="http://support.aventail.com/akb/article00386.html"
> > >"How to Remove Aventail Connect v3.x
> >   +      from the LSP Order for Testing Purposes"</A>
> >   +  </p>
> >   +  <hr>
> >   + </LI>
> >    </OL>
> >    <!--#endif -->
> >    <!--#if expr="$STANDALONE" -->
> >
> >
> >
> >