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 not hook that in to the logging? > > I think I got it... > > Use 'Set

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 'SetEnvIf' directive to detect response 50

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 logging? Do you mean the appache httpd lo

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

2010-05-05 Thread Nick Kew
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 have looked at mod_tee, which could probably do the job, however it > seems very unmature. T

[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