Hi, I decided to make use of web.py-0.3 and I'm finding difficulties in configuring it to run correctly. I followed the guide which is available at /roadmap.
I get this when I try to run dispatch.fcgi via apache: [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] return runfcgi(func, None) [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] File "/ home/.stroodles/user/vc/example.com/trunk/web/wsgi.py", line 17, in runfcgi [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] return flups.WSGIServer(func, multiplexed=True, bindAddress=addr).run() [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] File "build/ bdist.linux-i686/egg/flup/server/fcgi.py", line 95, in __init__ [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] File "build/ bdist.linux-i686/egg/flup/server/threadedserver.py", line 54, in __init__ [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] File "build/ bdist.linux-i686/egg/flup/server/threadpool.py", line 52, in __init__ [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] thread [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] . [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] error [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] : [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] can't start new thread [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] Premature end of script headers: dispatch.fcgi [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] Traceback (most recent call last): [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] File "dispatch.fcgi", line 102, in <module> [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] app.run() [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] File "/ home/.stroodles/user/vc/example.com/trunk/web/application.py", line 264, in run [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] return wsgi.runwsgi(self.wsgifunc(*middleware)) [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] File "/ home/.stroodles/user/vc/example.com/trunk/web/wsgi.py", line 35, in runwsgi [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] return runfcgi(func, None) [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] File "/ home/.stroodles/user/vc/example.com/trunk/web/wsgi.py", line 17, in runfcgi [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] return flups.WSGIServer(func, multiplexed=True, bindAddress=addr).run() [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] File "build/ bdist.linux-i686/egg/flup/server/fcgi.py", line 95, in __init__ [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] File "build/ bdist.linux-i686/egg/flup/server/threadedserver.py", line 54, in __init__ [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] File "build/ bdist.linux-i686/egg/flup/server/threadpool.py", line 52, in __init__ [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] thread [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] . [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] error [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] : [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] can't start new thread [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] [Sun Apr 20 16:52:58 2008] [error] [client x.x.x.x] Premature end of script headers: dispatch.fcgi When I run dispatch.fcgi on the command line, it seems to work correctly. Any tips appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
