# $NetBSD: httpd-cacti.conf,v 1.3 2025/02/08 03:49:21 taca Exp $
Alias /cacti "@CACTIDIR@"
Options None
AllowOverride Limit
AddHandler application/x-httpd-php .php
DirectoryIndex index.php
# Adjust access
Require ip 127.0.0.1
#Require all granted
# some people prefer a simple URL like http://cacti.example.com
#
# DocumentRoot @CACTIDIR@
# ServerName cacti.example.com
#