The Alias directive ... will probably never match because it overlaps an earlier Alias.
        Posted  
        
            by mmattax
        on Server Fault
        
        See other posts from Server Fault
        
            or by mmattax
        
        
        
        Published on 2010-03-20T00:36:22Z
        Indexed on 
            2010/03/20
            0:41 UTC
        
        
        Read the original article
        Hit count: 518
        
I'm getting this warning from Apache:
The Alias directive in /etc/httpd/conf.d/foo.conf at line 10 will probably never match because it overlaps an earlier Alias.
However the Alias overlaps on a completely different virtual host.
Might this be caused because one alias is on a name-based virtual host while the other alias is on an IP-based virtual host?
Everything is working fine, just the warning is a bit annoying...
© Server Fault or respective owner