> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
> Joshua Slive
> Sent: Wednesday, March 28, 2007 10:14 AM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] httpd.conf question - virtual server- firewall 
> port forwarding
> 
> On 3/28/07, Vizion <[EMAIL PROTECTED]> wrote:
> > I am setting up an apache2.2 server on freebsd with a 
> number of virtual hosts.
> >
> > The server is behind a firewall which has the IP address to 
> which each virtual host is pointed by DNS with port 80 
> forwarding to the server. The server is on a private network 
> (192.168.0.0) behind the firewall.
> >
> > I have never used this arrangement before and cannot get 
> the virtual servers functioning properly.
> 
> What exactly happens when you try?
> 
> In general, you should be using
> NameVirtualHost *:80
> and then for each virtual host
> <VirtualHost *:80>
> ...
> </VirtualHost>
> 
> to avoid potential mis-matched IP addresses.
> 
> Joshua.
Thanks for getting back to me so quickly.

That did it.

David


---------------------------------------------------------------------
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