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