Here are your paths to the common server resources that CGI scripts often require:
| Sendmail: | /usr/sbin/sendmail | | Perl 5.6: | /usr/local/bin/perl | | Date: | /bin/date | | Python: | /usr/bin/python | | Domain path: | /home/username | | /home/username/public_html (puts you in your web directory) | | Cgi-bin path: | /home/username/public_html/cgi-bin |
|