Help for this page

Select Code to Download


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