1. What is the extension of CGI
file?
The extension of CGI files are .cgi or .pl
.
2. What is the CGI path ?
The path is /usr/bin/perl, you have to add
#!/usr/bin/perl to the top of every cgi programs.
3. What is the absolute path for my cgi-bin folder
?
/home/USERNAME/public_html/cgi-bin
4. What is the path of Sendmail ?
/usr/sbin/sendmail
5. Why there is a error on my CGI programs
?
6. How to view CGI files?
To browser cgi files on the browser such as Internet
Explore / Netscape, you have to enter the following
url: http://www.abc.com/cgi-bin/test.cgi
7. Why there is a message " Internal Server
Error" for my html and image files within cgi-bin
?
All files in cgi-bin are treated as CGI program, Thus,
other type of file can not be excuted in this case.
|