From b7240baf010296d73199ed0888c156ec65c53c35 Mon Sep 17 00:00:00 2001 From: robs Date: Wed, 7 Jan 2004 02:02:31 +0000 Subject: [PATCH] add -min-server-life docs --- docs/mod_fastcgi.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/mod_fastcgi.html b/docs/mod_fastcgi.html index 5918986..a3532cc 100644 --- a/docs/mod_fastcgi.html +++ b/docs/mod_fastcgi.html @@ -1,6 +1,6 @@ - + Apache module mod_fastcgi @@ -369,6 +369,14 @@ may increase throughput/performance, depending upon the application and the host. </DD> <DT> + <CODE><STRONG>-min-server-life <EM>n</EM></STRONG> (30)</CODE> + </DT> + <DD> + The minimum number of seconds the application must run for before its restart + interval is increased to 600 seconds. The server will get 3 tries to run for at least this + number of seconds. + </DD> + <DT> <CODE><STRONG>-pass-header <EM>header</EM></STRONG> (none)</CODE> </DT> <DD> @@ -576,6 +584,14 @@ must be >= to -maxClassProcesses (this is not programmatically enforced). </DD> <DT> + <CODE><STRONG>-min-server-life <EM>n</EM></STRONG> (30)</CODE> + </DT> + <DD> + The minimum number of seconds a dynamic FastCGI application must run for before its restart + interval is increased to 600 seconds. The server will get 3 tries to run for at least this + number of seconds. + </DD> + <DT> <CODE><STRONG>-minProcesses <EM>n</EM></STRONG> (5)</CODE> </DT> <DD> -- 2.11.4.GIT