You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/12/06 03:58:08 UTC

cvs commit: httpd-docs-1.3/htdocs/manual windows.html

rbowen      01/12/05 18:58:08

  Modified:    htdocs/manual windows.html
  Log:
  Added reference to mod_status for an example of configuring the
  server-status handler.
  
  Revision  Changes    Path
  1.55      +4 -2      httpd-docs-1.3/htdocs/manual/windows.html
  
  Index: windows.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/windows.html,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- windows.html	2001/10/04 03:30:07	1.54
  +++ windows.html	2001/12/06 02:58:08	1.55
  @@ -410,12 +410,14 @@
           Apache for Windows has the ability to load modules at
           runtime, without recompiling the server. If Apache is
           compiled normally, it will install a number of optional
  -        modules in the <code>\modules</code> directory. To activate
  +        modules in the <code>modules</code> directory. To activate
           these, or other modules, the new <a
           href="mod/mod_so.html#loadmodule">LoadModule</a> directive
           must be used. For example, to active the status module, use
           the following (in addition to the status-activating
  -        directives in <code>access.conf</code>): 
  +        directives in <code>httpd.conf</code> - see <a
  +        href="mod/mod_status.html">the mod_status docs</a> for more
  +        details.): 
   <pre>
       LoadModule status_module modules/mod_status.so
   </pre>