On Tuesday, October 19, 1999 4:13 AM, William Deegan [SMTP:[EMAIL PROTECTED]] wrote:
> How can I change the environment variables that get passed to a perl
> script running under Apache::Registry from a PerlTransHandler?
> 
> I'm using the PerlTransHandler to do a sort of dynamic mod_rewrite
> functionality.

Since you've got mod_perl on both sides, I'd suggest you don't use env
variables (which are expensive). Your Trans handler can just set
package variables which will be picked up by the registry script.
Alternatives are using $r->dir_config, or $r->notes.

> 
> Thanks,
> Bill << File: bdeegan.vcf >> 

--
Eric

Reply via email to