Frequent Questions
Common Paths
What is the path to Perl? Sendmail? Date? Python? Tcl?
Answer
The paths for use in scripts are as follows:
Perl - /usr/bin/perl
Sendmail - /usr/sbin/sendmail
Date - /bin/date
Python - /usr/bin/python
Tcl - /usr/bin/tcl
The paths for use in your pages are as follows:
Root - /home/httpd/vhosts/example.com/httpdocs
CGI - /home/httpd/vhosts/example.com/cgi-bin
