Hello! Im trying to setup one server to use FCGI instead of suPHP. Its a shared server with 150 accounts. Every time i try i get error 500 on some sites. I check the file permissions and are ok, how can i debug this problem?
Here is a sample error from apache error_log
[Wed Sep 23 12:00:24 2015] [warn] [client 207.46.13.176] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Wed Sep 23 12:00:24 2015] [error] [client 207.46.13.176] Premature end of script headers: index.php
Thanks!
Here is a sample error from apache error_log
[Wed Sep 23 12:00:24 2015] [warn] [client 207.46.13.176] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Wed Sep 23 12:00:24 2015] [error] [client 207.46.13.176] Premature end of script headers: index.php
Thanks!
Comment