FAQ
Question: What is the absolute server path to /web
I am setting up a cgi script and need to know the full path to my website. What is it?

Answer:
The full path to web is:
/home/sites/www.spidergridhosting.com   /web/

Replace "spidergridhosting.com   " with your actual domain

The full path to cgi would be:
/home/sites/www.spidergridhosting.com   /web/cgi-bin/
Question: Where is my cgi-bin?
I can't find my cgi-bin. Where can I locate it?
 

Answer:
You do not have to install CGI under a cgi-bin directory on our server. CGI is executable from any directory. If you want to create a cgi-bin to better organize your scripts, you can create a directory titled "cgi-bin" using your FTP client under the web directory. You do not need to change the permissions of the cgi-bin directory.

For maxium security, upload a blank index.htm or index.html file into all your cgi-bin directories.
 

Question: What is the correct path to perl?
I am setting up a cgi script and I need to know the correct path to perl?

Answer:
The correct path to perl is:

/usr/bin/perl