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

Re: ErrorDocument 401 problem..

2001-12-10 Thread DJ \(David J Radunz\)
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 error messages from the server, and allow my users to have custom

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 gets

Re: ErrorDocument 401 problem..

2001-12-10 Thread DJ \(David J Radunz\)
http://www.chingali.com/ClientLogin 500 Bad response status line: 'html' DJ - Original Message - From: Richard L. Goerwitz III [EMAIL PROTECTED] To: DJ (David J Radunz) [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, December 11, 2001 5:40 AM Subject: Re: ErrorDocument 401 problem

Re: ErrorDocument 401 problem..

2001-12-10 Thread DJ \(David J Radunz\)
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 401 /error/401 line i get: [root@astroboy ErrorControl]# GET -s -d http://www.chingali.com

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 an

ErrorDocument 401 problem..

2001-12-09 Thread DJ \(David J Radunz\)
Greetings, 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.. The problem im encountering is when i use the ErrorDocument to redirect the error page for error