On 11/12/07, Krzysztof Ciesielski <[EMAIL PROTECTED]> wrote:
> Hi, I've got a problem with django used with mod_ssl and mod_python. I
> wanted to use environmental variables from mod_ssl in order to
> automaticly  log in users but it appears that those variables are not
> accessible trough request.META Has anyone met this problem before. and
> has any idea how to solve this issue?
> with regards,

If you need to access specialized data from the mod_python request,
the actual mod_python request object is available as 'request._req'.

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to