Help for this page

Select Code to Download


  1. or download this
    # Helps insure .cgi and .pl files are loaded
        MultiviewsMatch Handlers Filters
        AddHandler cgi-script cgi
        AddHandler cgi-script pl
    
  2. or download this
    Options Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI
    
  3. or download this
        # ScriptAlias: This controls which directories contain server scri
    +pts.
        # ScriptAliases are essentially the same as Aliases, except that
    ...
    # /var/www/cgi-bin, or /opt/... on Linux flavors. You'll need to check
    
        ScriptAlias /cgi-bin/ "/usr/local/www/cgi-bin/"
    
  4. or download this
    LoadModule cgi_module libexec/apache22/mod_cgi.so