You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2001/10/17 19:59:01 UTC

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

gregames    01/10/17 10:59:01

  Modified:    htdocs/manual/mod mod_status.html
  Log:
  get rid of a reference to access.conf
  
  Revision  Changes    Path
  1.22      +1 -1      httpd-docs-1.3/htdocs/manual/mod/mod_status.html
  
  Index: mod_status.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_status.html,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- mod_status.html	2001/10/08 01:34:31	1.21
  +++ mod_status.html	2001/10/17 17:59:01	1.22
  @@ -75,7 +75,7 @@
   
       <h2>Enabling Status Support</h2>
       To enable status reports only for browsers from the foo.com
  -    domain add this code to your <code>access.conf</code>
  +    domain add this code to your <code>httpd.conf</code>
       configuration file 
   <pre>
       &lt;Location /server-status&gt;