Subdomains with Apache
Hi,I am trying to add a subdomain with apache. This is my directive:
ServerAlias account.mysite.com
ServerAdmin webmaster@account.mysite.com
DocumentRoot /home/account/public_html
BytesLog domlogs/account.mydomain.com-bytes_log
ServerName account.mydomain.com
User account
Group account
CustomLog /usr/local/apache/domlogs/account.domain.com combined
ScriptAlias /cgi-bin/ /home/account/public_html/cgi-bin/
But I just get, when i visit it:
Firefox can't find the server at account.mydomain.com.
I am useing WHM/cPanel.
Please help!
Thanks,
Tom