8
0

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:
Roman Drahtmueller
2013-07-16 13:35:07 +00:00
committed by Git OBS Bridge
parent a7311c7a42
commit c6257164fc
2 changed files with 9 additions and 2 deletions

View File

@@ -143,10 +143,10 @@ if test -e ModPerl-Registry/t/cgi-bin/r_inherited.pl; then chmod +x ModPerl-Regi
# enable more apache modules
# we can't simply use a2enmod, since we are not root.
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 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 proxy_module /usr/%_lib/apache2-prefork/mod_proxy.so
LoadModule proxy_http_module /usr/%_lib/apache2-prefork/mod_proxy_http.so