Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 81428 invoked from network); 5 Dec 2007 15:21:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2007 15:21:09 -0000 Received: (qmail 84151 invoked by uid 500); 5 Dec 2007 15:20:46 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 84125 invoked by uid 500); 5 Dec 2007 15:20:46 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 84114 invoked by uid 99); 5 Dec 2007 15:20:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 07:20:46 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of noodlet@gmail.com designates 209.85.146.183 as permitted sender) Received: from [209.85.146.183] (HELO wa-out-1112.google.com) (209.85.146.183) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2007 15:20:26 +0000 Received: by wa-out-1112.google.com with SMTP id k22so6880606waf for ; Wed, 05 Dec 2007 07:20:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=SZHyjxV5SNApSPB8F4K083R/OdKvVgZht7Si7YMW0tw=; b=cpIZoofZIbXfxlZHHTjssJERtwfcro77Ht8VM8WSstJFGT5QBQfkyzJpcKNC8gzrDeGBWPhTF5KquVu7DrWxdQFEDyeplsV2q5qih4J95/S8dem2tVssDUkovf5+ulB64gO5PuS35xtoeS6iyNuJgpwWw4b6KjdqJxbv+gXraNo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HP6A6FoqYLReRxd1dadPB/CvUFdkMBfNZ/0CvvqBBevEWFQJb9MFZNCnWG5e1yodhfan3Hn5sd4F65uWzNBWCxwZwjZxGx0iNRTxVP673tzWMeQAtWVU5EjMmQRT7NC2zuUInuDmv16UAylj+3iUY5n7RAA2r3Jox3K1LALdtYI= Received: by 10.115.107.1 with SMTP id j1mr362528wam.1196868028059; Wed, 05 Dec 2007 07:20:28 -0800 (PST) Received: by 10.114.168.10 with HTTP; Wed, 5 Dec 2007 07:20:27 -0800 (PST) Message-ID: <813716b60712050720s73c99e24k86ac2706e3e6237f@mail.gmail.com> Date: Wed, 5 Dec 2007 15:20:27 +0000 From: "Vincent Bray" To: users@httpd.apache.org In-Reply-To: <475663C3.8040201@redcor.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <475663C3.8040201@redcor.ch> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] virtual hosts and authentication On 05/12/2007, robert rottermann 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 for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org