]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_cgi_php.conf
- requires --makepid capable rc-scripts
[packages/lighttpd.git] / lighttpd-mod_cgi_php.conf
index 47973d9260c7792b1815a9623b4d355684ae718e..32c1147e7ecfbb74b37c09fefec06cd32e7d6364 100644 (file)
@@ -1,7 +1,8 @@
-# CGI module
-#
-# http://www.lighttpd.net/documentation/cgi.html
+# Map PHP via CGI module
 
 cgi.assign += (
        ".php" => "/usr/bin/php.cgi",
+       ".php4" => "/usr/bin/php4.cgi",
 )
+
+static-file.exclude-extensions += (".php")
This page took 0.071192 seconds and 4 git commands to generate.