You can install many CGI scripts in your local
cgi-bin.
Keep in mind that cgi scripting is a programming tool. Problems resolving from these and
other cgi scripts are not covered under technical support.
A few common parameters that you may need
in installing your cgi script are: |
First line of Perl scripts should be: |
#!/usr/bin/perl |
The location of our sendmail program is: |
/bin/sendmail |
The location of our date program is: |
/bin/date |
Tips for CGI Installations
1. Read the documentation for the script you are trying to
install!
2. If you don't find any documentation WITH the script,
check inside the script ITSELF, some scripts have the instructions written in with the
coding.
3. If you can't find any help, contact the author of the
script (most scripts have the author's information in the header of the script)
4. Make sure you have properly set any permissions for the
file (most scripts require CHMOD 755, or read-execute permission to properly execute on
the server)
5. Make sure you have properly set all paths and
parameters!
6. Make sure (if it's a Perl script) you transferred it as
an ASCII file (Perl scripts are text files [ASCII] not binary files like some compiled CGI
scripts!)
7. Run the perl checker on the script you are installing.
Your perl checker is at: http://yourdomain.com/vpanel/ (Don't forget the
trailing slash)
8. Look at your error logs to see if the error description
is helpful in determining the problem. You can see your error logs from your
vpanel.
For a list of perl modules installed on the server, click here. If you need other perl modules for a cgi
script you are installing, please ask and we will install them for you.
If you need help installing or writing custom cgi scripts,
contact us and we'll help you get up and running.
RETURN TO:
Main
-> Premier Hosting -> CGI
Main
-> Premier Hosting
Main
|