Help for this page

Select Code to Download


  1. or download this
    ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/WebServe
    +r/CGI-Executables/$1"
    
  2. or download this
    AddHandler cgi-script .cgi .pl
    # "/Library/WebServer/CGI-Executables" should be changed to whatever y
    +our ScriptAliased
    ...
        Order allow,deny
        Allow from all
     </Directory>
    
  3. or download this
    <Directory "/Applications/XAMPP/xamppfiles/cgi-bin/">
        AllowOverride None
    ...
        Order allow,deny
        Allow from all
    </Directory>
    
  4. or download this
    drwxr-xr-x   3 user  admin  102 Aug 16 07:35 XAMPP Control.app
    lrwxr-xr-x   1 user  admin   18 Sep 27 09:49 cgi-bin -> xamppfiles/cgi
    +-bin
    ...
    lrwxr-xr-x   1 user  admin   17 Sep 27 09:49 htdocs -> xamppfiles/htdo
    +cs
    lrwxr-xr-x@  1 user  admin   15 Sep 27 09:49 logs -> xamppfiles/logs
    drwxr-xr-x@ 23 root              admin  782 Aug 16 07:36 xamppfiles