Bugzilla ./testserver.pl 失败

Bugzilla ./testserver.pl 失败
root@KittensTest:/var/www/Bugzilla/bugzilla-4.2.1# ./testserver.pl http://localhost/Bugzilla/bugzilla-4.2.1
TEST-OK Webserver is running under group id in $webservergroup.
TEST-OK Got padlock picture.
TEST-FAILED Webserver is fetching rather than executing CGI files.
Check the AddHandler statement in your httpd.conf file.

那么。httpd.conf(来自这里[2.2.4.1.1])

<Directory /var/www/Bugzilla/bugzilla-4.2.1>
AddHandler cgi-script .cgi .pl
Options +Indexes +Includes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit FileInfo Indexes
</Directory>

我做错了什么?我对此还很陌生(第一次安装 Bugzilla),因此希望得到解释。

答案1

就像我说的,我对此很陌生。事实证明我做的一切都是正确的,我只需要重新启动 Apache。

相关内容