Published by exdone
Posted on April 06, 2019
mod_fcgid: error reading data from FastCGI server
This error can be due to a number of reasons. I really wish it was more descriptive . In our case
the issue was related to the path suexec expected the files to be.
suexec -V
-D AP_DOC_ROOT=”/var/www/”
Suexec was compiled to use /home as the Doc root and we had previously compiled a version of suexec with /var/www. I may put together a how to in regards to compiling suexec with Apache.