subapplications can not work with spawn-fcgi?

Bug #481200 reported by vlion
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
web.py
New
Undecided
Unassigned

Bug Description

code.py:
import index
urls = (
  "/", index.index,
)
app = web.application(urls, globals())
if __name__ == "__main__":
    web.wsgi.runwsgi = lambda func, addr = None: web.wsgi.runfcgi(func, addr)
    app.run()
use python code.py is ok!
but use spawn-fcgi can not work!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.