Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 68223 invoked from network); 8 Mar 2005 15:37:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Mar 2005 15:37:35 -0000 Received: (qmail 87030 invoked by uid 500); 8 Mar 2005 15:37:24 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 87011 invoked by uid 500); 8 Mar 2005 15:37:24 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 86998 invoked by uid 99); 8 Mar 2005 15:37:24 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of apache-users@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 08 Mar 2005 07:37:21 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D8gdl-0001R8-11 for users@httpd.apache.org; Tue, 08 Mar 2005 16:28:57 +0100 Received: from p549597bc.dip0.t-ipconnect.de ([84.149.151.188]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Mar 2005 16:28:57 +0100 Received: from cklinger by p549597bc.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Mar 2005 16:28:57 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@httpd.apache.org From: Christian Klinger Date: Tue, 08 Mar 2005 16:20:10 +0100 Lines: 24 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p549597bc.dip0.t-ipconnect.de User-Agent: Mozilla Thunderbird 0.8 (Macintosh/20040913) X-Accept-Language: en-us, en Sender: news X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner: Found to be clean X-MailScanner-From: apache-users@m.gmane.org X-MailScanner-To: users@httpd.apache.org X-Virus-Checked: Checked Subject: [users@httpd] mod_auth_cookie - Problem X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello Apache Users I dont know if this is the right place to ask???? I use Apache as a reverse (and login) Proxy for Zope! If i use mod_auth_cookie to set the Authorization Header I see this traceback! UUencoded `cklinger:klinger' as `Y2tsaW5nZXI6a2xpbmdlcgB' AuthCookie set `cklinger:klinger' as `Basic Y2tsaW5nZXI6a2xpbmdlcgB' I think this is ok but as backend server I user Zope and if I encode 'cklinger:klinger' as a base64 string in python i get as result 'Y2tsaW5nZXI6a2xpbmdlcg==' The Problem Zope doesen�t accept the Authorization-Header from Apache! I think this is because the different Base64 Encodings. Any Tips! Thx in advance Christian --------------------------------------------------------------------- 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