View Single Post
  #6 (permalink)  
Old 08-19-2003, 11:24 AM
khoonchee khoonchee is offline
cPanel Partner NOC
cPanel Partner NOC Badge
 
Join Date: Oct 2002
Posts: 132
khoonchee
Hi ,

We have this problem before and we found that the issue resolve from our server is that it is missing the subdomain entry in the httpd.conf file.

We added back the entry and the subdomain works fine again.

<VirtualHost serverIP>
ServerAlias subdomain.domain.com
ServerAdmin webmaster@subdomain.domain.com
DocumentRoot /home/Username/public_html/subdomain
BytesLog domlogs/subdomain.domain.com-bytes_log
ServerName subdomain.domain.com
ScriptAlias /cgi-bin/ /home/Username/public_html/subdomain/cgi-bin/
CustomLog domlogs/subdomain.domain.com combined
</VirtualHost>

Hope this help.

cPanel.net Support Ticket Number:
__________________
Best Regards,


Andy
Reply With Quote