51Testing软件测试论坛
标题:
win7下部署bugzilla+apache+mysql+perl,访问报403错误
[打印本页]
作者:
erichhuang
时间:
2012-4-5 17:03
标题:
win7下部署bugzilla+apache+mysql+perl,访问报403错误
平台:win7
安装路径:
bugzilla:C:\bugzilla 版本:4.0.5
perl: C:\Perl 版本:5.14.2.1402
Apache: C:\Program Files\Apache Software\Apache2.2 版本:2.2.22-win32-x86-openssl-0.9.8t
perl都已经装好了,apache按照bugzilla官方网站的说明配置完了,bugzilla的checkperl.pl也都顺利的执行完毕
在服务器上访问
http://localhost/bugzilla/
的时候报403的错误
看了apache的error日志,显示的内容是:
[Thu Apr 05 16:37:18 2012] [error] [client 127.0.0.1] client denied by server configuration: C:/bugzilla/Bugzilla/
在本机上远程访问
http://10.109.1.89/bugzilla/index.cgi
error日志中的内容如下:
[Thu Apr 05 16:42:09 2012] [error] [client 10.109.4.234] client denied by server configuration: C:/bugzilla/Bugzilla/index.cgi
[Thu Apr 05 16:42:09 2012] [error] [client 10.109.4.234] File does not exist: C:/bugzilla/favicon.ico
附带按照官网指导所修改的httpd.conf中一些配置项信息:
DocumentRoot "
C:/bugzilla
"
<Directory "
C:/bugzilla
">
Options Indexes FollowSymLinks
ExecCGI
AllowOverride All
Order allow,deny
Allow from all
ScriptInterpreterSource Registry-Strict
</Directory>
DirectoryIndex index.html index.html.var
index.cgi
AddHandler cgi-script
.cgi
最后还在注册表中增加了
HKEY_CLASSES_ROOT\.cgi\Shell\ExecCGI\Command C:\Perl\bin\perl.exe -T
我哪点有遗漏吗?请问各位大虾有没有知道怎么解决啊?
作者:
amychen2011
时间:
2012-4-6 13:40
我有整合过的程序,不需要再配置了
作者:
amychen2011
时间:
2012-4-6 15:52
我有整合过的程序,不需要再配置了
作者:
Adamstang
时间:
2012-5-25 22:11
查看一下端口是否是80?
作者:
caishu1986
时间:
2012-11-28 10:59
回复
3#
amychen2011
你好,可以给我吗?
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2