On 05/12/2007, robert rottermann <[EMAIL PROTECTED]> wrote:
> I try to set up a syste where the user authentication is done by apache
> which the should forward the request to an application server (zope).

I'm not sure if this works in a gateway configuration but try it anyway:

SetEnv Proxy-Chain-Auth On

Described here:

http://httpd.apache.org/docs/2.2/mod/mod_proxy_http.html#env

(Btw, s/loose/lose/ in your config comments :)

RequestHeader is used to fiddle with the incoming request from the
client, not gateway/proxy headers.

-- 
noodl

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to