Re: OS Error.... again and again..
Stanley Gambarin (stanleyg@cs.bu.edu)
Tue, 23 Sep 1997 12:49:12 -0400 (EDT)
Date: Tue, 23 Sep 1997 12:49:12 -0400 (EDT)
From: Stanley Gambarin <stanleyg@cs.bu.edu>
To: Fabian Thylmann <thylmann@m1.sprynet.com>
Subject: Re: OS Error.... again and again..
In-Reply-To: <3.0.3.32.19970923172923.00952a70@m1.sprynet.com>
Message-Id: <Pine.GSO.3.96.970923124720.6690A-100000@csa>
On Tue, 23 Sep 1997, Fabian Thylmann wrote:
> > - provide AppClass lines from config file
>
> I changed them around a bit but it doesn't really help.. the current one is:
> AppClass /usr/local/etc/httpd/cgi-bin/trakker --processes 10
> --listen-queue-depth 250
>
Are you sure that this is your line ??? That would not work,
since the options are specified with one -, not --. You must use
-processes and -listen-queue-depth, otherwise it will default to
1 and 5 respectively. Make sure that you have desired number
of fcgi apps running (do ps | grep fcgiappname)
Stanley.