summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--httpd.conf2
-rw-r--r--httpd.spec4
2 files changed, 3 insertions, 3 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>
diff --git a/httpd.spec b/httpd.spec
index f4fb495..e252896 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -10,7 +10,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.0.40
-Release: 21.7
+Release: 21.8
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
Source1: index.html
@@ -509,7 +509,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/httpd/build/libtool
%changelog
-* Tue Oct 28 2003 Joe Orton <jorton@redhat.com> 2.0.40-21.7
+* Tue Oct 28 2003 Joe Orton <jorton@redhat.com> 2.0.40-21.8
- add security fixes for CVE CAN-2003-0542, CAN-2003-0789
- return test page for "/+" in default httpd.conf
- add bug fixes for #103049, #105725, #106454, #106858