]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/httpd/conf.d/php4.conf
Starte SSH-Server beim Boot.
[people/pmueller/ipfire-2.x.git] / config / httpd / conf.d / php4.conf
similarity index 72%
rename from config/httpd/conf.d/php5.conf
rename to config/httpd/conf.d/php4.conf
index 5136b15d3b37c94914a528c068c4055bcaebd5ba..f017bac51c6750544bf33da1bfb4a94e2a7764e7 100644 (file)
@@ -1,14 +1,11 @@
-<IfModule mod_php5.c>
+<IfModule mod_php4.c>
         AddType application/x-httpd-php .php3
         AddType application/x-httpd-php .php4
-        AddType application/x-httpd-php .php5
         AddType application/x-httpd-php .php
         AddType application/x-httpd-php-source .php3s
         AddType application/x-httpd-php-source .php4s
-        AddType application/x-httpd-php-source .php5s
         AddType application/x-httpd-php-source .phps
         DirectoryIndex index.php3
         DirectoryIndex index.php4
-        DirectoryIndex index.php5
         DirectoryIndex index.php
 </IfModule>