I use "suphp" on 3 servers I own with apache 2.2.6 and suddenly yesterday (15 hours ago) one of the servers show "Internal server error" on all sites.
Tried rebuilding apache and php 4 times with no fix until I came to try handling php with cgi instead. (I always like to track who is using apache processes)
well. getting to this fix was after 10 hours of all sites not working on the server.
I came to the solution
that it is suphp causing the problem so I set php to be handled by cgi
instead of supsp in
Main >> Service Configuration >> Configure PHP and SuExec
OLD config
Default PHP Version (.php files) 5
PHP 5 Handler suphp
PHP 4 Handler none
Suexec on
NEW config
Default PHP Version (.php files) 5
PHP 5 Handler cgi
PHP 4 Handler none
Suexec on
Those settings got my server back online but the problem is that bandwidth is not being counted since apache won't process cgi scripts bandwidth usage.
really want to get suphp back running asap
note that I use release builds since ever and latest release build is 2 weeks old so might be only some packages updated when cpanel cron ran yesterday without the version being changed ?
hope to get a clue on this.
Tried rebuilding apache and php 4 times with no fix until I came to try handling php with cgi instead. (I always like to track who is using apache processes)
well. getting to this fix was after 10 hours of all sites not working on the server.
I came to the solution
that it is suphp causing the problem so I set php to be handled by cgi
instead of supsp in
Main >> Service Configuration >> Configure PHP and SuExec
OLD config
Default PHP Version (.php files) 5
PHP 5 Handler suphp
PHP 4 Handler none
Suexec on
NEW config
Default PHP Version (.php files) 5
PHP 5 Handler cgi
PHP 4 Handler none
Suexec on
Those settings got my server back online but the problem is that bandwidth is not being counted since apache won't process cgi scripts bandwidth usage.
really want to get suphp back running asap
note that I use release builds since ever and latest release build is 2 weeks old so might be only some packages updated when cpanel cron ran yesterday without the version being changed ?
hope to get a clue on this.