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?