ColinB wrote:
--- Stas Bekman <[EMAIL PROTECTED]> wrote:

Stas Bekman wrote:

ColinB wrote:

One of the scripts sets up a request handler, but when it tries to
execute:

$r->cgi_env(AB_AUTHHOST=>$host);


I have never used that API, but I believe you misuse it. I think it


should be:

$r->subprocess_env(AB_AUTHHOST=>$host);

which works in mp1 and mp2.


Thanks Stas. That seems to have fixed that problem.

Great.


I'm going to commit this (in case you don't want/can't
s/cgi_env/subprocess_env/)
----<snip>


Thanks again. This is all pretty new to me and I'm not (yet) familiar
with the procedures for submitting changes to source or documentation.

No worries, I've already updated the source and the docs.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to