Can I run CGI scripts on my website?
Sure thing...
Just a few things that you might need to know when you start setting up
your scripts.
The main Perl path is /usr/bin/perl
The sendmail path is /usr/sbin/sendmail
The date path is /bin/date
Your absolute document path is /home/httpd/html/yourdomain
Always remember to transfer your CGI scripts in ASCII mode.
Some servers require you to place your scripts in the cgi-bin directory.
On our servers, this is not necessary.
The cgi-bin directory is a reserved directory for protected scripts, created by the server admin.
If you wish to place your own scripts on your website, simply create a cgi_bin directory, and place your script there.
Don't forget to chmod 755 the script to make it executable.
If you have additional questions, contact webmaster@lanss.com.
|
|
| |