您的位置:首页 > 其它

Windows 安装bugzilla

2015-08-24 21:06 288 查看
Windows 安装bugzilla

以下内容来自网络,经实践整理。

Windows 部署bugzilla:

1. 使用xampp

2. 安装activeperl

3. 安装bugzilla到xampp的目录

4. 添加以下配置到httpd.conf

Alias /bugzilla"C:/tisson/xampp/htdocs/bugzilla"

<Directory"C:/tisson/xampp/htdocs/bugzilla">

AddType application/x-httpd-php .php

AddHandler cgi-script .pl

AddHandler cgi-script .cgi

Options ExecCGI

Options Indexes FollowSymLinks ExecCGI

AllowOverride All

ScriptInterpreterSource Registry-Strict

Order allow,deny

Allow from all

</Directory>

其中ExecCGI和下面的注册表内容相关

5. 新建项HKEY_CLASSES_ROOT\.cgi\Shell\ExecCGI\Command修改默认值为%perl的安装路径%\bin\perl.exe-T。

BugFree和BugZilla功能类似,BugFree唯一的优点就是中文,BugZilla更加细腻,并且还有着更新。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: