Hi, I am migrating a project from mod_python to mod_wsgi. It is basically a Django application which is protected by Shibboleth. Now Shibboleth sets some environment variables which are required for the Django app to function properly. With mod_python the environment is being passed to the Python application. But after migrating to mod_wsgi I do not see any relevant information through os.environ any more. Neither in the wsgi-script nor in the rest of the app.
Is this expected? Is there a configuration parameter which I missed? Regards, Frederik -- 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.
