Help for this page

Select Code to Download


  1. or download this
    <Directory /var/www/html/cgi-bin/>
    Options Indexes FollowSymLinks
    ...
        Options +ExecCGI
        AddHandler cgi-script .cgi .pl
    </Directory>
    
  2. or download this
    sudo a2enmod cgi
    sudo apache2ctl restart