Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 162478 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/dev-lang/php/files/70_mod_php5.conf-apache2 (-8 / +7 lines)
Lines 5-18 Link Here
5
	</IfModule>
5
	</IfModule>
6
6
7
	# Set it to handle the files
7
	# Set it to handle the files
8
	<IfModule mod_mime.c>
8
	<FilesMatch "\.ph(p[2-6]?|html)$">
9
		AddType application/x-httpd-php .php
9
		SetHandler application/x-httpd-php
10
		AddType application/x-httpd-php .phtml
10
	</FilesMatch> 
11
		AddType application/x-httpd-php .php3
11
12
		AddType application/x-httpd-php .php4
12
	<FilesMatch "\.phps">
13
		AddType application/x-httpd-php .php5
13
		SetHandler application/x-httpd-php-source
14
		AddType application/x-httpd-php-source .phps
14
	</FilesMatch>
15
	</IfModule>
16
15
17
	DirectoryIndex index.php index.phtml
16
	DirectoryIndex index.php index.phtml
18
</IfDefine>
17
</IfDefine>

Return to bug 162478