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
|
# Disable autoindex for the root directory, and present a
|
||||||
# default Welcome page if no other index page is present.
|
# default Welcome page if no other index page is present.
|
||||||
#
|
#
|
||||||
<LocationMatch "^/+"$>
|
<LocationMatch "^/+$">
|
||||||
Options -Indexes
|
Options -Indexes
|
||||||
ErrorDocument 403 /error/noindex.html
|
ErrorDocument 403 /error/noindex.html
|
||||||
</LocationMatch>
|
</LocationMatch>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
Summary: Apache HTTP Server
|
Summary: Apache HTTP Server
|
||||||
Name: httpd
|
Name: httpd
|
||||||
Version: 2.0.40
|
Version: 2.0.40
|
||||||
Release: 21.7
|
Release: 21.8
|
||||||
URL: http://httpd.apache.org/
|
URL: http://httpd.apache.org/
|
||||||
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
|
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
|
||||||
Source1: index.html
|
Source1: index.html
|
||||||
@ -509,7 +509,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/httpd/build/libtool
|
%{_libdir}/httpd/build/libtool
|
||||||
|
|
||||||
%changelog
|
%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
|
- add security fixes for CVE CAN-2003-0542, CAN-2003-0789
|
||||||
- return test page for "/+" in default httpd.conf
|
- return test page for "/+" in default httpd.conf
|
||||||
- add bug fixes for #103049, #105725, #106454, #106858
|
- add bug fixes for #103049, #105725, #106454, #106858
|
||||||
|
Loading…
Reference in New Issue
Block a user