This is a discussion on Re: Remove Perl*Handler from subfolder - modperl ; 2008/11/3 André Warnier > Adam Prime wrote: > >> I believe you can do something like: >> >> PerlAccessHandler "sub {return Apache2::Const: ECLINED;}" >> >> Adam >> > > You may even be able to simplify that to > > ...
2008/11/3 André Warnier
> Adam Prime wrote:
>
>> I believe you can do something like:
>>
>> PerlAccessHandler "sub {return Apache2::Const:ECLINED;}"
>>
>> Adam
>>
>
> You may even be able to simplify that to
>
> PerlAccessHandler Apache2::Const:ECLINED
>
> (I'm curious, does it work ?)
>
>
Yup, even prettier!
Thanks
Jan