码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu 安装bugzilla---index.cgi show text

时间:2015-01-09 23:53:33      阅读:444      评论:0      收藏:0      [点我收藏+]

标签:

安装完 bugzilla 之后 访问 url/bugzilla 之后没有出现登录界面,而是出现了index.cgi代码。

解决办法:

 You can see if the directory /etc/apache2/mods-enabled/ has a symlink cgi.load. If there is no such symlink, you can create it by running

sudo a2enmod cgi

and then restart Apache:

sudo service apache2 restart

You can run man a2enmod to see what a2enmod does.


链接:http://askubuntu.com/questions/54251/how-do-i-make-apache-run-a-cgi-instead-of-showing-the-text

ubuntu 安装bugzilla---index.cgi show text

标签:

原文地址:http://my.oschina.net/mjRao/blog/365686

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!