The following paths are commonly needed by scripts.
Path to perl:
/usr/bin/perl
Path to sendmail:
/usr/sbin/sendmail
CGI URL:
http://www.yourdomain.com/cgi-bin/script.cgi
Subdomain CGI URL:
http://subdomain.yourdomain.com/cgi-bin/script.cgi
Path to cgi-bin:
/home/username/domains/yourdomain.com/public_html/cgi-bin
Path to cgi-bin (subdomain):
/home/username/domains/yourdomain.com/public_html/subdomain/cgi-bin
-
All CGI scripts must be placed in your cgi-bin directory. The cgi-bin folder is located in your public_html directory (e.g. public_html/cgi-bin)....
(No rating)
April 21, 2006
Views: 1861
-
PHP scripts are fully supported. PHP scripts may be placed and executed in any folder within your public_html directory. Please refer to the...
(No rating)
April 21, 2006
Views: 1897
-
Most scripts need to know four things about your database: the database name, database username, password, and hostname.
Database Name
The...
(No rating)
April 22, 2006
Views: 1621
There are no comments yet...Kick things off by adding a comment →