On Mon, 7 Mar 2005 20:13:42 -0700, Kevin Konowalec <kevin.konowalec@xxxxxxxxxxx> wrote: > Okay but in the non-SSL section how can you specify that AuthType > Kerberos should produce a custom ErrorDocument but that AuthType Basic > or Digest should not? As far as I know, you can only specify one AuthType per context. So you specify only the AuthType you want, and then use ErrorDocument 401 to give your additional info. Of course, the 401 error document will also be seen by people simply using the wrong password, so you'll need to give some context. However it sounds like you may be using some custom auth modules which do things differently. In that case, you'd need to consult whomever gave you those modules. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx