View Single Post
Old March 10th, 2003, 01:54 PM   Digg it!   #1 (permalink)
phenious
Moderator
 
phenious's Avatar
 
Join Date: Oct 2001
Location: Winter Park FL
Posts: 5,302
Send a message via AIM to phenious
Apache 2.0 Vhosts

Hello. I am trying to setup up Vhosts with my web server. I am running Apache 2.0 on WinXP. Here is the code I have so far in my server config file...

NameVirtualHost *

<VirtualHost *>
ServerName www.phenious.com
ServerAlias phenious.com
DocumentRoot F:/Website/phenious
</virtualHost>

<VirtualHost *>
ServerName www.autumn.phenious.com
ServerAlias autumn.phenious.com
DocumentRoot F:/Website/autumn
</virtualHost>

I have a dynamic service that points phenious.com to my current IP. I have the software update phenious.com and autumn.phenious.com every 2 min if there is a change. www.phenious.com works fine but I cant get www.autumn.phenious.com to work. do I need to take out some other code in the config to get it to pay attention to the vhost code? Thank you

-: phenious :-
__________________
phenious is offline   Reply With Quote
Search TechIMO for Answers: