]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- enable check-local in these configs
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 12 Dec 2006 19:53:51 +0000 (19:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-php-external.conf -> 1.5
    lighttpd-php-spawned.conf -> 1.3

lighttpd-php-external.conf
lighttpd-php-spawned.conf

index 679696e0058cc45db6a90114744814c260c0c437..0b9877f8b468ce638038db245e2c7a48a0bd584a 100644 (file)
@@ -2,7 +2,8 @@
 fastcgi.server += (
        ".php" => ((
                "socket" => "/var/run/php/fcgi.sock",
-               "check-local" => "disable",
+               # we enable check-local so you can use server.error-handler-404 for php files too
+               "check-local" => "enable",
                "bin-copy-environment" => (
                        "PATH", "SHELL", "USER"
                ),
index 87e972984ae4e74035cea26273964921a6952d50..ed97f6a8798f38fb416e0b8ee209c08bf72a1765 100644 (file)
@@ -12,7 +12,8 @@ fastcgi.server += (
                "bin-copy-environment" => (
                        "PATH", "SHELL", "USER"
                ),
-               "broken-scriptfilename" => "enable"
+               "broken-scriptfilename" => "enable",
+               "check-local" => "enable",
        ))
 )
 
This page took 0.12677 seconds and 4 git commands to generate.