Re: [Mod-fcgid-users] passing PATH_INFO to PHP

2007-09-13 Thread Filip Hajny
Now I feel like a true idiot. I believed that PATH_INFO will always be populated, instead it's only populated if there is any, well, path info provided. > http://phptest.joyeurs.com/cgi/index.php/wrzlbrmft > http://phptest.joyeurs.com/fcgi-action/index.php/wrzlbrmft > http://phptest.joyeurs.co

Re: [Mod-fcgid-users] passing PATH_INFO to PHP

2007-09-13 Thread Joachim Durchholz
Filip Hajny schrieb: > 1. http://phptest.joyeurs.com/cgi/ > 2. http://phptest.joyeurs.com/fcgi-action/ > 3. http://phptest.joyeurs.com/fcgi-wrapper/ These URLs with a path info of, say, wrzl/brmft, would be http://phptest.joyeurs.com/cgi/wrzlbrmft http://phptest.joyeurs.com/fcgi-action/wrzlbrmft

Re: [Mod-fcgid-users] passing PATH_INFO to PHP

2007-09-13 Thread Filip Hajny
On 13.9.2007, at 10:14, Joachim Durchholz wrote: > Could you provide us a URL that gives us phpinfo output? We could then > take a closer look; it's a bit difficult to discern what's going wrong > with the information that we have. > Preferrably two URLs, one for a mod_php and one for a mod_fcgid s

Re: [Mod-fcgid-users] passing PATH_INFO to PHP

2007-09-13 Thread Joachim Durchholz
Filip Hajny schrieb: > On 13.9.2007, at 8:08, Joachim Durchholz wrote: > >> Filip Hajny schrieb: >>> Is there a known way how to pass PATH_INFO to PHP on mod_fcgid? I >>> have tried both using FCGIWrapper and AddHandler approaches, but PHP >>> ends up with an empty environment (other than what's r

Re: [Mod-fcgid-users] passing PATH_INFO to PHP

2007-09-12 Thread Filip Hajny
On 13.9.2007, at 8:08, Joachim Durchholz wrote: > Filip Hajny schrieb: >> Is there a known way how to pass PATH_INFO to PHP on mod_fcgid? I >> have tried both using FCGIWrapper and AddHandler approaches, but PHP >> ends up with an empty environment (other than what's raised using >> DefaultInitEnv

Re: [Mod-fcgid-users] passing PATH_INFO to PHP

2007-09-12 Thread Joachim Durchholz
Filip Hajny schrieb: > Is there a known way how to pass PATH_INFO to PHP on mod_fcgid? I > have tried both using FCGIWrapper and AddHandler approaches, but PHP > ends up with an empty environment (other than what's raised using > DefaultInitEnv or in the shell wrapper script - like PHPRC). I

[Mod-fcgid-users] passing PATH_INFO to PHP

2007-09-12 Thread Filip Hajny
Is there a known way how to pass PATH_INFO to PHP on mod_fcgid? I have tried both using FCGIWrapper and AddHandler approaches, but PHP ends up with an empty environment (other than what's raised using DefaultInitEnv or in the shell wrapper script - like PHPRC). The way I see it, this is act