PDA

View Full Version : Change Email In Perl Error Messages


netroact
12-21-2008, 07:00 PM
I'm sure this question is asked often in here, but I can't find it in the search.
Whenever I get an error message in a Perl script, it gives a default email like,
webmaster@somedomain.com
Is this generated by the server, Perl, the CGI module, or...?
I want to change it, and I see it in http.config. Is this where it is generated?
Thanks!

KevinADC
12-22-2008, 01:50 AM
That error would come from the server and my guess is the http configuration file.

netroact
12-22-2008, 04:15 AM
I see it listed for each domain in the http.config file, and it says to edit it in the include file. I wonder if I can just comment the line out, since this is invalid in todays environment. O well, I guess this isn't a Perl question.
Thanks for the response Kevin.

KevinADC
12-22-2008, 05:08 AM
Definetly not a perl question