]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-php-spawned.conf
temporarily load also mysql and ldap authn backends
[packages/lighttpd.git] / lighttpd-php-spawned.conf
index eff9287a3410164427f819569f6c0978995279dd..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"
This page took 0.047953 seconds and 4 git commands to generate.