>
> apache-1.3.9
> mod-ssl-2.4.2
> OpenSSL-0.9.4
> mod-perl-1.21
> HTML-Embperl-1.2b10
> Irix-6.5
>

That should work. Could you search in the file epmain.c, in function
LogError the line

log_error (sText, r -> pApacheReq -> server) ;

and the line

   fprintf (stderr, "%s\n", sText) ;

and comment both out:

/* log_error (sText, r -> pApacheReq -> server) ; */

and

/*   fprintf (stderr, "%s\n", sText) ; */


Now rebuild Embperl. Does this change anything?

Gerald

> Regards,
> Christian
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> > Behalf Of Gerald Richter
> > Sent: Monday, October 18, 1999 2:48 PM
> > To: Christian Gilmore; ModPerl Mailing List (E-mail)
> > Subject: RE: Embperl and Apache LogLevel configuration
> >
> >
> > >
> > > I've my apache loglevel currently set to crit, but Embperl errors
> > > such as the
> > > one below continue to show up in my error_log.
> > >
> > > [3396892]ERR:  30: Line 1: Not found
> > /usr/lund/wwwfiles/wnetdoc/map.c.html
> > >
> > > Only if my LogLevel is set to error or a more verbose level
> > > should this error
> > > find its way to the log file, yes? Also, where are the apache
> > > timestamp and
> > > error-type in Embperl-generated errors?
> > >
> >
> > Which version of Embperl and Apache you are using?
> >
> > In my logfiles I see the timestamp and Embperl writes to the
> > logfile with
> > APLOG_ERR as level.
> >
> > Gerald
> >
> >
>

Reply via email to