AW: [us...@httpd] Intercepting Error Responses from a handler

2010-04-28 Thread Schermuly-Koch, Achim
>> i have an apache setup using a proprietary handler (let's call it >> "my-handler") >> to render the content >> >> >> SetHandler my-handler >> >> >> This is similar to using a php-script handler, i guess. >> >> Now the handler does some URI resolution magic, thus it might return a >> 404-not

Re: [us...@httpd] Intercepting Error Responses from a handler

2010-04-28 Thread John Iliffe
On Wed, 2010-28-04 at 17:54 +0200, Schermuly-Koch, Achim wrote: > Hi all, > > i have an apache setup using a proprietary handler (let's call it > "my-handler") to render the content > > > SetHandler my-handler > > > This is similar to using a php-script handler, i guess. > > Now the handle

[us...@httpd] Intercepting Error Responses from a handler

2010-04-28 Thread Schermuly-Koch, Achim
Hi all, i have an apache setup using a proprietary handler (let's call it "my-handler") to render the content SetHandler my-handler This is similar to using a php-script handler, i guess. Now the handler does some URI resolution magic, thus it might return a 404-not found response. I woul