Bugzilla 安装失败:缺少 .htaccess

Bugzilla 安装失败:缺少 .htaccess

我已经在 suse tumbleweed 上成功安装了 LAMP。然后我用 yast 安装了 bugzilla。这给人的印象是安装是开箱即用的。但是然后……参见

https://serverfault.com/questions/1033282/bugzilla-config-fails-data-params-json-file-does-not-exist

讲述了发生的事情。经过一些步骤后,我发现将浏览器定向到 localhost/bugzilla 会产生以下问题

You don't have permission to access the requested directory. 
There is either no index document or the directory is read-protected. 

这具有误导性,因为根据错误日志,/var/log/apache2/error_log问题是

[Thu Sep 10 21:11:07.869216 2020] [core:crit] [pid 17926] (13)Permission denied: [client ::1:34306] AH00529: /srv/www/bugzilla/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/srv/www/bugzilla/' is executable

仔细一看,发现.htaccess完全没有。奇怪的是,尽管我运行后子目录中的./checksetup.pl 文件.htaccess已创建,但根目录中的文件却没有。

出了什么问题?我现在该怎么办???

相关内容