On Tue 20 May 2008, fof wrote:
>         <Location />
>                 PerlAuthenHandler MyAuthenHandler
>                 AuthType Basic
>                 AuthName "REST Interface"
>                 Require valid-user
>         </Location>
>
>         ErrorDocument 401 /http/401.html

Try:

<Files /http/401.html>
        Satisfy any
</Files>

Torsten

--
Need professional mod_perl support?
Just hire me: [EMAIL PROTECTED]

Reply via email to