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.
+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.
+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".