禁止访问:您无权访问此服务器/ Fedora 22上的LAMP服务器

时间:2015-05-27 17:43:45

标签: apache laravel fedora lamp

我已经在Fedora 22上安装了LAMP服务器,但是当我需要访问时 我的服务器localhost / myapp / public,我看到了这个错误

Forbidden
  You don't have permission to access /myapp/public/ on this server.
  Server unable to read htaccess file, denying access to be safe

我怎么能解决这个问题,我认为这个问题可能是通过修改来解决的 httpd.conf文件,但我不知道怎么做,我使用的是apache2

有什么建议吗?

1 个答案:

答案 0 :(得分:0)

您应该有一个相应的error_log访问引用磁盘上的htaccess文件。

如果您使用" itk" MPM,它可能是ITK的问题。否则,请确保root和content目录之间的所有目录都是全局可读且可执行世界的,并且任何.htaccess文件都可由服务器ID(www-data,apache等)读取