mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-26 22:11:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			378 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			378 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| LoadModule php_module modules/mod_php81.so
 | |
| 
 | |
| DirectoryIndex index.php index.html
 | |
| 
 | |
| <FilesMatch \.php$>
 | |
|     SetHandler application/x-httpd-php
 | |
| </FilesMatch>
 | |
| 
 | |
| # Uncomment the following to allow .phps files to be handled by the php source filter,
 | |
| # and displayed as syntax-highlighted source code
 | |
| #<FilesMatch "\.phps$">
 | |
| #    SetHandler application/x-httpd-php-source
 | |
| #</FilesMatch>
 |