Re: [us...@httpd] Send email upon HTTP response 500

2010-05-06 Thread Jarl Friis
Jarl Friis writes: > Nick Kew writes: > >> On 5 May 2010, at 10:09, Jarl Friis wrote: >> >>> Hi. >>> >>> I am looking for a module that can send me emails every time a HTTP >>> 500 Response is returned to the user. >> >> Why

Re: [us...@httpd] Send email upon HTTP response 500

2010-05-06 Thread Jarl Friis
Nick Kew writes: > On 5 May 2010, at 10:09, Jarl Friis wrote: > >> Hi. >> >> I am looking for a module that can send me emails every time a HTTP >> 500 Response is returned to the user. > > Why not hook that in to the logging? I think I got it... Use &#x

Re: [us...@httpd] Send email upon HTTP response 500

2010-05-05 Thread Jarl Friis
Hi Nick. Thank you for your time. Nick Kew writes: > On 5 May 2010, at 10:09, Jarl Friis wrote: > >> Hi. >> >> I am looking for a module that can send me emails every time a HTTP >> 500 Response is returned to the user. > > Why not hook that in to the log

[us...@httpd] Send email upon HTTP response 500

2010-05-05 Thread Jarl Friis
Hi. I am looking for a module that can send me emails every time a HTTP 500 Response is returned to the user. The point is that I am hosting a (rails) web-application and I would like to get notified every time something went wrong. I have looked at mod_tee, which could probably do the job, howev