Gives the location of CGI programs. Should be two paths, separated by whitespace. The first path is the path used in URL that triggers execution of a CGI program, the second path is where those CGI programs are stored in the real file system.
For example, if the script alias is /cgi-bin/
/home/httpd/cgi
then a request for
http://your.webserver.com/cgi-bin/feedback.py
would
execute and return the output of
/home/httpd/cgi/feedback.py
.