中国IT动力,最新最全的IT技术教程
最新100篇 | 推荐100篇 | 专题100篇 | 排行榜 | 搜索 | 在线API文档 | 网通镜像
首 页 | 程序开发 | 操作系统 | 软件应用 | 图形图象 | 网络应用 | 精文荟萃 | 教育认证 | 硬件维护 | 未整理篇 | 站长教程
ASP JS PHP工程 ASP.NET 网站建设 UML J2EESUN .NET VC VB VFP 网络维护 数据库 DB2 SQL2000 Oracle Mysql
服务器 Win2000 Office C DreamWeaver FireWorks Flash PhotoShop 上网宝典 CorelDraw 协议大全 网络安全 微软认证
硬件维护  CPU  主板  硬盘  内存  显卡  显示器  键盘鼠标  声卡音箱  打印机  机箱电源  BIOS  网卡  C#  Java  Delphi  vs.net2005
  当前位置:> 未整理篇
bugzilla安装
作者:sudaobo 时间:2003-02-12 11:09 出处:互联网 责编:chinaitpower
              摘要:bugzilla安装

bugzilla安装

请以root身份安装。

1. 下载并解压bugzilla

2. 在bugzilla目录下,运行./checksetup.pl。./checksetup.pl会提示你安装相应的CPAN模块。
也可以到网址http://www.cpan.org/,查找所需的模块,手工安装.

手工安装步骤:
    perl Makefile.PL
    make
    make test
    make demo
    make install
make test和make demo可选。

3. 修改bugzilla目录及目录下的文件的所有人和权限

4. 修改apache配置文件httpd.conf
DocumentRoot "/home/www"
apache的DocumentRoot是"/home/www"。

4.1
[You'll want to make sure that your web server will run any file with the .cgi extension as a CGI and not just display it. If you're using Apache that means uncommenting the following line in the httpd.conf file:]

AddHandler cgi-script .cgi
增加上面的指令,使apache可以运行cgi脚本。

4.2
<Directory "/home/www/bugzilla">
    Options All
    AllowOverride None
       
    Order deny,allow
    deny from all
    allow from 127.0.0.1 218.106.185.50
</Directory>
增加上面这些指令。Options All使bugzilla目录中具有执行脚本的权限。后面3条指令是用来限制访问主机地址的。

5. restart apache服务器。
 

 

 

 


关闭本页
 
首页 | 投资与合作 | 服务条款 | 隐私政策 | 收藏本站 | 设为首页 | 新用户注册 | 免责声明 | 使用帮助
Copyright ©2005-2008 chinaitpower.com All rights reserved. www.chinaitpower.com 版权所有