]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- let external over tcp have host entry too
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 15 Dec 2006 14:24:30 +0000 (14:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-php-external.conf -> 1.7

lighttpd-php-external.conf

index 76bb4c793d512dc4c80eeb7229a77c5bb0c6d632..7a57ab335ed7abbd0d0d29d40cc648c9c12f15be 100644 (file)
@@ -12,10 +12,20 @@ fastcgi.server += (
 )
 
 #fastcgi.server += (
-#      ".php" => ((
-#              "host" => "127.0.0.1",
-#              "port" => 1026,
-#      )),
+#      ".php" => (
+#              "local" => (
+#                      "host" => "127.0.0.1",
+#                      "port" => 1028,
+#                      # 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,
+#                      # we enable check-local so you can use server.error-handler-404 for php files too
+#                      "check-local" => "enable",
+#              ),
+#      ),
 #)
 
 static-file.exclude-extensions += (".php")
This page took 0.210186 seconds and 4 git commands to generate.