What should the file permissions of my CGI/Perl scripts be?

Your CGI/Perl scripts should be chmoded to 755 or rwxr-xr-x. Your CGI/Perl scripts will produce an internal server error, if they are chmoded to anything other than 755 or rwxr-xr-x.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Where is my cgi-bin?

A "cgi-bin" has been created for you inside your public_html directory. You can execute CGI/Perl...

How do I use Server Side Includes?

Use the #include directive to include files in your current html documents. The "file=" or...

How do I tell the web server to parse my files that include Server Side Includes?

Make sure the names of your files end with ".shtml" or ".shtm". For example:index.shtml or...

What is the location of sendmail?

The location on sendmail is:/usr/sbin/sendmail

What is the location of the Perl?

The location of perl is:/usr/bin/perl