On Sat, 06 Dec 2008 21:59:08 +0100
Jeroen Massar <[EMAIL PROTECTED]> wrote:
> 
> My bad, mixing up between those two ;)
> Nevertheless note that the 1.3 docs might not apply to the special
> version of apache in openbsd, in part due to the IPv6 patch.

Somewhere I hope the devs didn't modify the code that much.

> Try something like:
> NameVirtualHost *
> NameVirtualHost *:443
> 
> That will enable them all to support it, which is generally what you
> want anyway, the Listen directive can then be used to limit what you
> really listen on.

Hmmm. My situation is a bit more complex -- I'm trying to throw
away those IP-based bots right away, so my VirtualHosts definitions
don't really accommodate wildcards.

> > AFAIK, the host name comes in the "ServerName" directive -- which is
> > supposed to match the HTTP/1.1 'Server' entry.
> 
> You most likely mean "Host:", as in:

That's exactly what I meant ;-)

> Which will then match with the VirtualHost entry and use that config
> sniplet for actually executing the query further.

But they would match the ServerName entry...

>   (who happily uses Apache2 already for years...)

Let's call it "Plan B". I usually prefer using servers from the
base install (no ports). But Apache2 will also do, should it be
necessary.

Simon

Reply via email to