fastcgi report (was how much resource?)
hi all, i installed fastcgi on my server and added -appconntimeout 0 (as suggested by ppetru). tried both unix and tcp socket. however, i can't get 100% availability. there still exist connection failed (connection refused) errors and incomplete headers 0 errors. my config rhl 6.1, pIII 500M, 776M RAM, oct6 fastcgi snapshot, FCGIServer.py from cvs ver 1.7, zope 2.1.3 i glanced at FCGIServer.py. there were references of max connection (10) and max request(50). will this have any bearing on the connection refused error? do i need to d/l other files instead of only FCGIServer.py? i am also considering mod_pcgi2. can anybody with fastcgi and mod_pcgi2 experience enlighten me? tia -- ------------------------------------------------------ http://www.kedai.com.my/kk Am I Evil?
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of - Sent: Sunday, March 05, 2000 7:18 PM To: zope@zope.org Subject: [Zope] fastcgi report (was how much resource?)
hi all,
i installed fastcgi on my server and added -appconntimeout 0 (as suggested by ppetru). tried both unix and tcp socket. however, i can't get 100% availability. there still exist connection failed (connection refused) errors and incomplete headers 0 errors.
my config rhl 6.1, pIII 500M, 776M RAM, oct6 fastcgi snapshot, FCGIServer.py from cvs ver 1.7, zope 2.1.3
I'm running pretty much the same thing except for Zope 2.1.4. I haven't had any of the problems you describe. I don't know if FastCGI changed from 2.1.3 or not, and I've only been using tcp socket. I know this doesn't really help solve your problem, but it does indicate that your setup "should" work. _______________________ Ron Bickers Logic Etc, Inc. rbickers@logicetc.com
On Mon, Mar 06, 2000 at 08:18:21AM +0800, - wrote:
i installed fastcgi on my server and added -appconntimeout 0 (as suggested by ppetru). tried both unix and tcp socket. however, i can't get 100% availability. there still exist connection failed (connection refused) errors and incomplete headers 0 errors.
Strange. Just a check: you wrote '-appConnTimeout 0', aren't you ? mod_fastcgi is case sensitive (or at least it seems so at the first glance at the source).
my config rhl 6.1, pIII 500M, 776M RAM, oct6 fastcgi snapshot, FCGIServer.py from cvs ver 1.7, zope 2.1.3
i glanced at FCGIServer.py. there were references of max connection (10) and max request(50). will this have any bearing on the connection refused error?
No, they are only used to report to the webserver. As stated there, mod_fastcgi doesn't even ask for them.
do i need to d/l other files instead of only FCGIServer.py? i am also considering mod_pcgi2. can anybody with fastcgi and mod_pcgi2 experience enlighten me?
-Petru
On Tue, 07 Mar 2000, Petru Paler wrote:
Strange. Just a check: you wrote '-appConnTimeout 0', aren't you ? mod_fastcgi is case sensitive (or at least it seems so at the first glance at the source).
i actually did write -appConnTimeout 0 in the httpd.conf.
i glanced at FCGIServer.py. there were references of max connection (10) and max request(50). will this have any bearing on the connection refused error?
No, they are only used to report to the webserver. As stated there, mod_fastcgi doesn't even ask for them.
what about the options in fastcgi? processes in FastCgiServer defaults to 1. -maxProcesses defaults to (50) >-maxClassProcesses defaults to (10) will increasing these numbers help stop connection refused error? fastcgi is a like a black box to me, full of mystery, even after reading the docs. ------------------------------------------------------ http://www.kedai.com.my/kk Am I Evil?
participants (3)
-
- -
Petru Paler -
Ron Bickers