Common Gateway Interface (CGI)
Common Gateway Interface allows for your programs to be used with HTTP daemons. Most websites use multiple cgi scripts. You will get a cgi-bin; however your cgi scripts will work both inside and outside of it.
Q. None of my CGI scripts are working?
A. First make sure that they are chmoded to 775.
If that doesn't work please visit our Troubleshooting Scripts tutorial.
More CGI Resources:
|