]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-php-external.conf
- enable check-local in these configs
[packages/lighttpd.git] / lighttpd-php-external.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"
                ),
This page took 0.02622 seconds and 4 git commands to generate.