Hi all,
I was wondering if the wsgi var REMOTE_USER is always being set.
Even if no user is authenticated, then it is set to "".
I came across a strange problem, when my Python app using
repoze.who works on Apache and mod_wsgi but stops working
when running on Apache mod_uwsgi --> uwsgi. (by not working
I mean that repoze.who seemed to be completely by-passed).
Which I later realized was caused by a condition in repoze.who
middleware:
if self.remote_user_key in environ:
# act as a pass through if REMOTE_USER (or whatever) is
# already set
return self.app(environ, start_response)
Still it seems incredible to me that I am the first one to hit this issue.
What do you guys think? Is there a bug in mod_uwsgi, or repoze.who,
or am I missing something?
Thanks in advance.
--
Petr
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi