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/07/05 03:23:00 UTC

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

rbb         01/07/04 18:23:00

  Modified:    docs/conf httpd-std.conf
  Log:
  The ExtendedStatus directive was added back to mod_status when we
  re-vamped that module before the first beta.  Since we put the directive
  back, we should put it into the default config file.
  PR:	7937
  
  Revision  Changes    Path
  1.33      +7 -0      httpd-2.0/docs/conf/httpd-std.conf
  
  Index: httpd-std.conf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-std.conf,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -d -b -w -u -r1.32 -r1.33
  --- httpd-std.conf	2001/06/10 20:47:22	1.32
  +++ httpd-std.conf	2001/07/05 01:23:00	1.33
  @@ -185,6 +185,13 @@
   # Example:
   # LoadModule foo_module modules/mod_foo.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'