[packages/lighttpd] - update php-fpm socket path

glen glen at pld-linux.org
Wed Nov 28 15:10:43 CET 2012


commit 8aba81b1f8fe15a35e681acdd1a886a351ec709e
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Nov 28 16:10:39 2012 +0200

    - update php-fpm socket path

 lighttpd-php-external.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lighttpd-php-external.conf b/lighttpd-php-external.conf
index c5096ac..0404f34 100644
--- a/lighttpd-php-external.conf
+++ b/lighttpd-php-external.conf
@@ -12,7 +12,7 @@
 fastcgi.server += (
 	".php" => ((
 		"socket" => "/var/run/php/fcgi.sock", # spawned by php-fcgi-init
-#		"socket" => "/var/run/php/fpm.sock", # spawned by php-fpm
+#		"socket" => "/var/run/php/php-fpm.sock", # spawned by php-fpm
 		# we enable check-local so you can use server.error-handler-404 for php files too
 		"check-local" => "enable",
 		"disable-time" => 1,
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lighttpd.git/commitdiff/8aba81b1f8fe15a35e681acdd1a886a351ec709e



More information about the pld-cvs-commit mailing list