Re: [EMAIL PROTECTED] configure internal server error to automatically email me

2006-01-14 Thread Joshua Slive
On 1/14/06, Jeff Lacki <[EMAIL PROTECTED]> wrote: > Thanks Kieth. That appears to be what needs to be done, > however, after I tried this, I found the following issues: > > If I say: > > ErrorDocument 500 "http://www.mysite.com/cgi-bin/err500.pl"; > > I get an Alert that pops up saying: > >

Re: [EMAIL PROTECTED] configure internal server error to automatically email me

2006-01-14 Thread httpd2
PROTECTED]> > Subject: Re: [EMAIL PROTECTED] configure internal server error to > automatically > email me > > Thanks Kieth. That appears to be what needs to be done, > however, after I tried this, I found the following issues: > > If I say: > > ErrorDocum

Re: [EMAIL PROTECTED] configure internal server error to automatically email me

2006-01-14 Thread Gerry Danen
I have this in .htaccess: ErrorDocument 400 /errhand/error.php?400 ErrorDocument 401 /errhand/error.php?401 ErrorDocument 403 /errhand/error.php?403 ErrorDocument 404 /errhand/error.php?404 ErrorDocument 500 /errhand/error.php?500 /errhand/error.php is in the document root, so you can make that a

Re: [EMAIL PROTECTED] configure internal server error to automatically email me

2006-01-14 Thread Jeff Lacki
Thanks Kieth. That appears to be what needs to be done, however, after I tried this, I found the following issues: If I say: ErrorDocument 500 "http://www.mysite.com/cgi-bin/err500.pl"; I get an Alert that pops up saying: Redirection limit for this URL exceeded. Unable to load the reques

Re: [EMAIL PROTECTED] configure internal server error to automatically email me

2006-01-14 Thread httpd2
mplemented this yet, but according to what I have been reading this should work ok. HTH Keith On Sat, 14 Jan 2006, Jeff Lacki wrote: > To: users@httpd.apache.org From: Jeff Lacki > <[EMAIL PROTECTED]> Subject: [EMAIL PROTECTED] configure internal > server error to aut

[EMAIL PROTECTED] configure internal server error to automatically email me

2006-01-14 Thread Jeff Lacki
Hello- Ive been using apache for a few years, but nothing too deep. I havent been able to find if this is possible, Id like the server to send me an email if it encounters an "Internal Server Error" screen due to a script problem etc. Is this possible? Any pointers/links appreciated. Thanks PS