小编use*_*588的帖子

Apache/2.4.7(Ubuntu)AH01630:客户端拒绝服务器配置,尽管"需要全部授权"

我有错误:

[authz_core:error] [pid 20259] [client 127.0.0.1:45677] AH01630: client denied by server     configuration: /home/user/www/myhost.dev
Run Code Online (Sandbox Code Playgroud)

和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>
Run Code Online (Sandbox Code Playgroud)

apache authentication ubuntu configuration

2
推荐指数
1
解决办法
1万
查看次数

标签 统计

apache ×1

authentication ×1

configuration ×1

ubuntu ×1