Please Login or Register
What are the paths as required by some unix based cgi-scripts?
/usr/bin/perl (path to perl) /usr/sbin/sendmail (path to sendmail) /usr/bin/time (path to time) What is my web site base path as required by some unix based cgi-scripts? /home/YOUR_SITEADMIN_USERNAME/public_html/cgi-bin/ (path to CGI) /home/YOUR_SITEADMIN_USERNAME/public_html/ (path to html space) |
Also Read