|
|
|
|
|
by devicenull
5164 days ago
|
|
FastCGI makes little to no sense on shared web hosting machines. With FastCGI, each user on the machine needs at least one long-running process to handle requests. This is a waste when you consider that large numbers of the sites may be idle 99% of the time. With CGI, you only have PHP processes running when they are actually handling requests, it's really a much better solution for shared hosting. |
|
See http://www.php.net/manual/en/install.fpm.configuration.php under 'pool' group and the 'pm' setting.