Hi, Motivation for this question stems from a recent post on the mod- python list stating that mod_python is no longer developed. Is that true? The feature I used was hooking a python script in apache's fixup phase where my authen/authz and global session management takes place. Putting session code there allowed persistent LDAP connections, and more control over the user's experience when logging in. I think HTTP's auth headers are bad for user experience.
If mod_python is lacking developer's nourishment and dying, is there a way to interject a python script in Apache's fixup phase using mod_wsgi, while keeping persistent LDAP connections alive? Is there access to apache's internal note's data structure to pass information from one phase to the next (other than publishing that information to the environment variables)? Then passing the request back to apache to serve static files, php scripts, python code, and etc... Thanks Rascal --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to modwsgi@googlegroups.com To unsubscribe from this group, send email to modwsgi+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---