]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
The ExtendedStatus directive was added back to mod_status when we
authorRyan Bloom <rbb@apache.org>
Thu, 5 Jul 2001 01:23:00 +0000 (01:23 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 5 Jul 2001 01:23:00 +0000 (01:23 +0000)
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

index 803a552e395f35076a6816314778d407bba205f2..3082facf8b5018f5fcf0cb454c3a6db53462be9d 100644 (file)
@@ -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'