]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- note that in SIGTERM is graceful shutdown in pld, via php-fcgi-graceful.patch
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 13 May 2009 22:38:05 +0000 (22:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-php-spawned.conf -> 1.8

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.077664 seconds and 4 git commands to generate.