View Single Post
Old 07-04-2005, 10:33 AM   #1 (permalink)
sarg
Junior Member
 
Join Date: Jul 2005
Posts: 14
Default Virtual Hosting - httpd.conf help

I am learning to setup my new dedicated server. I am wanting to host around 10-20 sites on it. Is this all I need for each domain in the httpd.conf file.

<VirtualHost 66.93.56.129>
DocumentRoot /home/userdomain/www
ServerName www.my-dom.com
</VirtualHost>

It only answers with the www and not without it. How can I setup to answer with or without the www prefix or is this a dns setting?
sarg is offline   Reply With Quote
Sponsored Links