More on: Re: Updated FastCGI Request module
Tim Churches <[email protected]> 26 Mar 2004 17:32:27 +1100
| Newsgroups | gmane.comp.web.albatross.general |
|---|---|
| Organization | Totally disorganised |
| Message-ID | <1080282747.1220.248.camel@emilio> |
OK, the fastCGI process manager is now correctly starting the Albatross app
process, but it is not responding - from teh apache error_log:
[Fri Mar 26 11:11:49 2004] [notice] FastCGI: process manager initialized (pid 8167)
[Fri Mar 26 11:11:49 2004] [warn] FastCGI: server "/var/www/cgi-bin/casemgr/app.py" started (pid 8171)
[Fri Mar 26 11:11:49 2004] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operation
s
[Fri Mar 26 11:12:37 2004] [error] [client 127.0.0.1] FastCGI: comm with server "/var/www/cgi-bin/casemgr
/app.py" aborted: idle timeout (30 sec)
[Fri Mar 26 11:12:37 2004] [error] [client 127.0.0.1] FastCGI: incomplete headers (0 bytes) received from
The app itself looks like this:
import albatross.fcgiapp
from cocklebur import dbobj
from casemgr import albasetup, handle_exception
import config
dbobj.execute_debug(True)
app = albasetup.get_app(config, config_vars,
base_url='app.py',
module_path='pages',
template_path = 'pages',
start_page = 'login')
while albatross.fcgiapp.running():
req = albatross.fcgiapp.Request()
app.run(req)
Any hints on how to debug this? There is nothing written in the FastCGI log directory.
--
Tim C
PGP/GnuPG Key 1024D/EAF993D0 available from keyservers everywhere
or at http://members.optushome.com.au/tchur/pubkey.asc
Key fingerprint = 8C22 BF76 33BA B3B5 1D5B EB37 7891 46A9 EAF9 93D0
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQBAY857eJFGqer5k9ARAuDiAJ4ubD4F7jXmHgKplIEKPwQYnpF+2gCgqhOr jeAMprnsneH4/s7F/Nq2MQ0= =ci1H -----END PGP SIGNATURE-----