From: William A. Rowe Jr Date: Mon, 30 Jul 2001 03:39:49 +0000 (+0000) Subject: Fix some brokenness. X-Git-Tag: 2.0.23~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd100ea666d6c79a9825171dce97614da8628983;p=apache Fix some brokenness. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89777 13f79535-47bb-0310-9956-ffa450edef68 --- 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.