Bugzilla Apache服务器配置

Bugzilla Apache服务器配置,apache,virtualhost,bugzilla,apache-config,Apache,Virtualhost,Bugzilla,Apache Config,我已经用Centos5.5在我的专用服务器上安装了Bugzilla。 我已经在这个服务器上运行了一个带有Apache配置的网站 <VirtualHost *:80> DocumentRoot /var/www/html/XXX .. </VirtualHost> DocumentRoot/var/www/html/XXX .. 我在Apache上定义了一个新的虚拟主机 <VirtualHost *:8000> DocumentRoot /var/w

我已经用Centos5.5在我的专用服务器上安装了Bugzilla。 我已经在这个服务器上运行了一个带有Apache配置的网站

<VirtualHost *:80>
DocumentRoot /var/www/html/XXX
..
</VirtualHost>

DocumentRoot/var/www/html/XXX
..
我在Apache上定义了一个新的虚拟主机

<VirtualHost *:8000>
   DocumentRoot /var/www/html/bugzilla

   <Directory /var/www/html/bugzilla>
      AddHandler cgi-script cgi pl
      Options +Indexes +ExecCGI
      DirectoryIndex index.cgi
      AllowOverride Limit
   </Directory>
</VirtualHost>

DocumentRoot/var/www/html/bugzilla
AddHandler cgi脚本cgi pl
选项+索引+执行CGI
DirectoryIndex.cgi
允许超限
然而,我无论如何都联系不到bugzilla。。正确的方法是什么?
谢谢

防火墙是否有可能阻止端口8000?

我如何检查/打开该端口?您可以在此处查看如何修改iptables配置的示例。您可以使用netstat-an检查打开的端口