Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2004 01:58:03 +0200
From:      "Lars H. Beuse" <bsd@dokfilm.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: NameVirtualHost nat
Message-ID:  <200410130158.03232.bsd@dokfilm.org>
In-Reply-To: <9395922d04101212532d1019e9@mail.gmail.com>
References:  <200410120127.42002.bsd@dokfilm.org> <200410121827.i9CIRJ3m010356@lv.raad.tartu.ee> <9395922d04101212532d1019e9@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 12 October 2004 21:53, David Jenkins wrote:
> On Tue, 12 Oct 2004 21:26:55 +0300, Toomas Aas <toomas.aas@raad.tartu.ee> 
wrote:
> > Hi!
> >
> > "Lars H. Beuse" <bsd@dokfilm.org> wrote:
> > > i want some apache NameVirtualHost behind a Paketfilter based on ipf,
> > > placed in two subnets. This router has two Cards one in the private
> > > net, one in the public. So far i just forward port 80 and 443 into my
> > > private net 192.168.2.0, but every request ends up on apaches
> > > rootlevel, NameVirtualHost directive is useless. So, how to forward
> > > http(s):// requests through the Paketfilter matching the right
> > > VirtualHost? Maybe i've thought in a wrong direction, so far. Just some
> > > little hints should be enough.
> >
> > I can't be 100% sure because I haven't done this kind of thing myself,
> > but I don't see why port forwarding should interfere with Apache's
> > name-based virtual hosting. After all, they operate on different layers
> > of the OSI model: port forwarding is purely TCP business while
> > VirtualHosts are HTTP.
[...]
Jepp, that's why i'am a bit confused. Cause unfiltered ApacheVirtualHosts 
i run a few.
So i think i solved that issue:
That was my Virtual Host Container before it works:

NameVirtualHost www.domain.org:80
<VirtualHost www.domain.org:80>
blablabla
</Virtual>

The Container that works:
NameVirtualHost 192.168.2.5:80
<VirtualHost 192.168.2.5:80>
blablabla
</Virtual>

Thanx, for youre reply. But why is that? I'm not really shure. 
So i will go deeper in that.

Ciao  Lars



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410130158.03232.bsd>