https://issues.apache.org/bugzilla/show_bug.cgi?id=45684
rahul <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #1 from rahul <[EMAIL PROTECTED]> 2008-08-26 03:44:34 PST ---
are there any URLs that consistently produce 404? or is it totaly random?
Also what about your balancer members? is one of them producing 404 by chance?
I have been trying to reproduce your problem with no luck yet.
my conf:
<VirtualHost *>
ServerName agneyam.india.sun.com
ServerAlias *.agneyam.india.sun.com
VirtualDocumentRoot /dev/null
# Balancing sur plusieurs serveur
ProxyPreserveHost On
ProxyPass /balancer-manager !
ProxyPass / balancer://mycluster/ stickysession=BALANCEID
<Proxy balancer://mycluster>
BalancerMember http://vayavyam.india.sun.com:8080 route=j1
BalancerMember http://vaishnavam.india.sun.com:8080 route=j2
</Proxy>
ProxyPassReverse / http://vayavyam.india.sun.com:8080/
ProxyPassReverse / http://vaishnavam.india.sun.com:8080/
</Virtualhost>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]