Re: httpd.conf's 407 setting doesn't quite work

2000-01-25 Thread Chuck O'Donnell
On Fri, Jan 21, 2000 at 01:33:05PM -0800, Nancy Lin wrote: > > That worked! But can you tell me why it worked? > > Thanks I think because you're using 401-type authentication below, both in your httpd.conf and by returning AUTH_REQUIRED below which maps to a 401 error. I'm not very familiar

Re: httpd.conf's 407 setting doesn't quite work

2000-01-25 Thread Chuck O'Donnell
How about ErrorDocument 401 /error.html Thanks, Chuck On Thu, Jan 20, 2000 at 12:39:23PM -0800, Nancy Lin wrote: > > Hi > > I don't know if this is a problem w/ modperl or apache itself. > > I'm running proxy server apache 1.3.9 and modperl 1.21. I'm using modperl > to authenticate my use

Re: httpd.conf's 407 setting doesn't quite work

2000-01-21 Thread Nancy Lin
That worked! But can you tell me why it worked? Thanks -- Nancy On Fri, 21 Jan 2000, Chuck O'Donnell wrote: > How about > > ErrorDocument 401 /error.html > > Thanks, > > Chuck > > On Thu, Jan 20, 2000 at 12:39:23PM -0800, Nancy Lin wrote: > > > > Hi > > > > I don't know if this is

httpd.conf's 407 setting doesn't quite work

2000-01-20 Thread Nancy Lin
Hi I don't know if this is a problem w/ modperl or apache itself. I'm running proxy server apache 1.3.9 and modperl 1.21. I'm using modperl to authenticate my users. When a user is invalid, my code does: } else { loginfo($r, "AuthenSession::handler: bad passw