FCGI1073: Unable to service the request even after trying 0 times

Hi all,

The following is my FastCgi setting:

Service type="magnus-internal/fastcgi"

fn="responder-fastcgi"

app-path="/i03_01/SUNWwbsvr616/cgi-bin/php"

max-procs="30"

app-env="PHP_FCGI_CHILDREN=20"

app-env="PHP_FCGI_MAX_REQUEST=1000"

restart-interval="60"

app-env="PHPRC=/i03_01/SUNWwbsvr616/https-www/config"

In the error log, Sometime i will see "FCGI1073: Unable to service the request even after trying 0 times". What does it mean?

Are the number of php processes not enough? Do i need to increase the "PHP_FCGI_CHILDREN" ?

Thanks.

[620 byte] By [polyuitjerrya] at [2007-11-26 14:22:44]
# 1

There is a parameter "req-retry" which is used to specify the number of request retries.

When a particular request (with no request body) fails before getting a response from the FastCGI application, if "req-retry" is greater than zero, plugin will again try to send the request to FastCGI application.

The default value is zero.

Seema.Aa at 2007-7-8 2:14:54 > top of Java-index,Web & Directory Servers,Web Servers...
# 2
Thanks
polyuitjerrya at 2007-7-8 2:14:54 > top of Java-index,Web & Directory Servers,Web Servers...