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 ),所以我会感谢您的解释。
发布于 2012-06-06 18:12:53
就像我说的,我是新手。结果我做得很好,我只需要重新启动Apache。
https://askubuntu.com/questions/147348
复制相似问题