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.

