Folks, We run Embperl 1.3.6 under mod_perl 1.29 and Apache/1.3.31. Recently we'd noticed that Embperl seems to be logging "everything." So much stuff that we have to truncate them every hour or so.
Below is a snippet from one of our httpd.conf files, which contains the embperl directives. It looks like this was intended to shut off Embperl logging, but it's not working. I've tried to debug this, for instance by using PerlSetEnv to set the variables, or setting EMBPERL_DEBUG to 1. The only thing that's been effective so far is setting the EMBPERL_LOG to /dev/null - not a very elegant elegant solution there. 7 PerlSetEnv EMBPERL_SESSION_HANDLER_CLASS no 8 SetEnv EMBPERL_SESSION_HANDLER_CLASS no 9 SetEnv EMBPERL_OPTIONS 1024 10 SetEnv EMBPERL_COMPARTMENT test 11 SetEnv EMBPERL_LOG /some/custom/directory.txt 12 SetEnv EMBPERL_DEBUG 0 Any help is appreciated. -- Regards, Tim Grant Application Developer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]