help with virtual servers on my dedicated server..

I'm trying to setup a virtual server on my box...

The main vhost is going to be cybermomcafe.com and the next will be atomiclime.com

Here is what the virtual host part of httpd.conf looks like:

<VirtualHost _default_:443>

ServerName www.cybermomcafe.com
ServerAlias cybermomcafe.com *.cybermomcafe.com
DocumentRoot /home/bbundesen

</VirtualHost>

<VirtualHost _default_:443>

ServerName www.atomiclime.com
DocumentRoot /home/atomiclime

</VirtualHost>
After I put in the entry for atomiclime.com, when I try to go to cybermomcafe.com I end up in the directory for atomiclime.com...

Is it something wrong with what I have in httpd.conf or with my Bind DNS settings...?

Any help would be great!

 

 

 

 

Top