| MySQL username: "bugs"
Password for the "bugs" MySQL account above
6.10 再运行checksetup.pl
你需要输入(bugzilla)管理员的email,名字,密码
6.11 修改httpd.conf
vi /etc/httpd/conf/httpd.conf
在End of aliases后添加
Alias /bug/ "/bugzilla/"
<Directory "/bugzilla/">
Options ExecCGI
AllowOverride None
</Directory>
6.12 /etc/init.d/httpd restart
6.13 http://192.168.0.70/bug/就可以访问bugzilla了。
6.14 用上面的管理员mail和密码登陆以后,页面底下有Edit parameters,编辑参数,
把usrbase改成http://192.168.0.70/bug/
6.15 ok,可以用了。
上一页 [1] [2] [3] |