|
Our servers have the capability to run CGI scripts written in Perl,
C and Python. There are a number of free scripts which you can install
automatically using the CGI Scripts page, alternatively you can
use your own custom scripts.
If you have a custom CGI script that you need use use, simply upload
it using FTP to the 'cgi-bin' directory in your web space with an
extension of .cgi or .pl. Ensure that your FTP program uploads the
file in ASCII mode and you must set the correct file permissions.
System Information
The following parameters may be required when configuring CGI scripts
to run on our servers. If you require any more information regarding
the configuration of our servers please contact us.
| Parameter |
Value |
| Path To Perl |
/usr/bin/perl |
| Path To Python |
/usr/local/bin/python |
| Path To Sendmail |
/usr/sbin/sendmail |
| Path To Date |
/bin/date |
| Path To Your Webspace |
$ENV{DOCUMENT_ROOT} |
Perl Modules
All modules included in the standard perl distribution and DBI drivers
for mySQL are installed on our servers.
< Back
|