]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-php-external.conf
- release 6
[packages/lighttpd.git] / lighttpd-php-external.conf
index ede6d0fdc46140ad95c43005d5263c6b16dea06d..1febeba18b214e505b1b6a7ce158b0b460d7f50a 100644 (file)
 
 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,
-               "bin-copy-environment" => (
-                       "PATH", "SHELL", "USER"
-               ),
+#        "allow-x-send-file" => "enable",
        ))
 )
 
@@ -25,13 +24,13 @@ fastcgi.server += (
 #      ".php" => (
 #              "local" => (
 #                      "host" => "127.0.0.1",
-#                      "port" => 1028,
+#                      "port" => 1026,
 #                      # we enable check-local so you can use server.error-handler-404 for php files too
 #                      "check-local" => "enable",
 #              ),
 #              "slave" => (
 #                      "host" => "192.168.5.93",
-#                      "port" => 1028,
+#                      "port" => 1026,
 #                      # we enable check-local so you can use server.error-handler-404 for php files too
 #                      "check-local" => "enable",
 #              ),
This page took 0.029377 seconds and 4 git commands to generate.