]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- add php-fpm status uri sample
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 21 Dec 2011 17:04:17 +0000 (17:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-php-external.conf -> 1.14

lighttpd-php-external.conf

index 1febeba18b214e505b1b6a7ce158b0b460d7f50a..c5096ac022c95ee2723befe4bd5598177dec16d7 100644 (file)
@@ -17,7 +17,15 @@ fastcgi.server += (
                "check-local" => "enable",
                "disable-time" => 1,
 #        "allow-x-send-file" => "enable",
-       ))
+       )),
+
+# for this to work set in /etc/php/php-fpm.conf:
+# pm.status_path = /fpm-status
+#      "/fpm-status" => ((
+#              "socket" => "/var/run/php/fpm.sock",
+#              "check-local" => "disable",
+#              "disable-time" => 1,
+#      )),
 )
 
 #fastcgi.server += (
This page took 0.042229 seconds and 4 git commands to generate.