From a105221970cc27554947b505431e30574d178987 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Thu, 5 Jul 2001 01:23:00 +0000 Subject: [PATCH] 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 --- docs/conf/httpd-std.conf | 7 +++++++ 1 file changed, 7 insertions(+) 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' -- 2.47.2