mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 10:21:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			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>
 |