Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 5883 invoked from network); 29 May 2007 13:14:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2007 13:14:26 -0000 Received: (qmail 63371 invoked by uid 500); 29 May 2007 13:14:16 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 63358 invoked by uid 500); 29 May 2007 13:14:16 -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 63347 invoked by uid 99); 29 May 2007 13:14:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 06:14:16 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jslive@gmail.com designates 64.233.162.233 as permitted sender) Received: from [64.233.162.233] (HELO nz-out-0506.google.com) (64.233.162.233) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 06:14:11 -0700 Received: by nz-out-0506.google.com with SMTP id v1so1568690nzb for ; Tue, 29 May 2007 06:13:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=WNdzLJFgdYZuctqYkV7W3r4eFGizFy7+nvVI6KejecHURnYuetP/vh4TC4qDVzxGWLIX0L+awY1P8exvWDqP+zbnh/okKQ2crKW0dbQ7bRUKx6PnhsFBTZL+cRPk/oBHF60VONSz+9FPbTjSwIONOmcgCWQXTINUAUskBCUxSKI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=B6gaD9yQR48XX5/EYZiWFIpRa54KrjqeTX+aByM9NJLkZVT0/6pgmZobrakkyX3n2WVI7ysLcx59BKbh/ER6orzP4Nc/e3psL7TJoWe2q9d4PpjLXKzBT+X0xbDLe/+q3NSGDigY4wm0RqD/tEuLMzBH3RCxooTSaDDyVPYWXcM= Received: by 10.114.192.1 with SMTP id p1mr3423866waf.1180444429917; Tue, 29 May 2007 06:13:49 -0700 (PDT) Received: by 10.114.53.5 with HTTP; Tue, 29 May 2007 06:13:49 -0700 (PDT) Message-ID: Date: Tue, 29 May 2007 09:13:49 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <1180421635.3068.18.camel@tigger> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1180421635.3068.18.camel@tigger> X-Google-Sender-Auth: e46282f21606a676 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Redirect https -> http On 5/29/07, Peter Gordon wrote: > > I replaced the rules above with the following rules, which are meant to redirect https->http. > It does not work. No redirect takes place and nothing is logged in the rewrite log file. When I use an https:/ url > it continues as an https url. The fact that nothing is in the RewriteLog implies that the rules aren't even being considered for the request. This is likely happening because ssl requests are being served out of a block. To get the mod_rewrite stuff applied, you need to put RewriteEngine On RewriteOptions inherit inside the ssl block. Joshua. --------------------------------------------------------------------- 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