More on: Re: [albatross-users] Updated FastCGI Request module

Tim Churches tchur at optushome.com.au
Fri Mar 26 17:32:27 EST 2004


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://www.object-craft.com.au/pipermail/albatross-users/attachments/20040326/1a2d6c21/attachment.pgp>


More information about the Albatross-users mailing list