- move AddTypes for SSL cert/CRL types from ssl.conf to httpd.conf
(#449979)
This commit is contained in:
parent
3d5ae60b0d
commit
a107994cdf
@ -766,6 +766,12 @@ AddDefaultCharset UTF-8
|
|||||||
AddType application/x-compress .Z
|
AddType application/x-compress .Z
|
||||||
AddType application/x-gzip .gz .tgz
|
AddType application/x-gzip .gz .tgz
|
||||||
|
|
||||||
|
#
|
||||||
|
# MIME-types for downloading Certificates and CRLs
|
||||||
|
#
|
||||||
|
AddType application/x-x509-ca-cert .crt
|
||||||
|
AddType application/x-pkcs7-crl .crl
|
||||||
|
|
||||||
#
|
#
|
||||||
# AddHandler allows you to map certain file extensions to "handlers":
|
# AddHandler allows you to map certain file extensions to "handlers":
|
||||||
# actions unrelated to filetype. These can be either built into the server
|
# actions unrelated to filetype. These can be either built into the server
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
Summary: Apache HTTP Server
|
Summary: Apache HTTP Server
|
||||||
Name: httpd
|
Name: httpd
|
||||||
Version: 2.2.9
|
Version: 2.2.9
|
||||||
Release: 4
|
Release: 5
|
||||||
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
|
||||||
@ -482,6 +482,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/httpd/build/*.sh
|
%{_libdir}/httpd/build/*.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 15 2008 Joe Orton <jorton@redhat.com> 2.2.9-5
|
||||||
|
- move AddTypes for SSL cert/CRL types from ssl.conf to httpd.conf (#449979)
|
||||||
|
|
||||||
* Mon Jul 14 2008 Joe Orton <jorton@redhat.com> 2.2.9-4
|
* Mon Jul 14 2008 Joe Orton <jorton@redhat.com> 2.2.9-4
|
||||||
- use Charset=UTF-8 in default httpd.conf (#455123)
|
- use Charset=UTF-8 in default httpd.conf (#455123)
|
||||||
- only enable suexec when appropriate (Jim Radford, #453697)
|
- only enable suexec when appropriate (Jim Radford, #453697)
|
||||||
|
6
ssl.conf
6
ssl.conf
@ -24,12 +24,6 @@ Listen 443
|
|||||||
## the main server and all SSL-enabled virtual hosts.
|
## the main server and all SSL-enabled virtual hosts.
|
||||||
##
|
##
|
||||||
|
|
||||||
#
|
|
||||||
# Some MIME-types for downloading Certificates and CRLs
|
|
||||||
#
|
|
||||||
AddType application/x-x509-ca-cert .crt
|
|
||||||
AddType application/x-pkcs7-crl .crl
|
|
||||||
|
|
||||||
# Pass Phrase Dialog:
|
# Pass Phrase Dialog:
|
||||||
# Configure the pass phrase gathering process.
|
# Configure the pass phrase gathering process.
|
||||||
# The filtering dialog program (`builtin' is a internal
|
# The filtering dialog program (`builtin' is a internal
|
||||||
|
Loading…
Reference in New Issue
Block a user