From e908c4fa7ff570e0b82069afa1ee55ac0ec48753 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sat, 3 Jun 2000 00:46:16 +0000 Subject: [PATCH] PR: Obtained from: Submitted by: Reviewed by: Plaster some big fat warnings about alpha releases for win32 users. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85388 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/platform/windows.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/manual/platform/windows.html b/docs/manual/platform/windows.html index 5e74482e40..5b7763361d 100644 --- a/docs/manual/platform/windows.html +++ b/docs/manual/platform/windows.html @@ -55,10 +55,14 @@ "Winsock2" for Windows 95 is available here.

-

If running on NT 4.0, installing Service Pack 3 is recommended, and +

If running on NT 4.0, installing Service Pack 3 or 6 is recommended, and Service Pack 4 created known issues with Tcpip/winsock integrety that were resolved in Service Pack 5.

+

Warning, as of alpha 2.0a4 Windows 95 (and possibly 98) do not + run at all. Please don't let that stop you, however, from contributing + the fixes required to make that platform run successfully.

+

Downloading Apache for Windows

Information on the latest version of Apache can be found on the @@ -77,6 +81,12 @@ .dsp files to have DOS line endings before MSVC will understand them).

+

Notice: alpha versions are not distributed in binary form (as + an .exe ready-to-run version). You must use the Microsoft Visual C++ + compiler version 5 or 6 (bundled in VisualStudio 97 or 2000). Read + Compiling Apache for Microsoft Windows + for compilation/installation instructions.

+

Installing Apache for Windows

Run the Apache .exe file you downloaded above. This will @@ -297,20 +307,20 @@ There are two ways you can run Apache:

You can install Apache as a Windows NT service as follows:

-    apache -i -n "service name"
+    apache -k install -n "service name"
 
To install a service to use a particular configuration, specify the configuration file when the service is installed:
-    apache -i -n "service name" -f "\my server\conf\my.conf"
+    apache -k install -n "service name" -f "\my server\conf\my.conf"
 
To remove an Apache service, use
-    apache -u -n "service name"
+    apache -k uninstall -n "service name"
 
The default "service name", if one is not specified, is "Apache".

-- 2.40.0