/kb

personal knowledgebase

Archive for the ‘httpd.conf’ tag

Allow cgi scripts globally

without comments

I run Apache on my Macbook and want to be able to run my cgi scripts from everywhere. All directories I want to access are symlinked from the DocumentRoot (/Library/WebServer/Documents) and the only thing necessary is to add the following directive for this section in httpd.conf:

Options ExecCGI

Written by HÃ¥vard Grimelid

April 23rd, 2008 at 12:41 pm

Posted in Server

Tagged with , ,