开发者

Bugzilla Apache server config

开发者 https://www.devze.com 2023-04-09 07:31 出处:网络
I have installed Bugzi开发者_StackOverflow中文版lla on my dedicated server with Centos5.5. I have already a website running on this server with Apache config

I have installed Bugzi开发者_StackOverflow中文版lla on my dedicated server with Centos5.5. I have already a website running on this server with Apache config

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

and I have defined a new virtual host on Apache as

<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>

However, I can't reach bugzilla anyway.. What is the right way to do that ? Thanks


Is there any chance that the firewall is blocking port 8000?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号