Building a Web Site - Perl / CGI support
CGI errors (Internal Server Error 500)
When writing any Perl script or application the following settings apply:
- The path to Perl equals '/usr/bin/perl'
- The path to sendmail equals '/usr/lib/sendmail'
- All Perl executables have to be equal to a chmod 755 status which implies that the script or application is readable by everyone and executable by everyone but only writeable by its creator and the root and/or super users that have access to it
You can always check your own error messages for more details within the 'error_log' located within the 'logs' folder of your website's root area.
