Need mod_fcgid on a CentOS 6.2 or similar server? Check out this great how-to:
https://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-centos-6.2
I especially like the use of suexec.
This howto worked on the first try! There are not many actual working mod_fcgid howtos!
One issue that I did run into is the default MaxRequestLen is 131768 which is way to low so had to add this line:
1 |
FcgidMaxRequestLen 20971520 |
to /etc/httpd/conf.d/fcgid.conf.