|
FAQ
What are the server path?
perl: /usr/bin/perl
sendmail: /usr/lib/sendmail
root directory: /home/username/
Of course, the "username" is the username you where assigned at the signup. Keep in mind that you must also include the public_html directory. For instance, if the user joe have a script named joe.cgi in his /cgi-bin, the full path will be
/home/joe/public_html/cgi-bin/joe.cgi
|