MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: onemanarmy on 2013-02-16, 19:16:45

Title: php defunct
Post by: onemanarmy on 2013-02-16, 19:16:45
Hello,
ps aux showing many [php-cgi] <defunct> processes and after googling about "php defunct" i found this is caused by suphp

my configuration - nginxproxy , php53u , fcgid_event(secondary php enabled)

how to fix this?
Title: Re: php defunct
Post by: MRatWork on 2013-02-16, 20:26:11
I think fcgid have the same issue because suphp and fcgid have the same mechanism to call php-cgi.

Secondary-php (using suphp) only active if you call via .htaccess with adding 'AddHandler x-httpd-php52 .php'. Without it, secondary-php (that mean also suphp) not called.
Title: Re: php defunct
Post by: onemanarmy on 2013-02-16, 20:48:40
so there is no fix for this as i want to use fcgid only?
Title: Re: php defunct
Post by: MRatWork on 2013-02-16, 20:53:36
If not to make your cpu and or ram higher usage, don't care about it.