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
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
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
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
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
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
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