Reputation: 123
I need some guidance to fix my server. I have a VPS with CentOS, Linux, PHP and plesk.
Yesterday, I made an update using yum of PHP 5.1.6 to 5.3.8 and CentOS. Updated php.ini and restarted services.but something went wrong since server is returning a 500 internal server error to all sites since then.
My apache log don't show any activity when trying to load sites, the log only displays activity when server is restarted and no errors are shown.
I am able to run .php files from ssh and php -v returns version 5.3.8
Where should I be looking at ? what may be missing?
Thanks in adavance
Upvotes: 0
Views: 440
Reputation: 12244
Well, this is pretty broad, i'd vote to get this transfered to serverfault as this site is mostly for code problems.
My 2 cents is that this upgraded changed something in the way your files are handled such as in mod_php5 for apache. Or it might be an HTACCESS configuration error that you're getting...
Upvotes: 2