- or download this
<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-
+bin">
AllowOverride None
...
Order allow,deny
Allow from all
</Directory>
- or download this
<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-
+bin">
Options ExecCGI
SetHandler cgi-script
</Directory>
- or download this
<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-
+bin">
AllowOverride None
Options MultiViews Indexes SymLinksIfOwnerMatch Includes ExecCGI
</Directory>