Help for this page

Select Code to Download


  1. or download this
    <Location /perl-status>
        SetHandler perl-script
    ...
        Order allow,deny
        Allow from all
    </Location>
    
  2. or download this
      RewriteEngine on
      RewriteRule /s/ /index.cgi [NC,QSA]
    ...
          PerlOptions +ParseHeaders
          Options +ExecCGI
      </Location>
    
  3. or download this
      RewriteEngine on
      RewriteRule /s/ /index.cgi [NC,QSA]
    ...
          Options +ExecCGI
      </Location>