|
What
are some common settings/paths for my CGI scripts?
For your scripts to work properly, you may need
to change some paths or settings within the script.
Please use the following:
Perl 5 Location
/usr/bin/perl
Sendmail Location
/usr/sbin/sendmail
CGI Urls
http://www.yourdomain.com/cgi-bin/file.cgi
http://www.yourdomain.com/file.cgi
Direct Path to your root folder
/home/sites/www.yourdomain.com/web
Direct path to an example script
/home/sites/www.yourdomain.com/web/file.cgi
|