From: Bill Stoddard
Date: Fri, 17 Sep 1999 17:31:37 +0000 (+0000)
Subject: Update FAQ with winsock 2 info..
X-Git-Tag: 1.3.10~322
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df49c9b54eb77d0aa4cf24da637c8b3cf42767dd;p=thirdparty%2Fapache%2Fhttpd.git
Update FAQ with winsock 2 info..
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83902 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/misc/FAQ-D.html b/docs/manual/misc/FAQ-D.html
index 679de4afd36..a00f9a6cbcf 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.3 $ ($Date: 1999/08/04 18:10:40 $)
+ $Revision: 1.4 $ ($Date: 1999/09/17 17:31:37 $)
The latest version of this FAQ is always available from the main
@@ -102,6 +102,9 @@
Use ServerName directive to set it manually." What does
this mean?
+
When I try to start Apache for Windows, I get a message
+ like "Unable To Locate WS2_32.DLL...". What should I do?
+
@@ -358,6 +361,21 @@
+
+ When I try to start Apache for Windows, I get a message
+ like "Unable To Locate WS2_32.DLL...". What should I do?
+
+ Short answer: You need to install Winsock 2, available from
+ http://www.microsoft.com/windows95/downloads/
+
+
+ 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.
+
+
+