PATHS
Q. What
is the path to Perl?
A. /usr/bin/perl
Q. What
version of perl are you running?
A. 5.0003
Q. What
is the path to sendmail?
A. /usr/lib/sendmail
Q. What
is the path to the date program?
A. /bin/date
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
EXTENTIONS
Any
files based in your cgi-bin will execute
regardless of its extention. If you wish
to execute a script outside of your cgi-bin
then the script should end with the extention
.cgi.
|