From: Bill Stoddard Date: Sat, 29 Jul 2000 19:43:35 +0000 (+0000) Subject: Copy some 1.3 doc to 2.0 X-Git-Tag: APACHE_2_0_ALPHA_5~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd1acd8dc6de637096ebe741c50a4fc593eab17c;p=apache Copy some 1.3 doc to 2.0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85938 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ-D.html b/docs/manual/misc/FAQ-D.html index a4062e92dd..f6f44f9008 100644 --- a/docs/manual/misc/FAQ-D.html +++ b/docs/manual/misc/FAQ-D.html @@ -31,7 +31,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.5 $ ($Date: 1999/12/10 14:56:26 $) + $Revision: 1.6 $ ($Date: 2000/07/29 19:43:35 $)

The latest version of this FAQ is always available from the main @@ -105,6 +105,12 @@

  • When I try to start Apache for Windows, I get a message like "Unable To Locate WS2_32.DLL...". What should I do?
  • +
  • Apache for Windows does not start. + Error log contains this message "[crit] (10045) The attempted + operation is not supported for the type of object referenced: Parent: + WSADuplicateSocket failed for socket ###". What does this + mean? +
  • @@ -384,7 +390,37 @@


    - +
  • + Apache for Windows does not start. Error log contains this message: + "[crit] (10045) The attempted operation is not supported for + the type of object referenced: Parent: WSADuplicateSocket failed for + socket ###". What does this mean? +

    + 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 of the failure. +

    +

    + The shim is not unloaded when Aventail Connect is shut down. 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: + "How to Remove Aventail Connect v3.x from the LSP Order for Testing + Purposes." +

    +

    + Another potential solution (not tested) is to add apache.exe + to the Aventail "Connect Exclusion List". See this link for details: + "How to Add an Application to Aventail Connect's Application Exclusion + List." +

    +
    +