2008/12/2 Peter <[EMAIL PROTECTED]>: > Graham, > > Firstly, thank you for you work on mod_wsgi. I just started using mod_wsgi > 2.3 with apache 2.2.10. I've also enabled mod_ssl and will be using client > certificates. Due to some audit requirements, I will need access to some of > apache's ssl environment variables. At present, it doesn't appear that > mod_wsgi makes apache's ssl environment variables available to wsgi > applications via the environ parameter. > > Perhaps I am missing something here. Is it possible to access apache's SSL > environment variables using mod_wsgi 2.3? If not, I would be willing to try > and add this functionality to mod_wsgi and provide you with a patch.
Have you tried setting: SSLOptions StdEnvVars See: http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#ssloptions I have cc'd this onto mod_wsgi list as answer would be of general interest. Graham --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
