Is there a hook to turn off PERF: and SYNTAX: lines only from
embperl log, other than touching the source and recompiling?
If you only want to turn of PERF: etc. than you will need to patch the
sources
Thanks.
Ben K.
Developer
http://benix.tamu.edu
--
On Thu, Oct 19, 2006 at 10:10:01PM +0200, Gerald Richter wrote:
> >
> > I am using Embperl::Object 2.2.0 (with mod_perl 2.0.2 on
> > Apache 2.0.58) I've been trying to implement an email form,
> > and have been completely baffled because the mail was always
> > being sent twice.
> > Trying to t
Hi,
>
> Is there a hook to turn off PERF: and SYNTAX: lines only from
> embperl log, other than touching the source and recompiling?
>
If you want to turn of writing to embperl.log at all put
Embperl_Log /dev/null
Embperl_Debug 0
In your httpd.conf.
If you only want to turn of PERF: etc. th
>
>
> How may ways are there? Our loading was via a httpd.conf
> include, via PerlModule calls (and not via a perl block or
> startup.pl or similar).
>
You could try to use a startup.pl which you load with PerlRequire and do a
use Embperl inside.
Also normaly this should not make a differe
>
> I am using Embperl::Object 2.2.0 (with mod_perl 2.0.2 on
> Apache 2.0.58) I've been trying to implement an email form,
> and have been completely baffled because the mail was always
> being sent twice.
> Trying to track things down, I put some warning calls in my
> epwebapp.pl file, and it
Hi,
Is there a hook to turn off PERF: and SYNTAX: lines only from embperl log,
other than touching the source and recompiling?
Regards,
Ben K.
Developer
http://benix.tamu.edu
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For