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