1)修改AddDefaultCharset ISO-8859-1
为 AddDefaultCharset GB2312
2)去掉了AddHandler cgi-script .cgi的注释
3)添加Alias /bugzilla/ "/var/www/html/bugzilla/"
<Directory "/var/www/html/bugzilla">
Options ExecCGI Indexes
DirectoryIndex index.cgi
AllowOverride Limit
Order allow,deny
Allow from all
</Dircetory>
然后重起了服务。
在浏览器中输入http://我的ip地址/bugzilla/index.cgi
并没显示登录页面
在错误日志中提示一下三条错误:
Diectory index forbidden by Options directive:/var/www/html
Permission denied:exec of '/var/www/html/bugzilla/index.cgi' failed
Premature end of script headers:index.cgi