File squidanalyzer.http of Package SquidAnalyzer
Alias /squidreport /srv/www/squidanalyzer <Directory /srv/www/squidanalyzer> Options -Indexes +FollowSymLinks +MultiViews AllowOverride None <IfModule mod_authz_core.c> # Apache 2.4 Require local # Require host .your.domain # this must change to domain which sould have access </IfModule> <IfModule !mod_authz_core.c> # Apache 2.2 Order deny,allow Deny from all Allow from 127.0.0.1 </IfModule> </Directory>