Perl

内容 [#q4cbe92c]

対応方法です。

原因1:CGIの実行が許可されていない [#h902302c]

 1
 ScriptAlias /cgi-bin /var/www/hoge/hoge/cgi-bin
 2
 <Directory "hogehoge/cgi-bin">
   Options ExecCGI
 </Dicrectory> 
 Apacheのconfに以下追加
 AddHandler cgi-script .cgi .pl