Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 13196 invoked by uid 500); 7 Jul 2003 16:20:03 -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 13153 invoked from network); 7 Jul 2003 16:20:02 -0000 Received: from unknown (HELO dev-svr-01.pk3i.com) (209.139.212.21) by daedalus.apache.org with SMTP; 7 Jul 2003 16:20:02 -0000 Received: (qmail 9274 invoked from network); 7 Jul 2003 16:20:05 -0000 Received: from staff-02.pk3i.com (HELO himanshu) (10.6.18.102) by dev-svr-01.pk3i.com with SMTP; 7 Jul 2003 16:20:05 -0000 From: "Himanshu Soni" To: Date: Mon, 7 Jul 2003 09:20:05 -0700 Message-ID: <007101c344a3$a00cd760$6612060a@pk3i.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Rewrite rules and mod_ssl variables on apache 2.0.40 on redhat 8.0 Hi I am trying to upgrade apache 1.3.27 on slackware 8.1 to Apache 2.0.40 on redhat 8.0. I use mod_rewrite to redirect requests to another server. The rewrite rules pass SSL information like cipher strength and client certificates presented to the rewritten URL as query strings. Following is a snippet from my rewrite rules: RewriteRule ^/(.*) "http://%{HTTP_HOST}:8080/VirtualHostBase/https//%{HTTP_HOST}:443/$1?cip her_strength=%{SSL_CIPHER_USEKEYSIZE}&client_cert=${url-encode:%{LA-U:SS L_CLIENT_CERT}}" [P,QSA,L] I have the following as my SSL Options: SSLOptions +FakeBasicAuth +ExportCertData +CompatEnvVars +StrictRequire +StdEnvVars I require client authentication by default. In apache 1.3.27, when the above rewrite rule was processed, cipher_strength and client_cert variables are successfully passed as QUERY_STRING to the rewritten URL. In apache 2.0.40, this doesn't happen. The URL is rewritten but with empty values for cipher_strength and client_cert. Any help is greatly appreciated. Thanx Himanshu Soni --------------------------------------------------------------------- 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