Web Server Configuration Troubleshooting
Apache 2
<a name="FastCGI:-failed-to-connect-to-server"></a>FastCGI: failed to connect to server
All seems to be perfectly configured, but the browser complains about an internal server error / misconfiguration. The apache error logs for the site have:
(13)Permission denied: FastCGI: failed to connect to server FastCGI: incomplete headers (0 bytes) received from server
Solution:
Run the fastcgi process and the Apache under same user and group or use TCP-IP sockets for communication.
See also: Common log file errors :