#
# Mailgraph: An postfix/sendmail log file analyzer
#
Alias /mailgraph /usr/share/mailgraph
AddHandler cgi-script .cgi
AllowOverride None
Options +ExecCGI
DirectoryIndex mailgraph.cgi
# Apache 2.4
Require all granted
# Apache 2.2
Order Deny,Allow
Deny from all
Allow from 127.0.0.1