mod_rewrite and mod_fcgid pass wrong fcgi request

2009-11-12 Thread Felipe Alcacibar
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 su

Re: mod_rewrite and mod_fcgid pass wrong fcgi request

2009-11-13 Thread Felipe Alcacibar
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? this is a nice list for the comments that

Re: mod_rewrite and mod_fcgid pass wrong fcgi request

2009-11-13 Thread Jeff Trawick
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 tel

Re: mod_rewrite and mod_fcgid pass wrong fcgi request

2009-11-14 Thread Felipe Alcacibar
Thanks Jeff for the response. > > 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? > my current configuration of the mod_rewrite and mod_fcgid rohan counter # cat /hosting/http/fullplanet.cl/dom

Re: mod_rewrite and mod_fcgid pass wrong fcgi request

2009-11-14 Thread Felipe Alcacibar
Thanks Jeff for the response. > > 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? > my current configuration of the mod_rewrite and mod_fcgid rohan counter # cat /hosting/http/fullplanet.cl/dom

Re: mod_rewrite and mod_fcgid pass wrong fcgi request

2009-11-15 Thread Jeff Trawick
On Sat, Nov 14, 2009 at 3:40 PM, Felipe Alcacibar wrote: > Thanks Jeff for the response. > >> >> 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? >> > > my current configuration of the mod_rewr

Re: mod_rewrite and mod_fcgid pass wrong fcgi request

2009-11-15 Thread Felipe Alcacibar
... > This is apparently PR 40781: > > https://issues.apache.org/bugzilla/show_bug.cgi?id=40781 > > I see that one or two people have suggested work-arounds in that PR, > but they don't seem to apply directly to your configuration.  Perhaps > some mod_rewrite experts on the user list can help solve

Re: mod_rewrite and mod_fcgid pass wrong fcgi request

2009-11-15 Thread Jeff Trawick
On Sun, Nov 15, 2009 at 5:56 PM, Felipe Alcacibar wrote: > ... >> This is apparently PR 40781: >> >> https://issues.apache.org/bugzilla/show_bug.cgi?id=40781 >> >> I see that one or two people have suggested work-arounds in that PR, >> but they don't seem to apply directly to your configuration.  

Re: mod_rewrite and mod_fcgid pass wrong fcgi request

2009-11-15 Thread Felipe Alcacibar
... > When comparing modes of PHP execution: > > - CGI and FastCGI are directly comparable because the information that > Apache needs to pass to PHP is the same.  (In fact, mod_cgi[d] and > mod_fcgid use the same core Apache code to build almost all of that > information.) > > You should be able t

Re: mod_rewrite and mod_fcgid pass wrong fcgi request

2009-11-16 Thread Jeff Trawick
On Mon, Nov 16, 2009 at 1:04 AM, Felipe Alcacibar wrote: > ... >> When comparing modes of PHP execution: >> >> - CGI and FastCGI are directly comparable because the information that >> Apache needs to pass to PHP is the same.  (In fact, mod_cgi[d] and >> mod_fcgid use the same core Apache code to

Re: mod_rewrite and mod_fcgid pass wrong fcgi request

2009-11-17 Thread Jeff Trawick
On Mon, Nov 16, 2009 at 7:06 AM, Jeff Trawick wrote: > On Mon, Nov 16, 2009 at 1:04 AM, Felipe Alcacibar > wrote: >> ... >>> When comparing modes of PHP execution: >>> >>> - CGI and FastCGI are directly comparable because the information that >>> Apache needs to pass to PHP is the same.  (In fac