Re: [EMAIL PROTECTED] configuring a balancer in httpd.conf

2006-08-02 Thread Vincent Bray
On 8/1/06, DM <[EMAIL PROTECTED]> wrote: ### ProxyRequests Off Order deny,allow Allow from all ProxyPass / http://erie:8080/ ProxyPassReverse / http://erie:8080/ ### I attempted to get the load-balancing working by replacing the above with the

[EMAIL PROTECTED] configuring a balancer in httpd.conf

2006-08-01 Thread DM
Hi, I'm trying to get Apache to forward all it's requests to either one of two Tomcat processes. I can get Apache to forward the requests to a single Tomcat using the following settings in httpd.conf: ### ProxyRequests Off Order deny,allow Allow from all Prox