mod-authz-host

Require forward-dns not working as expected

你离开我真会死。 提交于 2021-01-29 12:56:43
问题 Quick explanation: Home hobby server Some public services, some I'd like to restrict to internal only Since I discovered reverse proxies (😊) I've been migrating everything behind subdomains of my domain, via Apache I then discovered that I could no longer simply use Require local as before, since Apache always sees the public IP address of the client Require forward-dns appears to be the solution I want, however it's not giving the expected result I'm on a dynamic IP, but the results seem

AH01626: authorization result of Require all granted: granted

白昼怎懂夜的黑 提交于 2020-01-13 08:28:27
问题 I'm running apache 2.4.6 on my site. And I keep seeing this message repeated over and over again in my apache error logs. [Tue Nov 10 01:42:40.659710 2015] [authz_core:debug] [pid 10727] mod_authz_core.c(809): [client 107.170.139.115:58678] AH01626: authorization result of Require all granted: granted Here's how the root directory for this site is listed in the VHOST: DocumentRoot /var/www/jf-beta <Directory /var/www/jf-beta> Options -Indexes +FollowSymLinks AllowOverride All Require all