summaryrefslogtreecommitdiffstats
path: root/httpd.conf
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 06:13:06 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 06:13:06 +0000
commit187092e74d129597aaf18eec4829bb425bbe4eed (patch)
tree2b03745f8c7fe26a3d0d1aea801105937c9158d5 /httpd.conf
parent38aff7e07966140bd66b52988b9673af72d4c819 (diff)
downloadhttpd-187092e74d129597aaf18eec4829bb425bbe4eed.tar.gz
httpd-187092e74d129597aaf18eec4829bb425bbe4eed.tar.xz
httpd-187092e74d129597aaf18eec4829bb425bbe4eed.zip
auto-import httpd-2.0.40-21.8 from httpd-2.0.40-21.8.src.rpmhttpd-2_0_40-21_8
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 667160a..c6a4fd0 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -346,7 +346,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>