[NTLUG:Discuss] Virtual Hosting

Jack Snodgrass jack+ntlug at mylinuxguy.net
Mon Feb 3 21:29:00 CST 2003


you might also want to enable the cgi-bin/printenv ( I'd rename it ) 
and run that from the different domains. See what that tells you. 

SERVER_ADDR should be the same. 
The SERVER_NAME ( and/or maybe HTTP_HOST ) should match 
the 'name' of the virtual server your accessing. 


jack



On Mon, 2003-02-03 at 20:32, jose sanchez wrote:
> Hello All:
> 
> I am experiencing a weird problem with Name based
> virtual hosting with apache. I don't know if I am
> doing this correctly. The webserver is behind a
> firewall that is NATing traffic to it.
> 
> I have three domain names, example: domain1.com,
> domain2.com, and domain3.com. I have the registrar of
> the domains forwarded to my external ip (24.31.xx.xx).
> The webserver's ip is 192.168.2.50. This is what the
> http.conf file looks like:
> 
> NameVirtualHost 192.168.2.50
> 
> <VirtualHost 192.168.2.50>
>         ServerName www.domain1.com
>         ServerAdmin wilsan816 at yahoo.com
>         DocumentRoot /home/domain1/www
> </VirtualHost>
> 
> <VirtualHost 192.168.2.50>
>         ServerName www.domain2.com
>         ServerAdmin wilsan816 at yahoo.com
>         DocumentRoot /home/domain2/www
> </VirtualHost>
> 
> <VirtualHost 192.168.2.50>
>         ServerName www.domain3.com
>         ServerAdmin wilsan816 at yahoo.com
>         DocumentRoot /home/domain3/www
> </VirtualHost>
> 
> Somehow the virtual hosting is not working. When I
> type www.domain2.com or www.domain3.com on the browser
> I get the content or pages of domain1.com. I don't
> know why is doing that. When I type www.domain1.com,
> obviously works.
> 
> Now, the address bar changes from www.domainx.com to
> 24.31.xx.xx/index.php. The registrar where the domains
> are registered doesn't offer free "Domain Masking"
> (when the domain name stays on the browser' address
> bar). I don't know if this is why I am having this
> problem. If anyone have experienced this before please
> let me know.
> 
> Thanks in advance.
> 
> =====
> "An ounce of gold cannot buy an ounce of time."
> - Anonymous
> 
> 
> www.whmicro.com
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> 
> _______________________________________________
> https://ntlug.org/mailman/listinfo/discuss
> 




More information about the Discuss mailing list