Re: mod_proxy_fcgi and php

2006-05-21 Thread Garrett Rooney
On 5/13/06, Markus Schiegl <[EMAIL PROTECTED]> wrote: Because of r->uri == r->path_info, ap_add_cgi_vars sets SCRIPT_NAME to "" PHP needs this one for backreference and http://cgi-spec.golux.com states it must be set. An empty r->path_info (manually patched) would give me a SCRIPT_NAME but remov

RE: mod_proxy_fcgi and php

2006-05-13 Thread Markus Schiegl
On 10/05/06, Garrett Rooney wrote: My next round with mod_proxy_fcgi and PHP as backend... > Sorry it took me so long to get back to this. Got distracted > with other things, etc. dito. > > From my limited perspective r->filename should be set to > > "/opt/www/html/i.php" Any ideas? > > mod_p

Re: mod_proxy_fcgi and php

2006-05-09 Thread Garrett Rooney
On 4/22/06, Markus Schiegl <[EMAIL PROTECTED]> wrote: Sorry it took me so long to get back to this. Got distracted with other things, etc. From my limited perspective r->filename should be set to "/opt/www/html/i.php" Any ideas? mod_proxy_fcgi is talking to an arbitrary socket that could cor