Can I add my own CGI scripts?

Our Linux servers have the capability to run CGI scripts in your own "cgi-bin" directory. These scripts may be written in Perl and CGI languages.

Here are some helpful tips to follow when installing scripts:
* Upload to your "public_html\cgi-bin" directory to ensure proper file permission settings.
* Upload in ASCII transfer mode (and NOT BINARY mode)
* All scripts on our server must have permissions set to 755 (rwx-rx-rx).
* The first line of each script must read: #!/usr/bin/perl (if it is a Perl script)
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What is Perl?

Perl (unofficially acronymed as Practical Extraction and Report Language) is a dynamic procedural...

Understanding CGI Basics

Understanding the Basic of CGI Q. What Is CGI and how is it going to help me? A. CGI is...

What is the path to PERL?

The PERL path is the very first line in every .cgi or .pl file.  For example, the path to...

Is there a limit on CGI script use?

We do not put limits on CGI scripts outside the use of malicious or harmful/damaging scripts.