summaryrefslogtreecommitdiffstats
path: root/httpd.conf
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 06:12:04 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 06:12:04 +0000
commit4145af833043ab2dc2e4a0db851bac450a395f8f (patch)
treeb8728692e7e4d689b7c05570c43847c8ff306d7a /httpd.conf
parentb8b92c134430b866f11a370f2060ddc882918c0c (diff)
downloadhttpd-4145af833043ab2dc2e4a0db851bac450a395f8f.tar.gz
httpd-4145af833043ab2dc2e4a0db851bac450a395f8f.tar.xz
httpd-4145af833043ab2dc2e4a0db851bac450a395f8f.zip
auto-import changelog data from httpd-2.0.40-11.9.src.rpmhttpd-2_0_40-11_9
Tue Oct 28 2003 Joe Orton <jorton@redhat.com> 2.0.40-11.8 - add security fixes for CVE CAN-2003-0542 - return test page for "/+" in default httpd.conf - add bug fixes for #103049, #105725, #106454 - add fixes for CGI regressions in -21.5 (#103744)
Diffstat (limited to 'httpd.conf')
-rw-r--r--httpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.conf b/httpd.conf
index 3cb599f..debba41 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -339,7 +339,7 @@ DocumentRoot "/var/www/html"
# Disable autoindex for the root directory, and present a
# default Welcome page if no other index page is present.
#
-<LocationMatch "^/$>
+<LocationMatch "^/+$">
Options -Indexes
ErrorDocument 403 /error/noindex.html
</LocationMatch>