Windows 安装bugzilla

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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章