forked from pool/apache2-mod_perl
		
	Accepting request 250086 from home:jsegitz:branches:Apache:Modules
- Changed access control statements in config file to use mod_authz_host (bnc#897005) OBS-URL: https://build.opensuse.org/request/show/250086 OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=48
This commit is contained in:
		| @@ -1,3 +1,9 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Wed Sep 17 10:35:26 UTC 2014 - jsegitz@suse.com | ||||
|  | ||||
| - Changed access control statements in config file to use  | ||||
|   mod_authz_host (bnc#897005) | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Mon Jul 21 12:07:26 UTC 2014 - vcizek@suse.com | ||||
|  | ||||
|   | ||||
| @@ -237,8 +237,13 @@ cat > $RPM_BUILD_ROOT/%{apache_sysconfdir}/conf.d/mod_perl.conf <<EOF | ||||
| <Directory "%{apache_serverroot}/perl-lib"> | ||||
|     AllowOverride None | ||||
|     Options None | ||||
|     <IfModule !mod_authz_host.c> | ||||
|       Order allow,deny | ||||
|       Deny from all | ||||
|     </IfModule> | ||||
|     <IfModule mod_authz_host.c> | ||||
|       Require all granted | ||||
|     </IfModule> | ||||
| </Directory> | ||||
| <IfModule mod_perl.c> | ||||
|     PerlRequire "/etc/apache2/mod_perl-startup.pl" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user