7 Aug
2006
7 Aug
'06
9:03 p.m.
----- Original Message ----- From: "David Chandek-Stark" <dc@duke.edu> To: "Jonathan" <dev101@magma.ca> Sent: Monday, August 07, 2006 2:53 PM Subject: Re: [Zope] Re: FastCGI server crashing
I haven't done this myself, but according to the apache docs (http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html) the mod_rewrite module has access to REMOTE_USER and using url rewriting you should be able to pass it along (and thereby get rid of fastcgi).
No, you can't pass authorization headers with a proxy rule.
You may want to have a look at this thread: http://mail.zope.org/pipermail/zope3-users/2005-November/001460.html Jonathan