Sorry - typo on the constants
> So:
>  - the user goes to: /path/file.xyz
>  - your access handler performs its checks
>  - Allowed? 
>    - Y : 
>      - return Apache2::Const::OK
>      - file served by standard apache means
>    - N : 
>      - return Apache2::Const::FORBIDDEN
>      - apache sends a 403 (or whatever) response


Reply via email to