re-enable mod_asis due to popular demand (#1284315)
Resolves: rhbz#1284315
This commit is contained in:
parent
6abf69b549
commit
47b967cd91
@ -3,6 +3,7 @@
|
|||||||
# which are not enabled by default.
|
# which are not enabled by default.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#LoadModule asis_module modules/mod_asis.so
|
||||||
#LoadModule buffer_module modules/mod_buffer.so
|
#LoadModule buffer_module modules/mod_buffer.so
|
||||||
#LoadModule watchdog_module modules/mod_watchdog.so
|
#LoadModule watchdog_module modules/mod_watchdog.so
|
||||||
#LoadModule heartbeat_module modules/mod_heartbeat.so
|
#LoadModule heartbeat_module modules/mod_heartbeat.so
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
Summary: Apache HTTP Server
|
Summary: Apache HTTP Server
|
||||||
Name: httpd
|
Name: httpd
|
||||||
Version: 2.4.17
|
Version: 2.4.17
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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
|
||||||
@ -280,8 +280,7 @@ export LYNX_PATH=/usr/bin/links
|
|||||||
--enable-ldap --enable-authnz-ldap \
|
--enable-ldap --enable-authnz-ldap \
|
||||||
--enable-cgid --enable-cgi \
|
--enable-cgid --enable-cgi \
|
||||||
--enable-authn-anon --enable-authn-alias \
|
--enable-authn-anon --enable-authn-alias \
|
||||||
--disable-imagemap --disable-file-cache \
|
--disable-imagemap --disable-file-cache
|
||||||
--disable-asis
|
|
||||||
$*
|
$*
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -676,6 +675,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_rpmconfigdir}/macros.d/macros.httpd
|
%{_rpmconfigdir}/macros.d/macros.httpd
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 26 2015 Jan Kaluza <jkaluza@redhat.com> - 2.4.17-3
|
||||||
- fix crash when using -X argument (#1272234)
|
- fix crash when using -X argument (#1272234)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user