Windows 安装bugzilla

来源:互联网 发布:阿里云播放器 编辑:程序博客网 时间:2024/05/20 16:43

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更加细腻,并且还有着更新。

0 0
原创粉丝点击