I installed everything using powerstack and yum. I've checked over config files and havnt noticed anything. My phpinfo worked once then stopped. http://93.174.91.26/content/serverinfo.php. All other php pages just show up blank or return with error 500. I can't seem to figure out what's wrong. I'm running the newest versions of everything. I'm on redhat centOS 5
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
migrated from stackoverflow.com Jan 9 '12 at 13:24
|
My best guess would be that you try to load one (or more) php extension(s) that is not available, as you are loading a lot of extras there. You might want to rename your php.ini into php.save and add a file called php.ini w/o any content and restart apache. You can do that like this
Check your page now, if the 500 persists. If that doesn't help,provide some logging output after calling a page of your content. You might want increase the |
|||
|
|
phpinfo(). DON'T leave that online for any longer than necessary! – DaveRandom Jan 9 '12 at 13:38