Kris Verbeeck wrote:

> Apache behaviour with this patch (or without mod_cache):
> 
> The request:
> 
>       GET https://whatever.html HTTP/1.0
> 
> is equivalent to:
> 
>       GET / HTTP/1.0
> 
> I'm wondering whether this is the desired behaviour?  This is
> also the behaviour of a 1.3.x Apache.  Maybe Apache should block
> this kind of requests and return an error message??

This is correct: You are asking Apache to return the default page from a 
website called "whatever.html". As there is no virtual host configured 
called "whatever.html" it returns the / page from the default website in 
the config.

Regards,
Graham
-- 
-----------------------------------------
[EMAIL PROTECTED] 
        "There's a moon
                                        over Bourbon Street
                                                tonight..."

Reply via email to