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
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