From a0ee328e769a9c785b3b33d72281d7faa624b2ae Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Sat, 19 Aug 2000 05:52:33 +0000 Subject: [PATCH] the ExtendedStatus directive is also dead git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86114 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-std.conf | 7 ------- docs/conf/httpd-win.conf | 7 ------- 2 files changed, 14 deletions(-) diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index c62c4ed876..2046d8272b 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -183,13 +183,6 @@ MaxRequestsPerChild 0 # Example: # LoadModule foo_module libexec/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' diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 12b4d768c7..5ecd9ed919 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -157,13 +157,6 @@ ThreadsPerChild 250 #LoadModule status_module modules/ApacheModuleStatus.dll #LoadModule usertrack_module modules/ApacheModuleUserTrack.dll -# -# 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.50.1