File sendmailanalyzer.httpd.conf of Package sendmailanalyzer
#
# By default, statistics are only accessible from the local host.
#
<IfDefine SAREPORT>
Alias /sareport __webdir__
<Directory __webdir__>
Options ExecCGI
AddHandler cgi-script .cgi
DirectoryIndex sa_report.cgi
Order deny,allow
Deny from all
Allow from 127.0.0.1
Allow from ::1
# Allow from .example.com
</Directory>
</IfDefine>