MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: vinceent on 2013-01-30, 04:37:27

Title: Activate Php fastcgi
Post by: vinceent on 2013-01-30, 04:37:27
hello all i have installed in my server  kloxo-MR version and i want to activate : Php Fastcgi to my one domain how can activate? php fastcgi to one domain?
Tnx
Title: Re: Activate Php fastcgi
Post by: Tsanten on 2013-01-30, 04:43:51
What version you installed?
Do you want to activate for only one domain or for all but have only one domain active now?
Title: Re: Activate Php fastcgi
Post by: vinceent on 2013-01-30, 04:45:42
yes for only one domain
Title: Re: Activate Php fastcgi
Post by: vinceent on 2013-01-30, 05:58:43
SOLVED:

Click to client, next click to domain, next see DOMAIN FEATURES and see in down list php-fastcgi enable and next click to update  and now is activate PHP-FASTCGI.

Tnx
Title: Re: Activate Php fastcgi
Post by: MRatWork on 2013-01-30, 09:32:32
Enable for fastcgi in 'domain feature' is waste option (I will remove from 'domain feature).

Nginx and lighttpd standalone use their fastcgi for handling php-cgi. Apache need mod_fastcgi module for the same purpose.

Between mod_fastcgi, mod_fcgid and mod_suphp module, only mod_fastcgi able 'communicate' to php-fpm (where php-fpm 'communicate' to php-cgi). Another module (fcgid and suphp) still 'communicate' to php-cgi directly.