Re: anyone know a trick with displaying 401 error messages for top level protected sites?

2001-12-11 Thread DJ \(David J Radunz\)
Works fantasticaly! thanks so much. DJ - Original Message - From: Rob Bloodgood [EMAIL PROTECTED] To: DJ (David J Radunz) [EMAIL PROTECTED] Cc: mod_perl [EMAIL PROTECTED] Sent: Wednesday, December 12, 2001 6:09 AM Subject: RE: anyone know a trick with displaying 401 error messages

Re: ErrorDocument 401 problem..

2001-12-10 Thread DJ \(David J Radunz\)
mean sure the actual modules alot bigger.. but the above is the barebones of how i want it to work.. just not sure why its treated differently, and how to fix it. DJ - Original Message - From: Richard L. Goerwitz III [EMAIL PROTECTED] To: DJ (David J Radunz) [EMAIL PROTECTED] Cc: [EMAIL

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

anyone know a trick with displaying 401 error messages for top level protected sites?

2001-12-10 Thread DJ \(David J Radunz\)
Greetings, Ive written a module to hanlde error messages, it works fine except when its used to handle a top level authentication.. and then it doesnt display the page. for example if the protected url was http://www.site.com/ the user would be redirected to http://www.site.com/error/401

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

DBI connections build up..

2001-09-12 Thread DJ \(David J Radunz\)
Greetings, I am having a problem with a module im writing connecting to the database everytime its run, and not cleaning up the database connection when its finished. I have tried the 2 scenarios below and as yet i cannot work out how to stop the connections building up and eventually