Antw: Re: Best place to log error 500 errors

2003-11-19 Thread Andre Schild
Hello, use piped log and tell your users to put the status in a certain location write a custom module that implements the log-transaction hook, and do whatever you want for status==500 Yep, is just what I did. (Using mod_examples as a starting point. I think of something like a (transparent)

Re: Best place to log error 500 errors

2003-11-18 Thread Jeff Trawick
Andre Schild wrote: what would be the best way to log all error 500 (all status 50x responses in fact) into a separate logfile ? One way could be a piped log, but depending of the format the user has configured the output can be very different. use piped log and tell your users to put the

Best place to log error 500 errors

2003-11-06 Thread Andre Schild
Hello, what would be the best way to log all error 500 (all status 50x responses in fact) into a separate logfile ? One way could be a piped log, but depending of the format the user has configured the output can be very different. I think of something like a (transparent) filter in the output