]> git.pld-linux.org Git - packages/php.git/blame - php-mod_php.conf
- pcntl available in all sapis
[packages/php.git] / php-mod_php.conf
CommitLineData
917119c9 1LoadModule php5_module modules/libphp5.so
9a388f4c 2
49d305b9 3<IfModule mod_php5.c>
096b6e5f 4 <Files *.php>
b085e267 5 SetHandler application/x-httpd-php
096b6e5f
ER
6 </Files>
7 <Files *.php3>
b085e267 8 SetHandler application/x-httpd-php
096b6e5f
ER
9 </Files>
10 <Files *.php4>
b085e267 11 SetHandler application/x-httpd-php
096b6e5f
ER
12 </Files>
13 <Files *.php5>
b085e267 14 SetHandler application/x-httpd-php
096b6e5f
ER
15 </Files>
16 <Files *.inc>
b085e267 17 SetHandler application/x-httpd-php
096b6e5f
ER
18 </Files>
19 <Files *.phtml>
b085e267 20 SetHandler application/x-httpd-php
096b6e5f 21 </Files>
9a388f4c 22</IfModule>
This page took 0.063657 seconds and 4 git commands to generate.