Re: [us...@httpd] Configuration change for 2.0

2009-11-25 Thread Mark Watts
On Wed, 2009-11-25 at 17:19 +0200, Onur Ağın wrote: > Hi, > > > Configuration below works fine in 2.2 but I have to run it on 2.0 > apache 2.0 it says balancer member not found. > > What is the equal configuration for 2.0 Apache 2.0.x does not include mod_proxy_balancer. It is a module only av

[us...@httpd] Configuration change for 2.0

2009-11-25 Thread Onur Ağın
Hi, Configuration below works fine in 2.2 but I have to run it on 2.0 apache 2.0 it says balancer member not found. What is the equal configuration for 2.0 # Proxy ProxyRequests Off Order deny,allow Allow from all BalancerMember http://:7102 BalancerMember http://:7106 Proxy