All of my clients are getting 500 internal errors on PHP websites.
The only thing I changed today was to turn on register_globals for OScommerce to work.
I also copied some cpmove files into my home directory.
Now all of a sudden, all of my clients get 500 internal errors. The funny thing is, my site (which has super user access) works just fine.
I have tried nearly every fix on the cPanel forums, I could find for 500 internal errors.
resetting perms does not work, recompiling apache/php does not work, upcp --force did not work
Does anyone have any other ideas on this?
Sincerely,
Chris Walker
Desperate server noob
The only thing I changed today was to turn on register_globals for OScommerce to work.
I also copied some cpmove files into my home directory.
Now all of a sudden, all of my clients get 500 internal errors. The funny thing is, my site (which has super user access) works just fine.
I have tried nearly every fix on the cPanel forums, I could find for 500 internal errors.
resetting perms does not work, recompiling apache/php does not work, upcp --force did not work
Does anyone have any other ideas on this?
Sincerely,
Chris Walker
Desperate server noob
Code:
tail -n 500 /usr/local/apache/logs/error_log
[Tue Apr 13 03:14:28 2010] [error] [client 66.249.71.139] SoftException in Application.cpp:592: Directory /home is not owned by varyico
[Tue Apr 13 03:14:28 2010] [error] [client 66.249.71.139] Premature end of script headers: index.php
[Tue Apr 13 03:14:28 2010] [error] [client 66.249.71.139] File does not exist: /home/varyico/public_html/500.shtml
[Tue Apr 13 03:14:52 2010] [error] [client 119.63.198.40] File does not exist: /home/dranolak/public_html/robots.txt
[Tue Apr 13 03:14:52 2010] [error] [client 119.63.198.40] File does not exist: /home/dranolak/public_html/404.shtml
Last edited: