$ rpm -q mod_fcgid mod_fcgid-2.2-11.fc11.x86_64 http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-fedora-10 I have followed this guide but I am running into this problem -- error-log [error] (13)Permission denied: mod_fcgid: couldn't bind unix domain socket /etc/httpd/run/mod_fcgid/9952.0 [warn] (13)Permission denied: mod_fcgid: spawn process /var/www/html/index.php error
This is related to bug #501123.
I'm going to abandon trying to use /etc/httpd/run/mod_fcgid as the permissions on /etc/httpd/run don't allow httpd read access to it from Fedora 11 onwards. Instead, I'll use /var/run/mod_fcgid as in Fedora 10 and earlier releases, and update /etc/httpd/fcgid.conf accordingly to ensure that it gets used across all releases. This has appropriate DAC (Unix) and MAC (SELinux) permissions.
mod_fcgid-2.2-12.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/mod_fcgid-2.2-12.fc11
mod_fcgid-2.2-12.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update mod_fcgid'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-5604
mod_fcgid-2.2-12.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.