On Thu, 2004-03-11 at 11:17, Brian Clarkson wrote: > I thought I had my httpd.conf configured correctly for > Apache::AuthCookieDBI. the same ( well, close to the same ) setup > worked for Apache::AuthCookie .... [...] > the error message: > [Thu Mar 11 09:52:39 2004] [crit] [client 24.153.205.228] configuration > error: couldn't check user. No user file?: /LOGIN [...] > i've tried looking for the error message in the actual code of > Apache::AuthCookieDBI, but i can't find it anywhere. what am i doing wrong?
I've never used any of the AuthCookie modules, but this error is coming from apache: http://httpd.apache.org/docs/misc/FAQ.html#authauthoritative It sounds like AuthCookieDBI is returning DECLINED (or rather AuthCookie is) when your auth fails. To find out why, you might want to try running that login URL with the debugger enabled, or turning on the AuthCookieDebug flag. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html