Thanks to those who replied directly to me on this one. Twas a timing issue. I
mistakenly had loaded the module (within the PerlRequire statement) before
setting the environment.
Regards,
Christian
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Christian Gilmore
> Sent: Friday, December 03, 1999 7:21 PM
> To: ModPerl Mailing List (E-mail)
> Subject: Embperl configuration directives ignored
>
>
> I'm not seeing the proper behavior from either EMBPERL_LOG or
> EMBPERL_DEBUG.
> Here's the configuration in httpd.conf:
>
> Perlrequire /www/www/lib/modperl-startup.pl
> PerlSetEnv EMBPERL_OPTIONS 2178
> PerlSetEnv EMBPERL_LOG /tmp/embperl_testlog
> PerlSetEnv EMBPERL_DEBUG 0
> PerlSetEnv EMBPERL_MAIL_ERRORS_TO embperl
>
> Running apache-1.3.9 / mod-perl-1.21 / embperl 1.2b11. These
> environment
> variables are being properly set by apache(I can see them
> with [$ while ($k,
> $v) = each (%ENV) $][+ $k +] = [+ $v +]<br>[$ endwhile $]),
> but they are
> apparently being ignored by Embperl. The log that gets
> created is the default
> /tmp/embperl.log and it continues to be written to upon
> occasion even through
> debug is set to zero (btw, the setting to zero isn't
> documented, but Gerald
> told me about it in a long ago query response). Does anyone
> else see this
> behavior?
>
> Regards,
> Christian
>
>