]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update FAQ with winsock 2 info..
authorBill Stoddard <stoddard@apache.org>
Fri, 17 Sep 1999 17:31:37 +0000 (17:31 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 17 Sep 1999 17:31:37 +0000 (17:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83902 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ-D.html

index 679de4afd3623cc95837f860a9ec8f185e0cb3f1..a00f9a6cbcf790851f5b79b6adc413f5bd6165d0 100644 (file)
@@ -31,7 +31,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.3 $ ($Date: 1999/08/04 18:10:40 $)
+  $Revision: 1.4 $ ($Date: 1999/09/17 17:31:37 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
        Use ServerName directive to set it manually.</samp>"  What does
        this mean?</A>
    </LI>
+   <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>
   </OL>
  </LI>
 <!--#endif -->
   </p>
   <hr>
  </LI>
+ <LI><A name="ws2_32dll">
+       <b>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?</b></A>
+  <p>
+  Short answer: You need to install Winsock 2, available from
+  <A HREF="http://www.microsoft.com/windows95/downloads/">http://www.microsoft.com/windows95/downloads/</A>
+  </p>
+  <p>
+  Detailed answer: Prior to version 1.3.9, Apache for Windows used Winsock 1.1. Beginning with
+  version 1.3.9, Apache began using Winsock 2 features (specifically, WSADuplicateSocket()).
+  WS2_32.DLL implements the Winsock 2 API. Winsock 2 ships with Windows NT 4.0 and Windows 98.
+  Some of the earlier releases of Windows 95 did not include Winsock 2.
+  </p>
+  <hr>
+ </LI>
 
 </OL>
 <!--#endif -->