Setting up multiple domains - CentOS 5.2 Apache
I am using CentOS 5.2 and running apache.
I edited httpd_vhosts.conf
ServerName mysite.com
ServerAlias *.mysite.com
ErrorLog /var/log/httpd/myuser/error_log
CustomLog /var/log/httpd/myuser/access_log common
What do I have to do to the hosts.conf file to get this domain name up and running?
Thanks.