| The Red Hat Linux Apache Centralized Knowledgebase | ||
|---|---|---|
| Prev | Chapter 4. Problems with file and directory path permissions. | Next |
Assuming you mean that the CGI script is actually located in your document directory you will have to adjust your configuration to allow CGI to execute there and ensure that the file has the "x" bit set. Add an Options statement of ExecCGI to the directive for that directory and chmod 0755 the CGI script file you want to run.