Using CGI Scripts

Path to Perl :
/usr/bin/perl

Path to Sendmail :
/usr/sbin/sendmail

Path to Date :
/bin/date

Path to my home directory :
/home/httpd/vhosts/your_domain/httpdocs

Path to my cgi-bin :
/home/httpd/vhosts/your_domain/cgi-bin

Permissions :
CGI FILE - 755 or Owner=read/write/execute, group=read/execute, world=read/execute
DATA FILE - 666 or Owner=read/write, group=read/write, world=read/write

Transfer mode :
Your scripts should always be uploaded in ASCII mode.

Close this window