Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 89210 invoked from network); 19 Sep 2006 12:54:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Sep 2006 12:54:07 -0000 Received: (qmail 42198 invoked by uid 500); 19 Sep 2006 12:53:45 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 42125 invoked by uid 500); 19 Sep 2006 12:53:45 -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 42091 invoked by uid 99); 19 Sep 2006 12:53:45 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Sep 2006 05:53:45 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=covener@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.4 required=5.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from ([64.233.184.234:28437] helo=wr-out-0506.google.com) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id CE/D0-27824-558EF054 for ; Tue, 19 Sep 2006 05:53:42 -0700 Received: by wr-out-0506.google.com with SMTP id i5so16585wra for ; Tue, 19 Sep 2006 05:53:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nQNDyW4T2SlJSIXS1pA4H480x7Y3nm/p0VbWdKHS0ADA/MBnM3Gyxsit5ZW5M8A4wBOnVOC+zakgYJg4CFvRqgSQHC6UxZAAvSMZjKppB57NKiYi7H5th4qzSl4C6TlYSI0XN/N5n/okSrujTJdOSD689ZFSrOB/B4cTwASM3aY= Received: by 10.67.29.12 with SMTP id g12mr7890342ugj; Tue, 19 Sep 2006 05:53:38 -0700 (PDT) Received: by 10.67.105.1 with HTTP; Tue, 19 Sep 2006 05:53:37 -0700 (PDT) Message-ID: <1404e5910609190553w48bd39c6w42ffd37c98104b32@mail.gmail.com> Date: Tue, 19 Sep 2006 08:53:38 -0400 From: "Eric Covener" To: users@httpd.apache.org In-Reply-To: <651EF706-9206-428B-AE87-3C4F77D86FF5@northwestel.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060919081506.84275.qmail@web53112.mail.yahoo.com> <651EF706-9206-428B-AE87-3C4F77D86FF5@northwestel.net> Subject: Re: [users@httpd] Mod_rewrite rule for renamed FastCGI scripts X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/19/06, Jeremy Sellors nwt wrote: > > I have changed a script name suffix from .cgi to > .fcgi to enable the script to run under FastCGI > RewriteEngine On > RewriteRule ^mt.fcgi(.) mt.fcgi$1 [L] ^ ^ > in the .htaccess file but this does not work. I put carets under the two things that probably prevent your rule from even matching, if I understand correctly. Try setting RewriteBase in that htaccess file, and also reconsider your RewriteRule. I'd think it'd be more of the form RewriteBase /mtw/ RewriteRule ^mt.cgi$ mt.fcgi [PT] (Or look at the action parameter of the login form) -- Eric Covener covener@gmail.com --------------------------------------------------------------------- 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