[users@httpd] No Luck wuth VirtualHosts

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

 



Hello:

I'm having no luck with virtual hosts.

I have a domain name: myDomain.com and a sub-domain name: test.myDomain.com

I would like myDomain.com to go to /var/www/sites/prod and test.myDomain.com to go to /var/www/sites/dev

My hosts file reads: 127.0.0.1 myDomain.com localhost.localdomain localhost asus
(do I need a test.myDomain.com in here?)

My httpd.conf has this:

listen 80
ServerName myDomain.com:80
NameVirtualHost *:80
<VirtualHost *:80>
	DocumentRoot /var/www/sites/prod
	ServerName myDomain.com
</VirtualHost>

<VirtualHost *:80>
	DocumentRoot /var/www/sites/dev
	ServerName test.myDomain.com
</VirtualHost>

What happens is that either test.myDomain.com or myDomain.com go to the first VirtualHost whichever one I put first.

What am I missing?

Thanks,

Ken

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