Re: [users@httpd] Name-based Virtual Host

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 6/7/05, Beth Curotto <bcurotto@xxxxxxxx> wrote:
>  
> I have setup 2 virtual hosts in httpd.conf  
> I have one external ip address being nat'd to an internal ip 
> I would like to use both websites directed to the same external, to then be
> handled by httpd.conf. 
>   
> Am I on target so far? 
>   
> One of the Virtual Hosts is for - www.mowingandmore.net 
>   
> The DNS info for this site is set through Network Solutions. It is pointing
> to 66.196.225.50 
> But when I try website name it defaults to general/default DocumentRoot, not
> the one I set in the VirtualHost 
>   
> This is my Virtual Host setup in httpd.conf ....... 
>   
> NameVirtualHost 66.196.225.50 

The NameVirtualHost must refer to the IP address as seen from the
server -- behind the NAT.  To avoid this complication, simply use
NameVirtualHost *:80 as recommended by the docs.  Also use
<VirtualHost *:80> to match.

> # Virtual Host 1 
> <VirtualHost 66.196.225.50> 
>     DocumentRoot /var/www/html/mow 
>     ServerName mowingandmore.net 
>     ServerSignature email 
> </VirtualHost>    

> Can someone tell me where I am missing the boat. 

You are also missing a
ServerAlias www.mowingandmore.net
inside the <VirtualHost> container.

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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux