Krydos Posted April 15, 2011 Posted April 15, 2011 domain: krydos.heliohost.org username: krydos server: stevie All of my .php files have been giving 500 Internal Server Errors for over 48 hours now. Out of curiousity I renamed my index.php in the root of public_html to index.html and it displays perfectly with no error. As soon as it is renamed back to a .php file the 500 error comes right back. I have cleared cache, used several different browsers, and several different computers on several different ip addresses. No .php files on my entire site show anything other than 500 Internal Server Error while anything .html displays fine. I haven't changed any settings in months so it's very unlikely I caused this. This might be the same issue as http://www.helionet.org/index/index.php?sh...=8932&st=15 but since he is using all cgi and I am using php I thought I'd make a separate thread. Feel free to merge them if you need to.
jje Posted April 15, 2011 Posted April 15, 2011 Could you create a new PHP file and type in the following code? <?php echo "PHP is working"; ?>
Krydos Posted April 15, 2011 Author Posted April 15, 2011 Could you create a new PHP file and type in the following code? <?php echo "PHP is working"; ?> Created and located at http://krydos.heliohost.org/jje_test.php Still gives 500 Internal Server Error.
jje Posted April 15, 2011 Posted April 15, 2011 Is there a .htaccess file in the directory of the script. If so, could you paste what it says?
Krydos Posted April 15, 2011 Author Posted April 15, 2011 Is there a .htaccess file in the directory of the script. If so, could you paste what it says? .htaccess contents: # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName krydos.heliohost.org AuthUserFile /home/krydos/public_html/_vti_pvt/service.pwd AuthGroupFile /home/krydos/public_html/_vti_pvt/service.grp In addition I tried removing the .htaccess file completely, and still no change. Still get the 500 Internal Server Error.
jje Posted April 15, 2011 Posted April 15, 2011 This support request is being escalated to our root admin.
Guest Geoff Posted April 15, 2011 Posted April 15, 2011 Problem w/ cpdavd processing appearing. Fixed; De-escalating tread.
Krydos Posted April 15, 2011 Author Posted April 15, 2011 Problem w/ cpdavd processing appearing. Fixed; De-escalating tread. Thank you. Everything seems to be working now. Was this caused by something that I did, or was there anyway for me to fix this issue myself in the future if it appears again?
Guest Geoff Posted April 16, 2011 Posted April 16, 2011 Thank you. Everything seems to be working now. Was this caused by something that I did, or was there anyway for me to fix this issue myself in the future if it appears again? Some rouge webdisk processes caused your process limit to be exceeded. Therefore, your PHP scripts could not start the process required for them to run. This has happened before; it's cpanel's fault and there is really nothing we can do.
jje Posted April 16, 2011 Posted April 16, 2011 Glad your problem got solved Please spare 2 minutes to leave feedback at http://www.helionet.org/index/index.php?showtopic=8947
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now