forked from github/kensanata.oddmuse
7 lines
120 B
ApacheConf
7 lines
120 B
ApacheConf
<Location /cgi-bin>
|
|
SetHandler perl-script
|
|
PerlHandler Apache::Registry
|
|
PerlSendHeader On
|
|
Options +ExecCGI
|
|
</Location>
|