> -----Original Message----- > From: jslive@xxxxxxxxx [mailto:jslive@xxxxxxxxx] On Behalf Of > Joshua Slive > Sent: Wednesday, March 28, 2007 10:14 AM > To: users@xxxxxxxxxxxxxxxx > Subject: Re: httpd.conf question - virtual server- firewall port forwarding > > On 3/28/07, Vizion <vizion@xxxxxxxxxxxxxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx