From: Elan Ruusamäe Date: Fri, 15 Dec 2006 14:24:30 +0000 (+0000) Subject: - let external over tcp have host entry too X-Git-Tag: auto/ac/lighttpd-1_4_13-6~4 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=67dd6603d5ea50e8ba7d1370ed0236862ac6e561;p=packages%2Flighttpd.git - let external over tcp have host entry too Changed files: lighttpd-php-external.conf -> 1.7 --- diff --git a/lighttpd-php-external.conf b/lighttpd-php-external.conf index 76bb4c7..7a57ab3 100644 --- a/lighttpd-php-external.conf +++ b/lighttpd-php-external.conf @@ -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")