Close mod_status statistics to show

Included to monitor the Apache mod_status with munin. Monitors, everything is fine. But there is one question: how to close monitoring by outsiders and permit it only Munin? Because now everyone can see it at http:// my server / server-status
Thank you.

<Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
</Location>

or set any other IP instead of 127.0.0.1

option

does not pass, Munin can not remove the statistics. May withdraw it only with this config

but the statistics can see them