Project

General

Profile

Actions

Docs ModProxyCore » History » Revision 1

Revision 1/51 | Next »
jakabosky, 2006-12-12 22:33


for php {{{

$HTTP["url"] =~ "\.php$" {
proxy-core.balancer = "round-robin"
proxy-core.protocol = "fastcgi"
proxy-core.backends = ( "127.0.0.1:1026" )
proxy-core.max-pool-size = 16
}

}}}

http proxy {{{

$HTTP["url"] =~ "/proxy/" {
proxy-core.protocol = "http"
  1. proxy-core.balancer = "round-robin"
    proxy-core.balancer = "sqf"
    proxy-core.backends = (
    "10.0.0.10:80",
    "10.0.0.11:80" )
    }

}}}

Updated by jakabosky about 18 years ago · 51 revisions