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