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. Quote
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"; ?> Quote
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. Quote
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? Quote
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. Quote
jje Posted April 15, 2011 Posted April 15, 2011 This support request is being escalated to our root admin. Quote
Guest Geoff Posted April 15, 2011 Posted April 15, 2011 Problem w/ cpdavd processing appearing. Fixed; De-escalating tread. Quote
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? Quote
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. Quote
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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.