I've been a long time user of modpython and am looking to start migrating to modwsgi. However I currently use many of the advanced features of modpython, such as the various Apache handler phase hooks.
In particular I use the PythonAccessHandler hook to do all kinds of authentication/authorization stuff. I use this to guard all my URL resources; not just those served up by python. Also I currently depend on being able to pass information between phases by pushing python objects onto the "req" object in modpython. I don't think modwsgi has any similar access to hooking into the other Apache handler phases, or does it? From what I see, I don't think the Apache Authentication Provider interfaces as documented on the wiki will be sufficient. If this is not something that modwsgi can do, would it still recommended to use both modules: modpython for the other Apache handler phases, and modwsgi for the main content handler phase? And is there any way to transfer information between phases; especially if say the access phase is handled by modpython and the content handler phase by wsgi? Thanks -- Deron Meranda -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
