]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/httpd/conf.d/php5.conf
Three little fixes...
[people/teissler/ipfire-2.x.git] / config / httpd / conf.d / php5.conf
index 30a7b55e26d5bcc8a32b2866eb89aa32ad71d7b5..ecbcc45a55d457b3a349c65820a9309379085814 100644 (file)
@@ -1,10 +1,10 @@
-<IfModule php5_module>
-        AddType application/x-httpd-php .php3
-        AddType application/x-httpd-php .php4
-        AddType application/x-httpd-php .php5
-        AddType application/x-httpd-php .php
-        DirectoryIndex index.php3
-        DirectoryIndex index.php4
-        DirectoryIndex index.php5
-        DirectoryIndex index.php
-</IfModule>
+LoadModule php5_module /usr/lib/apache/libphp5.so
+
+AddType application/x-httpd-php .php3
+AddType application/x-httpd-php .php4
+AddType application/x-httpd-php .php5
+AddType application/x-httpd-php .php
+DirectoryIndex index.php3
+DirectoryIndex index.php4
+DirectoryIndex index.php5
+DirectoryIndex index.php