]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- static exclude php here
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 27 Apr 2008 17:11:03 +0000 (17:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-mod_cgi_php.conf -> 1.4

lighttpd-mod_cgi_php.conf

index 0a66af840a89dbbc41b17b0ecbefc5d37c1789c6..eec3264f23266a0f59930fa7574e059a8f1732c7 100644 (file)
@@ -6,3 +6,5 @@ cgi.assign += (
        ".php" => "/usr/bin/php.cgi",
        ".php4" => "/usr/bin/php4.cgi",
 )
        ".php" => "/usr/bin/php.cgi",
        ".php4" => "/usr/bin/php4.cgi",
 )
+
+static-file.exclude-extensions += (".php")
This page took 0.206776 seconds and 4 git commands to generate.