diff options
| author | Joe Orton <jorton@redhat.com> | 2015-12-09 16:51:03 +0000 |
|---|---|---|
| committer | Joe Orton <jorton@redhat.com> | 2015-12-09 16:51:03 +0000 |
| commit | 47b967cd91130a4ccf5e04cb7a3cf25c997f082d (patch) | |
| tree | f39af759f4e42892a31f68acd9fa9bcbc219d963 | |
| parent | 6abf69b5493918e7e098c40086142d3209bf0e91 (diff) | |
| download | httpd-47b967cd91130a4ccf5e04cb7a3cf25c997f082d.tar.gz httpd-47b967cd91130a4ccf5e04cb7a3cf25c997f082d.tar.xz httpd-47b967cd91130a4ccf5e04cb7a3cf25c997f082d.zip | |
re-enable mod_asis due to popular demand (#1284315)
Resolves: rhbz#1284315
| -rw-r--r-- | 00-optional.conf | 1 | ||||
| -rw-r--r-- | httpd.spec | 8 |
2 files changed, 6 insertions, 3 deletions
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 @@ -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 <jorton@redhat.com> - 2.4.17-4 +- re-enable mod_asis due to popular demand (#1284315) + * Mon Oct 26 2015 Jan Kaluza <jkaluza@redhat.com> - 2.4.17-3 - fix crash when using -X argument (#1272234) |
