]> git.pld-linux.org Git - packages/php.git/blame - php-mod_php.conf
- rel 14; switch module name to mod_php.so (first step to using alternatives and...
[packages/php.git] / php-mod_php.conf
CommitLineData
7043a126 1LoadModule php5_module modules/mod_php.so
9a388f4c 2
49d305b9 3<IfModule mod_php5.c>
096b6e5f 4 <Files *.php>
db1b8055 5 AddType application/x-httpd-php .php
096b6e5f
ER
6 </Files>
7 <Files *.php3>
db1b8055 8 AddType application/x-httpd-php .php3
096b6e5f
ER
9 </Files>
10 <Files *.php4>
db1b8055 11 AddType application/x-httpd-php .php4
096b6e5f
ER
12 </Files>
13 <Files *.php5>
db1b8055 14 AddType application/x-httpd-php .php5
096b6e5f
ER
15 </Files>
16 <Files *.inc>
db1b8055 17 AddType application/x-httpd-php .inc
096b6e5f
ER
18 </Files>
19 <Files *.phtml>
db1b8055 20 AddType application/x-httpd-php .phtml
096b6e5f 21 </Files>
9a388f4c 22</IfModule>
This page took 0.038594 seconds and 4 git commands to generate.