Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 91515 invoked from network); 28 Oct 2009 16:51:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Oct 2009 16:51:43 -0000 Received: (qmail 73651 invoked by uid 500); 28 Oct 2009 16:51:39 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 73634 invoked by uid 500); 28 Oct 2009 16:51:39 -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 73625 invoked by uid 99); 28 Oct 2009 16:51:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2009 16:51:39 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,IP_LINK_PLUS,NORMAL_HTTP_TO_IP X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of marcosrmendez@gmail.com designates 209.85.223.182 as permitted sender) Received: from [209.85.223.182] (HELO mail-iw0-f182.google.com) (209.85.223.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Oct 2009 16:51:37 +0000 Received: by iwn12 with SMTP id 12so694608iwn.15 for ; Wed, 28 Oct 2009 09:51:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=D4W+WwIHlA10Qhy9LK9fmz3DXiNeatYFtHVaTn3z47g=; b=LXEunmAAqgg75alpXfGBuqQGcsuLc/0SajObz+dKRTBbk5CszOqo/BpsAQZSjP/mpP LbC9S6fUYxZGHRn7ND+TACLzEWLd2lqoZv/otwz9s051GwOHz/yeNQlQDMmY91XPMdOy HDZmpcg9kJnNUiZPW6mt28wC8/VcHcKl0HhE8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=qJ0FZiwii+7IEARydctpWf4a02Uri00y3la6+LvCxbgcKvJyKmLNnYvUabtqcV7v3C SYUZANT1IFhturDL1dlCJcmPdQeKfOuBHzLCTJsyuQ3E2tNpyOVgO7Q7KQcoaFxXhgzZ YfR4/Wb2iY3kuNnTlzQJR8M470KR4mEsNBnU8= MIME-Version: 1.0 Received: by 10.220.122.144 with SMTP id l16mr11575950vcr.78.1256748676172; Wed, 28 Oct 2009 09:51:16 -0700 (PDT) From: Marcos Mendez Date: Wed, 28 Oct 2009 12:50:56 -0400 Message-ID: <93fcb0dd0910280950n3396c117k6248a4a2ab84ef8b@mail.gmail.com> To: users Content-Type: text/plain; charset=ISO-8859-1 Subject: [users@httpd] proxy+rewrite converts https to http://domain:443 Anybody got any ideas how to fix this? The proxy is redirecting to a cgi. While this works fine with http, when using https, the request uri becomes http://domain name:443 instead of keeping https://domain name or converting it back to its original form? SSLProxyEngine on .... RewriteEngine on RewriteCond %{HTTP_HOST} !^123.123.123.123 [NC] RewriteRule ^(.+)$ https://123.123.123.123/script.cgi/browse?URL=%{REQUEST_URI} Regards, Marcos --------------------------------------------------------------------- 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