You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/07/06 01:00:28 UTC

cvs commit: httpd-2.0/docs/conf httpd-win.conf

wrowe       01/07/05 16:00:28

  Modified:    docs/conf httpd-win.conf
  Log:
    Catch up with rbb's last httpd-std.conf commit
  
  Revision  Changes    Path
  1.26      +7 -0      httpd-2.0/docs/conf/httpd-win.conf
  
  Index: httpd-win.conf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-win.conf,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- httpd-win.conf	2001/06/10 20:47:22	1.25
  +++ httpd-win.conf	2001/07/05 23:00:27	1.26
  @@ -131,6 +131,13 @@
   #LoadModule status_module modules/mod_status.so
   #LoadModule usertrack_module modules/mod_usertrack.so
   
  +#
  +# ExtendedStatus controls whether Apache will generate "full" status
  +# information (ExtendedStatus On) or just basic information (ExtendedStatus
  +# Off) when the "server-status" handler is called. The default is Off.
  +#
  +#ExtendedStatus On
  +
   ### Section 2: 'Main' server configuration
   #
   # The directives in this section set up the values used by the 'main'