Jump to content

[Solved] Random suPHP_ConfigPath Probelm?


UpdatedOffers

Recommended Posts

Hey,

I have been experiencing random 'internal server errors (500)' i am not sure whats causing this...

i am using a custom php.ini and have the following in my .htaccess file

 

 

suPHP_ConfigPath /home/updatedo/public_html/updatedoffers.com/

 

 

while i am getting this error i quickly commented out the .htaccess line with a # and the error went away...once i removed the # it came back...

but this doesn't happen all of the time...

 

Can anybody explain whats going on here please.

 

Other than that, this web hosting is great!

Link to comment
Share on other sites

We don't allow you to use a custom php.ini file, so I doubt that yours is working. I can't say if that was causing the 500 errors, but everybody experiences 500 errors from time to time because of high server load.

 

 

Link to comment
Share on other sites

my custom php.ini file loads and does what its supposed to do

 

since you are running suPHP i added this to my .htaccess

 

suPHP_ConfigPath /home/updatedo/public_html/updatedoffers.com/

 

which loads my php.ini

 

error_reporting = E_ALL
html_errors = Off
display_errors = Off
display_startup_errors = Off
log_errors = On
error_log = "library/logs/http_error.log"
ignore_repeated_errors = Off
ignore_repeated_source = Off
magic_quotes_gpc = Off

 

running phpinfo() you can see that its loading

 

Loaded Configuration File: /home/updatedo/public_html/updatedoffers.com/php.ini

 

 

 

im on johnny's server and the load is always under 5

when i am getting the error i was watching the gif up in top right corner and it was under 2

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...