mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	This patch is replaces the previous one: http://patchwork.alpinelinux.org/patch/851/ - all unused patches and post-install script are removed - added the latest patch from https://rt.cpan.org/Public/Bug/Display.html?id=101962#txn-1558194 - many tests are fail, so 'make test' is not included in build() - some minor cleanups in APKBUILD Now apache not crashes to segfault with this module ;)
		
			
				
	
	
		
			12 lines
		
	
	
		
			274 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			274 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| LoadModule perl_module modules/mod_perl.so
 | |
| 
 | |
| # For mod_perl 1.0 compatibility, uncomment:
 | |
| #PerlModule Apache2::compat
 | |
| 
 | |
| <Location /cgi-bin>
 | |
|     AddHandler perl-script .pl
 | |
|     PerlResponseHandler ModPerl::Registry
 | |
|     PerlOptions +ParseHeaders
 | |
|     Options +ExecCGI
 | |
| </Location>
 |