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