summaryrefslogtreecommitdiff
path: root/2.0
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2005-09-18 20:40:33 +0000
committerMichael Stewart <vericgar@gentoo.org>2005-09-18 20:40:33 +0000
commit24a679e68a2fa2576d774bef0605186ad1a3199c (patch)
treee3a57a51137b4ab18812f93c9ff85cab37d32b17 /2.0
parentFix a patch that was HTML instead of diff -ur (diff)
downloadapache-24a679e68a2fa2576d774bef0605186ad1a3199c.tar.gz
apache-24a679e68a2fa2576d774bef0605186ad1a3199c.tar.bz2
apache-24a679e68a2fa2576d774bef0605186ad1a3199c.zip
Fix ExtendedStatus location
Diffstat (limited to '2.0')
-rw-r--r--2.0/conf/httpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/2.0/conf/httpd.conf b/2.0/conf/httpd.conf
index a48492d..8a224cd 100644
--- a/2.0/conf/httpd.conf
+++ b/2.0/conf/httpd.conf
@@ -1063,12 +1063,12 @@ BrowserMatch "^gnome-vfs" redirect-carefully
# Change the ".example.com" to match your domain to enable.
#
<IfDefine INFO>
+ ExtendedStatus On
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from localhost
- ExtendedStatus On
</Location>
</IfDefine>