CGI Programming / Scripts Question:
Download Job Interview Questions and Answers PDF
What is a CGI bin directory?
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 Interview Questions And Answers
PDF
Previous Question | Next 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? |