Hello all,
I would like to use a single perl script to handle all the error pages for my apache web server. To do so it would need a variable to be passed into the script (I would imagine). If this is the case could someone tell me what it is called and the data type (would it be 404, or "not found").
If it helps I am using apache 2.2.6, with mod_perl, perl 5.8
The error document directive is set to;
ErrorDocument /cgi-bin/error.cgi
Thank you in advance for any help given.