Re: ErrorDocument, logging and error-notes question

2000-06-26 Thread Jeff Macdonald
Ooops, sorry, that was suppose to go someone, not the list. Jeff Macdonald wrote: > > Paul, > Below is an email I sent to the mod_perl list. It seems that the lastest > version of mod_perl does indeed do this correctly. I was wondering since > you have the latest mod_perl/apache/perl, could

Re: ErrorDocument, logging and error-notes question

2000-06-23 Thread Tom Mornini
On Fri, 23 Jun 2000, Jeff Macdonald wrote: > Tom Mornini wrote: > > > > On Thu, 22 Jun 2000, Jeff Macdonald wrote: > > > > > My thinking is that $error would contain the error recorded in the > > > error_log file. > > > > > > Instead $error is empty. Any thoughts? > > > > This works in very cu

Re: ErrorDocument, logging and error-notes question

2000-06-23 Thread Jeff Macdonald
Embedded Perl version 5.00503 for Stronghold/2.4.2 Apache/1.3.6 C2NetEU/2412 (Unix) mod_perl/1.21 Tom Mornini wrote: > > On Thu, 22 Jun 2000, Jeff Macdonald wrote: > > > My thinking is that $error would contain the error recorded in the > > error_log file. > > > > Instead $error is empty. An

Re: ErrorDocument, logging and error-notes question

2000-06-23 Thread Tom Mornini
On Thu, 22 Jun 2000, Jeff Macdonald wrote: > My thinking is that $error would contain the error recorded in the > error_log file. > > Instead $error is empty. Any thoughts? This works in very current versions of mod_perl. What are you running? -- -- Tom Mornini -- InfoMania Printing and Prepr

Re: ErrorDocument, logging and error-notes question

2000-06-22 Thread darren chamberlain
Jeff Macdonald ([EMAIL PROTECTED]) said something to this effect: > Hi, > I found this interesting tidbit from the Eagle book on page 460: > ... In addition, the message will be saved in the request's notes > table, under a key named error-notes. ... > > And on page 454: > ... For exa