default page problem can't acces whm cpanel
Hello,We setup our name based hosting in our httpd.conf. Now we cannot access our control panels on the default page : XX.XX.160.50:80/whm and XX.XX.160.50:80/cpanel.
When we click on these link we see this error : Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.
Here is our configuration :
<VirtualHost *>
DocumentRoot /usr/local/apache/htdocs
</VirtualHost>
<VirtualHost XX.XX.160.50:80>
ServerName ourserverdns1
DocumentRoot /usr/local/apache/htdocs
</VirtualHost>
<VirtualHost XX.XX.160.50:80>
ServerName website1
DocumentRoot /home/crensha/public_html
</VirtualHost>
Thank you for your help!