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
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
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
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