我有一个 perl webapp 可以在服务器上正常工作,但不能在我的本地机器上工作。
Apache 日志显示(以及其他错误):
Permission denied at /home/mywebapp/dev/www/index.cgi line 318.
End of script output before headers: index.cgi
318
index.cgi 中的行:
our @gr;
eval('require Groups;');
#close STDERR; <<<< commented
open STDERR, '>1' or die $!; <<<< line 318
我会很感激任何帮助。谢谢!