[packages/lighttpd] use php-fpm by default in sample config

glen glen at pld-linux.org
Thu Nov 7 16:03:09 CET 2013


commit c4777a944e5ef39db8363cc916bc446e7036d81e
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Nov 7 17:02:59 2013 +0200

    use php-fpm by default in sample config

 lighttpd-php-external.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lighttpd-php-external.conf b/lighttpd-php-external.conf
index 0404f34..73741aa 100644
--- a/lighttpd-php-external.conf
+++ b/lighttpd-php-external.conf
@@ -11,8 +11,8 @@
 
 fastcgi.server += (
 	".php" => ((
-		"socket" => "/var/run/php/fcgi.sock", # spawned by php-fcgi-init
-#		"socket" => "/var/run/php/php-fpm.sock", # spawned by php-fpm
+		"socket" => "/var/run/php/php-fpm.sock", # spawned by php-fpm
+#		"socket" => "/var/run/php/fcgi.sock", # spawned by php-fcgi-init
 		# 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/c4777a944e5ef39db8363cc916bc446e7036d81e



More information about the pld-cvs-commit mailing list