]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- php-fpm sample
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 16 Sep 2009 14:51:09 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-php-external.conf -> 1.13

lighttpd-php-external.conf

index e90279ddf168e8d86e0ec025f314c65c521dd298..1febeba18b214e505b1b6a7ce158b0b460d7f50a 100644 (file)
@@ -11,7 +11,8 @@
 
 fastcgi.server += (
        ".php" => ((
-               "socket" => "/var/run/php/fcgi.sock",
+               "socket" => "/var/run/php/fcgi.sock", # spawned by php-fcgi-init
+#              "socket" => "/var/run/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,
This page took 0.028619 seconds and 4 git commands to generate.