解决bugzilla和apache链接界面问题.docVIP

  • 9
  • 0
  • 约9.57千字
  • 约 5页
  • 2017-08-09 发布于河南
  • 举报
解决bugzilla与apache的链接问题 安装bugzilla后界面会只有源代码,以下有一些方法,希望有用(在apache做web引擎情况下) 解决方法1、 在http.conf文件中,加红色的两行 Alias /test /var/www/html/bugzilla Directory /var/www/html/bugzilla ? ? AddType application/x-httpd-php .php ? ? AddHandler? ?cgi-script? ?.pl ? ? AddHandler? ?cgi-script? ?.cgi ? ? Options ExecCGI ? ? DirectoryIndex index.html ? ? AllowOverride none ? ? Order allow,deny ? ? Allow from all /Directory 在配置文件中添加: ? ? AddHandler? ?cgi-script? ?.pl ? ? AddHandler? ?cgi-script? ?.cgi apache下logs目录里的error.log,里面显示的错误是:(OS 2)系统找不到指定的文件。??: couldnt create child process: 720002: index.cgi,(OS 2)系统找不到指

文档评论(0)

1亿VIP精品文档

相关文档