I am using Apache 2 and have a custom page 401, in httpd.conf
ErrorDocument 401 /error/unauthorized.html
When I access a protected resource, all browsers show the basic HTTP authentication dialog box. If I click cancel, all browsers, but Safari (v3 and v4) will display a custom 401 page. Safari simply displays the current page.
Is there a way to get Safari to display page 401 through the Apache configuration and / or mod_perl handlers?
Grant source
share