SOURCES: lighttpd-php-external.conf - let external over tcp have h...
glen
glen at pld-linux.org
Fri Dec 15 15:24:35 CET 2006
Author: glen Date: Fri Dec 15 14:24:35 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- let external over tcp have host entry too
---- Files affected:
SOURCES:
lighttpd-php-external.conf (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SOURCES/lighttpd-php-external.conf
diff -u SOURCES/lighttpd-php-external.conf:1.6 SOURCES/lighttpd-php-external.conf:1.7
--- SOURCES/lighttpd-php-external.conf:1.6 Fri Dec 15 12:53:50 2006
+++ SOURCES/lighttpd-php-external.conf Fri Dec 15 15:24:30 2006
@@ -12,10 +12,20 @@
)
#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")
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/lighttpd-php-external.conf?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list