magician320
Technical User
Hi All, I m using cacti rrd tool to monitor network on apache and on top of it PHP is running i need to restrict web access of my cacti graps to specific hosts please guide me through !!
Thanks
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<Directory /cacti/graps>
Order Deny,Allow
Deny from all
Allow from specific.host.example.com
</Directory>