[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-httpd-bugs
Subject:    DO NOT REPLY [Bug 45684] New: Random 404 page with wildcard DNS
From:       bugzilla () apache ! org
Date:       2008-08-25 9:10:48
Message-ID: bug-45684-7868 () https ! issues ! apache ! org/bugzilla/
[Download RAW message or body]

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

           Summary: Random 404 page with wildcard DNS
           Product: Apache httpd-2
           Version: 2.2.9
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: sebastien.bilbeau@univ-rennes1.fr


I've got lots of random error 404 with wildcard virtualhost. There was no error
in the error_log.

Example of message when we have this random bug :
Aug 22 23:41:07 lennon.mydomain.fr local1.info logger:
www.lexbase.fr.passerelle.mydomain.fr 86.xx.xx.xx - - [22/Aug/2008:23:41:07
+0200] "GET /lexbase/ident HTTP/1.1" 404 517
...

My virtualhost 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
     BalancerMember http://jpasserelle2.mydomain.fr route=jpasserelle2
   </Proxy>
   ProxyPassReverse / http://jpasserelle1.mydomain.fr/
   ProxyPassReverse / http://jpasserelle2.mydomain.fr/
</Virtualhost>

I've trying to disable balancing, but I've the same problem.


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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic