Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 46730 invoked from network); 14 Nov 2009 01:49:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Nov 2009 01:49:52 -0000 Received: (qmail 89691 invoked by uid 500); 14 Nov 2009 01:49:51 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 89608 invoked by uid 500); 14 Nov 2009 01:49:51 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 89599 invoked by uid 99); 14 Nov 2009 01:49:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 01:49:51 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of trawick@gmail.com designates 209.85.222.199 as permitted sender) Received: from [209.85.222.199] (HELO mail-pz0-f199.google.com) (209.85.222.199) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Nov 2009 01:49:43 +0000 Received: by pzk37 with SMTP id 37so2478300pzk.10 for ; Fri, 13 Nov 2009 17:49:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=50ehuCHcBXT+h2k7LhONf+P+8W8J3nTUggIkMQQnNfo=; b=csikYAJo9f8VPH5zjaPif4ekXXhqdno6nDwvUbGt+zREeF67HXvlswGYSOV8Dx8dfV /y5pYYp6+/Vf+iuKqKfNyjB5WnwWZVzc8DxUeJ9CL+6l0SK7Ra6sr/7rAw1uxnn73AK0 iRViZBQ3CbIM9sxVM8Enmnr3EhdyszMLzaVko= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=meWY+09xPBH5VWyJ6AMQhyDHVKuK/paOqzyXzwg0cmp4rM5RAV0svMSA3/RxukWMqp Snjqth6k+bVuNXL5WGzvD7sQjVa/vUIUYqNnz9UCv2yATIhXUE4QlRVdjCylcNM0rya9 +wu3TO7quj45dFSza23OwBzIc9vTeMaREh+/Y= MIME-Version: 1.0 Received: by 10.142.3.13 with SMTP id 13mr570865wfc.302.1258163361930; Fri, 13 Nov 2009 17:49:21 -0800 (PST) In-Reply-To: <72e3fc8f0911131631p16d4f120v80e122052278ff37@mail.gmail.com> References: <72e3fc8f0911121525g6917cac5u7287718047a0dd4f@mail.gmail.com> <72e3fc8f0911131631p16d4f120v80e122052278ff37@mail.gmail.com> Date: Fri, 13 Nov 2009 20:49:21 -0500 Message-ID: Subject: Re: mod_rewrite and mod_fcgid pass wrong fcgi request From: Jeff Trawick To: dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Nov 13, 2009 at 7:31 PM, Felipe Alcacibar wrote: > i was commented that in the wrong list? i saw this list in the > mod_fcgid's page and for that reason i posted that here, but i don't > know if this is a bug or feature or anyelse, or what is the module > that may be wrong. someone can tell me if i wrong please? in the long term users@httpd is a better list for likely configuration issues like this; we've been pointing mod_fcgid to this dev@ list because mod_fcgid is new to this community and perhaps very few people have used it > > this is a nice list for the comments that i readed, congrats! > > cheers! > -- > Felipe Alcacibar Buccioni > > > On Thu, Nov 12, 2009 at 8:25 PM, Felipe Alcacibar wrote: >> Hi, i was friyng my brain the whole day trying to use a mod_rewrite >> simple rewrite to a php pathinfo running via mod_fcgid. >> >> http://domain.tld/path/info/use -> http://domain.tld/index.php/path/info/use >> >> i trying so much posibilities, but when i take a strace to a php-fcgi >> application i found the surprise that php treats to open the file >> >> redirect:/index.php/path/info/use >> >> i cannot know if this behavior is a problem in mod_rewrite or mod_fcgid. >> someone can guide me with this? I don't know what your rewrite config is, but rewrite isn't required to use path info. Can you post a minimal config that illustrates the problem? Something to consider when debugging mod_fcgid issues is that the same config should work with mod_cgi[d] simply by changing the handler from fcgid-script to cgi-script. More people on the users@ mailing list are able to help with mod_cgi config issues.