forked from pool/apache2-mod_perl
Accepting request 183416 from home:oertel:branches:Apache:Modules
- change testsuite setup to fix build on factory: - do not load access_compat_module as it is builtin - do not load unixd_module as it is builtin OBS-URL: https://build.opensuse.org/request/show/183416 OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=42
This commit is contained in:
committed by
Git OBS Bridge
parent
a7311c7a42
commit
c6257164fc
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 16 14:52:11 CEST 2013 - ro@suse.de
|
||||||
|
|
||||||
|
- change testsuite setup to fix build on factory:
|
||||||
|
- do not load access_compat_module as it is builtin
|
||||||
|
- do not load unixd_module as it is builtin
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 25 08:53:37 UTC 2013 - coolo@suse.com
|
Tue Jun 25 08:53:37 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -143,10 +143,10 @@ if test -e ModPerl-Registry/t/cgi-bin/r_inherited.pl; then chmod +x ModPerl-Regi
|
|||||||
# enable more apache modules
|
# enable more apache modules
|
||||||
# we can't simply use a2enmod, since we are not root.
|
# we can't simply use a2enmod, since we are not root.
|
||||||
cat >> t/conf/extra.conf.in <<-EOF
|
cat >> t/conf/extra.conf.in <<-EOF
|
||||||
LoadModule access_compat_module /usr/%_lib/apache2-prefork/mod_access_compat.so
|
#LoadModule access_compat_module /usr/%_lib/apache2-prefork/mod_access_compat.so
|
||||||
LoadModule authn_core_module /usr/%_lib/apache2-prefork/mod_authn_core.so
|
LoadModule authn_core_module /usr/%_lib/apache2-prefork/mod_authn_core.so
|
||||||
LoadModule authz_core_module /usr/%_lib/apache2-prefork/mod_authz_core.so
|
LoadModule authz_core_module /usr/%_lib/apache2-prefork/mod_authz_core.so
|
||||||
LoadModule unixd_module /usr/%_lib/apache2-prefork/mod_unixd.so
|
#LoadModule unixd_module /usr/%_lib/apache2-prefork/mod_unixd.so
|
||||||
LoadModule deflate_module /usr/%_lib/apache2-prefork/mod_deflate.so
|
LoadModule deflate_module /usr/%_lib/apache2-prefork/mod_deflate.so
|
||||||
LoadModule proxy_module /usr/%_lib/apache2-prefork/mod_proxy.so
|
LoadModule proxy_module /usr/%_lib/apache2-prefork/mod_proxy.so
|
||||||
LoadModule proxy_http_module /usr/%_lib/apache2-prefork/mod_proxy_http.so
|
LoadModule proxy_http_module /usr/%_lib/apache2-prefork/mod_proxy_http.so
|
||||||
|
|||||||
Reference in New Issue
Block a user