Paths to Date, Mail, Perl, etc.


CGI scripts often require paths to common server resources.  These paths are as follows:
 (puts you in your web directory) (puts you in your cgi-bin)
 Sendmail:    /usr/sbin/sendmail
 Perl5.003:    /usr/bin/perl
 Perl5.004:    /usr/bin/perl5.004 (Full 5.004 lib support not available currently)
 Date:   /bin/date
 Java:   /usr/bin/java
 Python:   /usr/bin/python
 Domain path:   /www/yourdomain
 Cgi-bin path:   /www/yourdomain/cgi-bin

Back To Index