【发布时间】:2018-07-25 09:37:56
【问题描述】:
最近安装了 phpStorm 和 xDebug。 随机出现以下错误,导致我的开发页面无法加载:
Forbidden
You don't have permission to access /admin/subscription/add/16603 on this server.
Server unable to read htaccess file, denying access to be safe
tail -f /var/log/apache2/error_log 显示:
24)Too many open files: [client 127.0.0.1:54206] AH00529: /Users/jeshuadunham/Sites/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable and that '/Users/jeshuadunham/Sites/' is executable, referer: http://dev2.evesun.com/blog/
大约 30 秒后,刷新工作正常。
【问题讨论】:
-
您对 .htaccess 文件以及文档根文件夹的权限是什么?
-
@Java-DK 我已经在使用该链接中的建议选项了。
-
@PanamaJack 的权限都属于我,除了需要www拥有的日志文件。
-
我提到
permissions不是所有权。