protect MIMEMagicFile with IfModule (#893949)

This commit is contained in:
Jan Kaluza 2013-03-27 09:42:23 +01:00
parent ef6affde7d
commit f3b6742d9b
2 changed files with 12 additions and 7 deletions

View File

@ -315,12 +315,14 @@ LogLevel warn
# #
AddDefaultCharset UTF-8 AddDefaultCharset UTF-8
# <IfModule mime_magic_module>
# The mod_mime_magic module allows the server to use various hints from the #
# contents of the file itself to determine its type. The MIMEMagicFile # The mod_mime_magic module allows the server to use various hints from the
# directive tells the module where the hint definitions are located. # contents of the file itself to determine its type. The MIMEMagicFile
# # directive tells the module where the hint definitions are located.
MIMEMagicFile conf/magic #
MIMEMagicFile conf/magic
</IfModule>
# #
# Customizable error responses come in three flavors: # Customizable error responses come in three flavors:

View File

@ -14,7 +14,7 @@
Summary: Apache HTTP Server Summary: Apache HTTP Server
Name: httpd Name: httpd
Version: 2.4.4 Version: 2.4.4
Release: 2%{?dist} Release: 3%{?dist}
URL: http://httpd.apache.org/ URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: index.html Source1: index.html
@ -604,6 +604,9 @@ rm -rf $RPM_BUILD_ROOT
%{_sysconfdir}/rpm/macros.httpd %{_sysconfdir}/rpm/macros.httpd
%changelog %changelog
* Tue Mar 26 2013 Jan Kaluza <jkaluza@redhat.com> - 2.4.4-3
- protect MIMEMagicFile with IfModule (#893949)
* Tue Feb 26 2013 Joe Orton <jorton@redhat.com> - 2.4.4-2 * Tue Feb 26 2013 Joe Orton <jorton@redhat.com> - 2.4.4-2
- really package mod_auth_form in mod_session (#915438) - really package mod_auth_form in mod_session (#915438)