I need to allow access to a list of IPs to the server-status of some hosts. I tried out the new syntax I used according to this document:
<Location /server-status>
SetHandler server-status
</Location>
And when I go to check syntax on what I've done I get this error:
[root@224432-27 apache2]# apachectl -t
AH00526: Syntax error on line 461 of /opt/apache2/conf/httpd.conf:
Unknown Authz provider: ip
Can you please clue me in on the correct syntax I would use for apache 2.4.10?
Thank you,
Tim