Hi all,

    I'm trying to run a web server (Apache 1.3.3) behind our firewall that
has 3 domains directed at 2 ip's. On the fw/masqer, one external ip is 
the "real" ip, and i have an alias for the other ip on that interface.
Port 80 is forwarded for both ip's to the internal server, which has 2
internal ip's.
The setup look like this:

domain1 & 2 both resolv to same ip
extip1 --> intip1
domain3 has it's own ip
extip2 --> intip2


Right now the virtual domain part of my httpd.conf looks like this:

<VirtualHost domain3.com>
ServerName www.domain3.com
~
~
~
</VirtualHost>

NameVirtualHost extip1

<VirtualHost extip1>
ServerName www.domain1.com
~
~
~
</VirtualHost>

<VirtualHost extip1>
ServerName www.domain2.com
~
~
~
</VirtualHost>

I know this is a little of topic, but the only apache mailing list I could
find was for announcements only. If anyone knows how to do this or 
knows of a mailing list where this type of thing is discussed, pls let
me know. Any help will be appreciated.

thx,
John
[EMAIL PROTECTED]





_______________________________________________
Masq maillist  -  [EMAIL PROTECTED]
http://tiffany.indyramp.com/mailman/listinfo/masq
Admin requests can be handled by web (above) or [EMAIL PROTECTED]

Reply via email to