]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-php-spawned.conf
- reverter previous patch, it is not needed
[packages/lighttpd.git] / lighttpd-php-spawned.conf
index 3a0a8a36ef8f7ee08038d94a4065b763720f3c7a..b9869aea8e270eaaa18f9e164bd4d00abbfe4b90 100644 (file)
@@ -15,6 +15,8 @@ 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"
@@ -25,6 +27,7 @@ fastcgi.server += (
                "broken-scriptfilename" => "enable",
                "check-local" => "enable",
                "disable-time" => 1,
+#        "allow-x-send-file" => "enable",
        ))
 )
 
This page took 0.041777 seconds and 4 git commands to generate.