首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Bugzilla ./testserver.pl失败

Bugzilla ./testserver.pl失败
EN

Ask Ubuntu用户
提问于 2012-06-06 16:00:58
回答 1查看 2.2K关注 0票数 1
代码语言:javascript
复制
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):

代码语言:javascript
复制
<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 ),所以我会感谢您的解释。

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2012-06-06 18:12:53

就像我说的,我是新手。结果我做得很好,我只需要重新启动Apache。

票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/147348

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档