]> git.pld-linux.org Git - packages/php.git/blob - php-mod_php.conf
9a9f298fb5aaf860de1f57bf64e829b2ae67c192
[packages/php.git] / php-mod_php.conf
1 LoadModule php5_module modules/libphp5.so
2
3 <IfModule mod_php5.c>
4         <Files *.php>
5                 AddType application/x-httpd-php .php
6         </Files>
7         <Files *.php3>
8                 AddType application/x-httpd-php .php3
9         </Files>
10         <Files *.php4>
11                 AddType application/x-httpd-php .php4
12         </Files>
13         <Files *.php5>
14                 AddType application/x-httpd-php .php5
15         </Files>
16         <Files *.inc>
17                 AddType application/x-httpd-php .inc
18         </Files>
19         <Files *.phtml>
20                 AddType application/x-httpd-php .phtml
21         </Files>
22 </IfModule>
This page took 0.020734 seconds and 2 git commands to generate.