]> TLD Linux GIT Repositories - packages/php.git/blobdiff - php-mod_php.conf
- PHP_5_4 branch from PLD
[packages/php.git] / php-mod_php.conf
diff --git a/php-mod_php.conf b/php-mod_php.conf
new file mode 100644 (file)
index 0000000..9a9f298
--- /dev/null
@@ -0,0 +1,22 @@
+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>