It would be nice to be able to customize the static part of the 401 anyway...
> On Sep 27, 2015, at 9:16 AM, Willy Tarreau <[email protected]> wrote: > >> On Sat, Sep 26, 2015 at 08:08:33PM -0400, Michael Ezzell wrote: >> The errorfile directive configures static responses, including all of their >> headers (also static), to be returned instead of the built-in response... >> but the 401 response isn't static; it includes the WWW-Authenticate header, >> which varies, at minimum, with the realm. >> >> Docs indicate that "errorfile" is supported for codes 200, 400, 403, 408, >> 500, 502, 503, and 504. >> >> Status code not handled... by the errorfile directive. > > Thanks for reporting this, I've modified the error message to make this > unambiguously clear now. > > Willy > > >

