Hello fellow sysops...
I've decided to setup a munin service to provide me with more stats for my t2 server. now I've followed the monitoring.md help and included my ip/24 to allow the full 256 of the given subnet, but when I attempt to access the munin webui I'm still getting the 403 forbidden error (apache2 error.log confirms)
Now has something changed with the handling of these type of configs?
here's what I changed in the munin.conf within /etc/apache2/conf-available/munin.conf
<Directory /var/cache/munin/www>
Require local
Options None
Allow from
192.168.88.0/24</Directory>
Here's the error reported in /var/log/apache2/error.log
[Sun Oct 16 12:28:05.206589 2022] [authz_core:error] [pid 10390:tid 1929376768] [client
192.168.88.41:65311] AH01630: client denied by server configuration: /var/cache/munin/www
So have I done anything wrong? is the "Allow from" in the wrong area?
basically the aprsc raspberry pi is on a different subnet (vlan) and my notebook is on another subnet (vlan) but they can communicate!
Forbidden
You don't have permission to access this resource.
Apache/2.4.38 (Raspbian) Server at 10.7.40.3 Port 80
Help much appreciated ...