> > Hi! > I can't get Apache::AuthCookie to work without causing a login > box to popup. > I'm hoping someone else has had this problem and can help me clean up my > configuration. can anyone point me to configuration directives > that might > be causing this problem? I recently run into this problem. It's not an configuration issue. Your login page must alter the http status to 200 (OK) Put something like the following at the top of your login page: $r->status(200) ; Gerald
- 403 Custom Response? Aaron Ross
- Re: 403 Custom Response? Gerald Richter
- Re: 403 Custom Response? Aaron Ross