]> 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
diff --git a/config/httpd/conf.d/php4.conf b/config/httpd/conf.d/php4.conf
new file mode 100644 (file)
index 0000000..f017bac
--- /dev/null
@@ -0,0 +1,11 @@
+<IfModule mod_php4.c>
+        AddType application/x-httpd-php .php3
+        AddType application/x-httpd-php .php4
+        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 .phps
+        DirectoryIndex index.php3
+        DirectoryIndex index.php4
+        DirectoryIndex index.php
+</IfModule>