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.

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