Project

General

Profile

Actions

Bug #1414

closed

spawn-fcgi doesn't use -C parameter

Added by Anonymous over 16 years ago. Updated over 15 years ago.

Status:
Invalid
Priority:
High
Category:
spawn-fcgi
Target version:
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

Actions #1

Updated by darix over 16 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

Actions #2

Updated by stbuehler about 16 years ago

  • Status changed from New to Fixed
  • Resolution set to invalid
Actions #3

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom