On 6/27/06, Neil A. Hillard <[EMAIL PROTECTED]> wrote:

You are trying to do something that Apache is not designed for.  You want:

195.168.3.66         -> /home/webs/195.168.3.66
fantomas.fantomas.sk -> /home/webs/fantomas.fantomas.sk
<everything else>    -> /home/webs/default.fantomas.sk

You can't do that.  You can do:

fantomas.fantomas.sk -> /home/webs/fantomas.fantomas.sk
<everything else>    -> /home/webs/default.fantomas.sk

end of story.  Apache doesn't do it and unless you write a patch then I
suspect no one else will.

This is not a bug but the way it works.  Now I'm pretty sure you could
use mod_rewrite to work around this but you're on your own for that.

This may be true.  But I agree with Matus that this is poorly
documented.  I wrote a good chunk of the documentation, and at that
time I was not aware of this particular behavior, so it is not
addressed properly.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to