Comments on How To Set Up Apache2 With mod_fcgid And PHP5 On CentOS 5.2
How To Set Up Apache2 With mod_fcgid And PHP5 On CentOS 5.2 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on CentOS 5.2. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
3 Comment(s)
Comments
Is it possible to do any benchmarks between fast cgi and mod_suPHP?
Is it possible to work with SELinux.
If I disable Mod PHP in /etc/httpd/conf.d/php.conf on my CentOS LAMP running Mod PHP now,install fastcgi and activate FastCGI in php.ini by adding cgi.fix_pathinfo = 1 , restart Apache, any app running php 5.x and latest MySQL database will continue to work in harmony? Or does MySQL config need to be adjusted as well?