Apache2 访问apache 2.4上的服务器信息时出现禁止(403)错误

Apache2 访问apache 2.4上的服务器信息时出现禁止(403)错误,apache2,virtualhost,http-status-code-403,Apache2,Virtualhost,Http Status Code 403,尝试访问www.website.com/server-status时出现禁止的错误 mod_信息已启用 虚拟主机: <VirtualHost *:80> ServerName www.website.com DocumentRoot /var/www/roastandbrew <Location /server-info> SetHandler server-status

尝试访问www.website.com/server-status时出现禁止的错误

mod_信息已启用

虚拟主机:

<VirtualHost *:80>
        ServerName www.website.com

        DocumentRoot /var/www/roastandbrew
        <Location /server-info>
                SetHandler server-status
                Order allow, deny
                Allow from all #just for testing 
        </Location>

        <Directory /var/www/roastandbrew>
                Options FollowSymLinks
                Require all granted
                AllowOverride All
        </Directory> 
</VirtualHost>
谢谢

 AH01630: client denied by server configuration: /var/www/roastandbrew/server-info