From: Ryan Bloom Date: Thu, 5 Jul 2001 01:23:00 +0000 (+0000) Subject: The ExtendedStatus directive was added back to mod_status when we X-Git-Tag: 2.0.20~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a105221970cc27554947b505431e30574d178987;p=thirdparty%2Fapache%2Fhttpd.git 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 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89498 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index 803a552e395..3082facf8b5 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -185,6 +185,13 @@ MaxRequestsPerChild 0 # 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'