Help for this page

Select Code to Download


  1. or download this
    alias bounce_apache='sudo apachectl stop 2> /dev/null; sudo apachectl 
    +start'
    
  2. or download this
    #LoadModule cgi_module libexec/apache2/mod_cgi.so
    
  3. or download this
    <Directory "/Library/WebServer/CGI-Executables">
        AllowOverride None
        Options None
        Require all granted
    </Directory>
    
  4. or download this
        Options +ExecCGI