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 Require not ip 10.0.0.0/24 Require not ip 192.168.0.0/24 Require not host externalwebserver.net </RequireAll> </directory> ------------------------------ Thank you for your time, Boyd H. Ako boyd.hanalei....@gmail.com https://www.boydhanaleiako.me PGP/GPG Public Key: https://sks-keyservers.net/pks/lookup?op=get&search=0xC58073B21618F134 ------------------------------