Trying to figure out why my apache server is blocking and denying different. Essentially trying to setup a "deny by default" unless it's from given networks.
in vhost.conf file
<directory /var/www/html>
<RequireAll>
Require All denied
</RequireAll>
</directory>