auto-import httpd-2.0.40-21.8 from httpd-2.0.40-21.8.src.rpm
This commit is contained in:
parent
38aff7e079
commit
187092e74d
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user