From 47b967cd91130a4ccf5e04cb7a3cf25c997f082d Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Dec 09 2015 16:51:03 +0000 Subject: re-enable mod_asis due to popular demand (#1284315) Resolves: rhbz#1284315 --- diff --git a/00-optional.conf b/00-optional.conf index 208a48e..2d7ce8e 100644 --- a/00-optional.conf +++ b/00-optional.conf @@ -3,6 +3,7 @@ # which are not enabled by default. # +#LoadModule asis_module modules/mod_asis.so #LoadModule buffer_module modules/mod_buffer.so #LoadModule watchdog_module modules/mod_watchdog.so #LoadModule heartbeat_module modules/mod_heartbeat.so diff --git a/httpd.spec b/httpd.spec index c967380..6318a9e 100644 --- a/httpd.spec +++ b/httpd.spec @@ -8,7 +8,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.17 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: index.html @@ -280,8 +280,7 @@ export LYNX_PATH=/usr/bin/links --enable-ldap --enable-authnz-ldap \ --enable-cgid --enable-cgi \ --enable-authn-anon --enable-authn-alias \ - --disable-imagemap --disable-file-cache \ - --disable-asis + --disable-imagemap --disable-file-cache $* make %{?_smp_mflags} @@ -676,6 +675,9 @@ rm -rf $RPM_BUILD_ROOT %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Wed Dec 9 2015 Joe Orton - 2.4.17-4 +- re-enable mod_asis due to popular demand (#1284315) + * Mon Oct 26 2015 Jan Kaluza - 2.4.17-3 - fix crash when using -X argument (#1272234)