From: Bill Stoddard Date: Thu, 22 Jul 1999 17:50:59 +0000 (+0000) Subject: Update windows documentation to address questions on the newsgroups and PR database. X-Git-Tag: 1.3.7~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=840e2514b19a77e815282dd452264cc02ea48690;p=thirdparty%2Fapache%2Fhttpd.git Update windows documentation to address questions on the newsgroups and PR database. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83484 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/windows.html b/docs/manual/platform/windows.html index 018932e0544..543b3f025fa 100644 --- a/docs/manual/platform/windows.html +++ b/docs/manual/platform/windows.html @@ -68,6 +68,14 @@ If running on Windows 95, using the "Winsock2" upgrade is recommended but may not be necessary. If running on NT 4.0, installing Service Pack 2 is recommended. +

+ +Note: "Winsock 2" is required for Apache 1.3.7 and later. + +

+ +"Winsock 2" for Windows 95 is available here. +

Downloading Apache for Windows

Information on the latest version of Apache can be found on the @@ -274,6 +282,11 @@ The main differences in Apache for Windows are:

Running Apache for Windows as a Service

+ Note: The -n option to specify a service name is only available + with Apache 1.3.7 and later. Earlier versions of Apache only support + the default service name 'Apache'. + +

You can install Apache as a Windows NT service as follows: @@ -328,7 +341,7 @@ in two ways:

    apache -f "c:\my server\conf\my.conf"
    apache -f test\test.conf
    apache -n "service name"