DS
httpd/conf/httpd.conf:# ScriptAlias: This controls which directories contain server scripts.
httpd/conf/httpd.conf:# ScriptAliases are essentially the same as Aliases, except that
httpd/conf/httpd.conf:# The same rules about trailing "/" apply to ScriptAlias directives as to
httpd/conf/httpd.conf:ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
httpd/conf/httpd.conf:# "/var/www/cgi-bin" should be changed to whatever your ScriptAliased
httpd/conf/httpd.conf:# To use CGI scripts outside of ScriptAliased directories:
httpd/conf/httpd.conf:# (You will also need to add "ExecCGI" to the "Options" directive.)