]> git.pld-linux.org Git - packages/php.git/blobdiff - php-mod_php.conf
move php.1 manual to -program (link to actual php-cli)
[packages/php.git] / php-mod_php.conf
index 9cec324a2b756d77bdb4e36ca8971735025a07a1..9a9f298fb5aaf860de1f57bf64e829b2ae67c192 100644 (file)
@@ -1,9 +1,22 @@
-LoadModule php4_module lib/apache/libphp4.so
-
-<IfModule sapi_apache2.c>
-
-AddType application/x-httpd-php \.php
-AddType application/x-httpd-php \.php3
-AddType application/x-httpd-php \.php4
+LoadModule php5_module modules/libphp5.so
 
+<IfModule mod_php5.c>
+       <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.029931 seconds and 4 git commands to generate.