packages: lighttpd/lighttpd-php-external.conf - add php-fpm status uri sample

glen glen at pld-linux.org
Wed Dec 21 18:04:22 CET 2011


Author: glen                         Date: Wed Dec 21 17:04:22 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add php-fpm status uri sample

---- Files affected:
packages/lighttpd:
   lighttpd-php-external.conf (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: packages/lighttpd/lighttpd-php-external.conf
diff -u packages/lighttpd/lighttpd-php-external.conf:1.13 packages/lighttpd/lighttpd-php-external.conf:1.14
--- packages/lighttpd/lighttpd-php-external.conf:1.13	Wed Sep 16 16:51:09 2009
+++ packages/lighttpd/lighttpd-php-external.conf	Wed Dec 21 18:04:17 2011
@@ -17,7 +17,15 @@
 		"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 += (
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lighttpd/lighttpd-php-external.conf?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list