]> git.pld-linux.org Git - packages/php.git/blobdiff - php-mod_php.conf
- make it possible to coinstall phpXY-pdo-pgsql
[packages/php.git] / php-mod_php.conf
index 143d208269d6417f61fc9f7e640680965a6cb835..56a05951606d8cf6c0b9916984513c3a4e2a1896 100644 (file)
@@ -1,12 +1,22 @@
-LoadModule php5_module modules/libphp5.so
+LoadModule php5_module modules/mod_php.so
 
 <IfModule mod_php5.c>
-
-AddType application/x-httpd-php .php
-AddType application/x-httpd-php .php3
-AddType application/x-httpd-php .php4
-AddType application/x-httpd-php .php5
-AddType application/x-httpd-php .inc
-AddType application/x-httpd-php .phtml
-
+       <Files *.php>
+               AddType application/x-httpd-php .php
+       </Files>
+       <Files *.php3>
+               AddType application/x-httpd-php .php3
+       </Files>
+       <Files *.php4>
+               AddType application/x-httpd-php .php4
+       </Files>
+       <Files *.php5>
+               AddType application/x-httpd-php .php5
+       </Files>
+       <Files *.inc>
+               AddType application/x-httpd-php .inc
+       </Files>
+       <Files *.phtml>
+               AddType application/x-httpd-php .phtml
+       </Files>
 </IfModule>
This page took 0.112215 seconds and 4 git commands to generate.