]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - lighttpd-mod_cgi_php.conf
- merged 1.4.48 from PLD, TLDized
[packages/lighttpd.git] / lighttpd-mod_cgi_php.conf
diff --git a/lighttpd-mod_cgi_php.conf b/lighttpd-mod_cgi_php.conf
deleted file mode 100644 (file)
index 32c1147..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# Map PHP via CGI module
-
-cgi.assign += (
-       ".php" => "/usr/bin/php.cgi",
-       ".php4" => "/usr/bin/php4.cgi",
-)
-
-static-file.exclude-extensions += (".php")