]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-php-external.conf
- add php-fpm status uri sample
[packages/lighttpd.git] / 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.026171 seconds and 4 git commands to generate.