auto-import httpd-2.0.40-21.8 from httpd-2.0.40-21.8.src.rpm

This commit is contained in:
cvsdist 2004-09-09 06:13:06 +00:00
parent 38aff7e079
commit 187092e74d
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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