diff --git a/httpd.conf b/httpd.conf index 0b32441..2e594aa 100644 --- a/httpd.conf +++ b/httpd.conf @@ -766,6 +766,12 @@ AddDefaultCharset UTF-8 AddType application/x-compress .Z 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": # actions unrelated to filetype. These can be either built into the server diff --git a/httpd.spec b/httpd.spec index 93a021c..eb49a74 100644 --- a/httpd.spec +++ b/httpd.spec @@ -9,7 +9,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.2.9 -Release: 4 +Release: 5 URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz Source1: index.html @@ -482,6 +482,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/httpd/build/*.sh %changelog +* Tue Jul 15 2008 Joe Orton 2.2.9-5 +- move AddTypes for SSL cert/CRL types from ssl.conf to httpd.conf (#449979) + * Mon Jul 14 2008 Joe Orton 2.2.9-4 - use Charset=UTF-8 in default httpd.conf (#455123) - only enable suexec when appropriate (Jim Radford, #453697) diff --git a/ssl.conf b/ssl.conf index 647a4a4..07fe32b 100644 --- a/ssl.conf +++ b/ssl.conf @@ -24,12 +24,6 @@ Listen 443 ## 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: # Configure the pass phrase gathering process. # The filtering dialog program (`builtin' is a internal