| Category: Cgi-scripts |
| Subject: None |
|
| |
| |
| Questions |
| |
| Is the Perl ValueApp installed? |
If you are using a CGI script that is written in Perl, you will need to make sure that the Perl ValueApp is installed. For instructions follow these steps:
- Log into your site manager.
- Click on 'Value Apps'.
- Click 'Web Development' tab.
- Select Perl under 'Available ValueApps'.
- Follow prompts for installation.
|
| -- Updated: 02/03/03 |
|
| Do you have the correct paths to Perl and Sendmail? |
| Your CGI script may require that a proper path is set for Perl and Sendmail. You will need to make sure these are correct in order for your script to work correctly.
Perl /bin/perl
Sendmail /bin/sendmail
|
| -- Updated: 02/03/03 |
|
| Did you set your CGI script with the proper permissions? |
| You will need to make sure any scripts you upload to your CGI bin are set with file permissions that allow them to execute. The proper setting is 'chmod 755.' This can be changed when logged in by SSH, FTP, or when logged into your file manager. |
| -- Updated: 02/03/03 |
|