23 Aug
2002
23 Aug
'02
6:01 p.m.
zope-mailinglist writes:
... sorry, forgot to state that zope already runs in _remote_user_mode the problem seems to be that zope looks in request.environ['REMOTE_USER'] which is not present in the zope process, only in the apache process -- seems that remote_user_mode is only for cgi mode, where apache passes its environment variables to the cgi. Tell Apache to pass the "REMOTE_USER" information.
Apache "Rewrite" rules provide provisions to set environment variables. Look at the "Rewrite rule" documentation. Dieter