https://issues.apache.org/bugzilla/show_bug.cgi?id=45684


S <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from S <[EMAIL PROTECTED]>  2008-09-04 06:28:17 PST ---
I have fixed this issue last week. Just add a timeout and keepalive option for
each balancer member.

My new configuration :

<VirtualHost 129.xx.xx.xx:80>
   ServerName passerelle.mydomain.fr
   ServerAlias *.passerelle.mydomain.fr
   VirtualDocumentRoot /dev/null
   # Balancing sur plusieurs serveur
   ProxyPreserveHost On
   ProxyPass /balancer-manager !
   ProxyPass / balancer://mycluster/ stickysession=BALANCEID
   <Proxy balancer://mycluster>
     BalancerMember http://jpasserelle1.mydomain.fr route=jpasserelle1
timeout=400 keepalive=on
     BalancerMember http://jpasserelle2.mydomain.fr route=jpasserelle2
timeout=400 keepalive=on
   </Proxy>
   ProxyPassReverse / http://jpasserelle1.mydomain.fr/
   ProxyPassReverse / http://jpasserelle2.mydomain.fr/
</Virtualhost>

Now, I have no 404 error in my logs.


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

Reply via email to