You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/08/26 12:44:35 UTC

DO NOT REPLY [Bug 45684] Random 404 page with wildcard DNS

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


rahul <ra...@sun.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




--- Comment #1 from rahul <ra...@sun.com>  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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org