RE: Embperl and Apache LogLevel configuration

1999-10-19 Thread Gerald Richter
> > Here's the portion of my httpd.conf that deals with Embperl: > That's ok. I think I found the reason: > [3396892]ERR: 30: Line 1: Not found /usr/lund/wwwfiles/wnetdoc/map.c.html As always there is an expection to the rule. The "Not found" (and FORBIDDEN) errors are not going thru the Apac

RE: Embperl and Apache LogLevel configuration

1999-10-19 Thread Christian Gilmore
> ...and Embperl runs under mod_perl? Not as CGI? In CGI Mode > the only chance > is to print to stderr, which always shows up in the error log. Under > mod_perl, the timestamp should apear and the message only > get's logged when > loglevel is error or below. > > If you run under mod_perl, how do

RE: Embperl and Apache LogLevel configuration

1999-10-19 Thread Gerald Richter
> > Nothing gets reported to the error log when those lines are > commented out, no > matter apache's LogLevel setting. The entry in the logfile that > I'm seeing is > apparently coming from the printing to stderr. I also have the > same problem > under a simpler configuration on Solaris (no ssl,

RE: Embperl and Apache LogLevel configuration

1999-10-18 Thread Christian Gilmore
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Gerald Richter > Sent: Monday, October 18, 1999 2:59 PM > To: Christian Gilmore; 'ModPerl Mailing List (E-mail)' > Subject: RE: Embperl and Apache LogLevel configuration > >

RE: Embperl and Apache LogLevel configuration

1999-10-18 Thread Gerald Richter
--- > > 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 > > > >

RE: Embperl and Apache LogLevel configuration

1999-10-18 Thread 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. > > > > [

RE: Embperl and Apache LogLevel configuration

1999-10-18 Thread Gerald Richter
> > 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 >

Embperl and Apache LogLevel configuration

1999-10-18 Thread Christian Gilmore
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 th