在linux环境下安装bugzilla遇到的问题
我昨天安装bugzilla,现在主要遇到问题是,在IE浏览器中无法显示bugzilla,我觉得问题出在 Apache的httpd.conf这个文件的配置上面,我请问各位大侠在这个文件中具体应该怎么配置,在什么位置需要修改什么地方,我觉得我可能是在这个配置上有问题,但是找的相关帖子,关于httpd.conf配置大家说的都不是很清楚。还有一个问题,就是我的这个bugzilla文件应该放在linux下什么目录正确,我是放在了/usr/local/下面。
我的联系方式是lienahu_dai@163.com,多谢各位大侠! <VirtualHost *:80>
ServerAdmin webmaster@xx.com
DocumentRoot /www/bugzilla
ServerName bugzilla.xx.com
<Directory /www/bugzilla>
Options ExecCGI FollowSymLinks
AllowOverride Limit
DirectoryIndex index.cgi
Order allow,deny
Allow from all
</Directory>
ErrorLog logs/dummy-host2.example.com-error_log
CustomLog logs/dummy-host2.example.com-access_log common
</VirtualHost>
页:
[1]