]> 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 647afcc74d0a9597f957a9383baebd2db884e781..32c1147e7ecfbb74b37c09fefec06cd32e7d6364 100644 (file)
@@ -1,7 +1,8 @@
-# CGI module
-#
-# http://www.lighttpd.net/documentation/cgi.html
+# Map PHP via CGI module
 
-cgi.assign = (
+cgi.assign += (
        ".php" => "/usr/bin/php.cgi",
+       ".php4" => "/usr/bin/php4.cgi",
 )
+
+static-file.exclude-extensions += (".php")
This page took 0.067487 seconds and 4 git commands to generate.