CGI Programming / Scripts Question: Download CGI Programming PDF

What is a CGI bin directory?

Tweet Share WhatsApp

Answer:

A CGI bin directory is a special directory on the server where CGI scripts are allowed to be executed. Most servers are configured to only allow CGI scripts to be executed from one location, in order to minimize security holes. Poorly written scripts can wreak havoc on a server if allowed to run unchecked - most system admins will want to verify that the script is not doing anything malicious before letting you run it.

Download CGI Programming PDF Read All 27 CGI Programming Questions
Previous QuestionNext Question
Can I run a CGI script without returning a new page to the browser?How can I run my CGI program live in a debugger?