Apache/2.4.7 (Ubuntu) AH01630:客户端被服务器配置拒绝,尽管“要求所有授权”
Posted
技术标签:
【中文标题】Apache/2.4.7 (Ubuntu) AH01630:客户端被服务器配置拒绝,尽管“要求所有授权”【英文标题】:Apache/2.4.7 (Ubuntu) AH01630: client denied by server configuration despite "Require all granted" 【发布时间】:2014-08-24 13:54:11 【问题描述】:我有错误:
[authz_core:error] [pid 20259] [client 127.0.0.1:45677] AH01630: client denied by server configuration: /home/user/www/myhost.dev
和 403 禁止
在 Apache/2.4.7 (Ubuntu) 中我当然添加了 Require all grant
我的配置是:
<VirtualHost *:80>
ServerName myhost.dev
ServerAdmin admin@myhost.dev
DocumentRoot /home/user/www/myhost.dev/web
<Directory /home/user/www/myhost.dev/web>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
ErrorLog /var/log/apache2/error.myhost.dev.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel notice
CustomLog /var/log/apache2/access.myhost.dev.log combined
</VirtualHost>
【问题讨论】:
【参考方案1】:你的问题可以在Apache2: 'AH01630: client denied by server configuration'找到,希望对你有帮助
基本上你需要看看http://httpd.apache.org/docs/2.4/upgrading.html
【讨论】:
以上是关于Apache/2.4.7 (Ubuntu) AH01630:客户端被服务器配置拒绝,尽管“要求所有授权”的主要内容,如果未能解决你的问题,请参考以下文章
在 PHP7 Apache/2.4.7 (Ubuntu) 上安装 phpmyadmin 时遇到问题
.htaccess 未在 Ubuntu 14.04 (Apache 2.4.7) 中加载
Ubuntu 14.04:Apache 2.4.7 虚拟主机不工作/重定向
Ubuntu 14.04 Apache 2.4.7 404 未找到