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日志,显示的内容是:
client denied by server configuration: C:/bugzilla/Bugzilla/
在本机上远程访问http://10.109.1.89/bugzilla/index.cgierror日志中的内容如下:
client denied by server configuration: C:/bugzilla/Bugzilla/index.cgi
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
我哪点有遗漏吗?请问各位大虾有没有知道怎么解决啊? 我有整合过的程序,不需要再配置了 我有整合过的程序,不需要再配置了 查看一下端口是否是80? 回复 3# amychen2011
你好,可以给我吗?
页:
[1]