These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for 500 Internal Server Error on the new forum.
I have a web server with backspace,
I have installed virtualmin on it, and install a test file to make sure all works
and it does..
Now, I loaded Drupal CMS on into the public_html and followed all the instructions
But I get this error
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log."
I need help, What am I doing wrong?
And what the server error log say? Fire up the following command in SSH if you are on CentOS:
cat /var/log/messages
Howdy,
Yeah, output from the error logs would be super... though I'd actually suggest using the Apache error log for that domain, $HOME/logs/error_log, to get info about why it's not working.
-Eric