[Zope] Re: Partial success - mod_pcgi2.c modified

Oleg Broytmann phd2@earthling.net
Tue, 11 Apr 2000 07:34:41 +0000 (GMT)


Message two:

On Mon, 10 Apr 2000, Bill Mair wrote:

> Hi Oleg,
> 
> in mod_pcgi2.c I changed line 474
> from:
>     const char *path_info = ap_table_get(req->subprocess_env,
> "PATH_INFO");
> to:
>     const char *path_info = ap_table_get(req->subprocess_env,
> "REQUEST_URI");
> 
> and it now works (well almost) with a <Location /> tag.
> 
> The well almost is related to /manage, it seems to go into some sort of
> loop.. Oh well.
> 
> At least it's a start.
> 
> Bill.

Oleg.
---- 
    Oleg Broytmann    http://members.xoom.com/phd2.1/    phd2@earthling.net
           Programmers don't die, they just GOSUB without RETURN.