]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-php-spawned.conf
mod_auth depends on mod_authn_file
[packages/lighttpd.git] / lighttpd-php-spawned.conf
index c86474357720fb09f9776b4e479933c757c53b2d..b9869aea8e270eaaa18f9e164bd4d00abbfe4b90 100644 (file)
@@ -15,16 +15,19 @@ fastcgi.server += (
                "socket" => "/var/run/php/php-fcgi-" + var.pid + ".sock",
                "max-procs" => 2,
                "idle-timeout" => 20,
+               # SIGTERM is graceful shutdown in PLD Linux, use `kill -l' to figure out other signal numbers.
+#              "kill-signal" => 15,
                "bin-environment" => (
                        "PHP_FCGI_CHILDREN" => "4",
                        "PHP_FCGI_MAX_REQUESTS" => "10000"
                ),
                "bin-copy-environment" => (
-                       "PATH", "SHELL", "USER"
+                       "PATH", "SHELL"
                ),
                "broken-scriptfilename" => "enable",
                "check-local" => "enable",
                "disable-time" => 1,
+#        "allow-x-send-file" => "enable",
        ))
 )
 
This page took 0.029882 seconds and 4 git commands to generate.