From bd100ea666d6c79a9825171dce97614da8628983 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 30 Jul 2001 03:39:49 +0000 Subject: [PATCH] Fix some brokenness. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89777 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/platform/windows.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/manual/platform/windows.html b/docs/manual/platform/windows.html index 325688ab6a..28d8783730 100644 --- a/docs/manual/platform/windows.html +++ b/docs/manual/platform/windows.html @@ -35,9 +35,8 @@
  • Running Apache for Windows
  • Using Apache for Windows
  • Running Apache for Windows from the Command Line -
  • Running Apache for Windows as a Service -
  • Signalling Console Apache when running -
  • Signalling Service Apache when running +
  • Running Apache for Windows as a Service +
  • Controlling Apache as a Service
  • Compiling Apache for Microsoft Windows @@ -140,12 +139,12 @@ There are two ways you can run Apache:

    To run Apache from a console window, select the "Start Apache as @@ -287,7 +286,7 @@ There are two ways you can run Apache: use the following (in addition to the status-activating directives in access.conf):

    -    LoadModule status_module modules/ApacheModuleStatus.dll
    +    LoadModule status_module modules/mod_status.so
     

    Information on creating loadable modules is also available.

    -- 2.40.0