]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-php-external.conf
- unify %attr() %ghost order
[packages/lighttpd.git] / 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.029711 seconds and 4 git commands to generate.