On Nov 29, 2007 8:06 AM, <[EMAIL PROTECTED]> wrote: > I try to setup the Perl section of the httpd.conf to 'pass' the 'VARIABLE' > environment variable but without success !
Those settings are for passing variables into mod_perl, not for passing them from mod_perl to an external process. It should work to just %ENV as you did. Maybe this is an issue with perl threads. - Perrin