You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Marc Aymerich <gl...@gmail.com> on 2014/11/11 11:47:37 UTC

[users@httpd] Re: Differences between FcgidProcessLifeTime and FcgidIdleTimeout

On Tue, Nov 11, 2014 at 11:16 AM, Marc Aymerich <gl...@gmail.com> wrote:

> Hi,
> it is not clear to me what the differences between these two directives
> are.
>

Ups, I get it now


> FcgidProcessLifeTime: Idle application processes which have existed for
> greater than this time will be terminated.
>

This is the Idle time combine over all the process lifetime


> FcgidIdleTimeout: Application processes which have not handled a request
> for this period of time will be terminated.
>

And this is the Idle time after just one request :)




-- 
Marc