PHP 5.3.2 + Fcgid 2.3.5 + Apache 2.2.14 + SuExec => Connection reset by peer: mod_fcgid: error readi
- by Zigzag
Hi,
I'm trying to use PHP 5.3.2 + Fcgid 2.3.5 + Apache 2.2.14 but I always have the error : "Connection reset by peer: mod_fcgid: error reading data from FastCGI server".
And Apache returns an error 500 each time I tried to execute a php page :
I have compiled the Apache with this options:
./configure --with-mpm=worker --enable-userdir=shared…