Actions
Bug #1414
closedspawn-fcgi doesn't use -C parameter
ASK QUESTIONS IN Forums:
Description
spawn-fcgi which comes with lighttpd doesn't use -C parameter which was meant to set the number of fcgi processes to be spawned.
For example if I run:
spawn-fcgi -C 1 -a 127.0.0.1 -p 15003 -u user -g www -f "/usr/bin/php-cgi -c /etc/lighty/vhosts/php-user-www_testwebpage_com.ini"
6 (default 5 + 1) are spawned, even though I set -C parameter to 1 (so max. 2 processes were to be spawned).
Any ideas?
-- emil.novak
Updated by darix about 17 years ago
works as designed if -C gets passed 1 as value. it is set to 5 internally.
the smallest value you can get is -C 2
Updated by stbuehler almost 17 years ago
- Status changed from New to Fixed
- Resolution set to invalid
Actions
Also available in: Atom