Commit 6c8b202b authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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
parent a7176fce
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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'