RE: ErrorDocument 401 problem..

2001-12-10 Thread Rob Bloodgood
> How i expected the ErrorDocument directive to behave was as > follows: WHEN there was an error 401 (ie the user had logged in 3 > times and failed) there would be an error page shown (in this case > it would be /error/401). But instead what seems to be happening as > soon as a user goes to

Re: ErrorDocument 401 problem..

2001-12-10 Thread DJ \(David J Radunz\)
L. Goerwitz III" <[EMAIL PROTECTED]> To: "DJ (David J Radunz)" <[EMAIL PROTECTED]> Sent: Tuesday, December 11, 2001 6:07 AM Subject: Re: ErrorDocument 401 problem.. > "DJ (David J Radunz)" wrote: > > > > before i uncomment the "#ErrorDocument

Re: ErrorDocument 401 problem..

2001-12-10 Thread DJ \(David J Radunz\)
l]# GET -s -d http://www.chingali.com/ClientLogin 500 Bad response status line: '' DJ - Original Message - From: "Richard L. Goerwitz III" <[EMAIL PROTECTED]> To: "DJ (David J Radunz)" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday

Re: ErrorDocument 401 problem..

2001-12-10 Thread Richard L. Goerwitz III
"DJ (David J Radunz)" wrote: > How i expected the ErrorDocument directive to behave was as follows: > WHEN there was an error 401 (ie the user had logged in 3 times and failed) > there would be an error page shown (in this case it would be /error/401). The issue of how many tries the user ge

Re: ErrorDocument 401 problem..

2001-12-10 Thread DJ \(David J Radunz\)
L PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, December 10, 2001 11:49 PM Subject: Re: ErrorDocument 401 problem.. > "DJ (David J Radunz)" wrote: > > > I have written a perl module called Apache::ErrorControl which I am > > using to control the output of err

Re: ErrorDocument 401 problem..

2001-12-10 Thread Richard L. Goerwitz III
"DJ (David J Radunz)" wrote: > I have written a perl module called Apache::ErrorControl which I am > using to control the output of error messages from the server, and allow my > users to have custom error pages etc... You might want to re-think how you have this set up. I don't know how ex