我在我的网站上运行 apache 2.4.6。而且我一直在我的 apache 错误日志中一遍又一遍地看到这条消息。
[Tue Nov 10 01:42:40.659710 2015] [authz_core:debug] [pid 10727] mod_authz_core.c(809): [client 107.170.139.115:58678] AH01626: authorization result of Require all granted: granted
以下是该站点的根目录在 VHOST 中的列出方式:
DocumentRoot /var/www/jf-beta
<Directory /var/www/jf-beta>
Options -Indexes +FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Apache 到底在抱怨什么?该目录列表对我来说似乎完全合理!以及如何让它停止抱怨这个错误?