@doktornotor mesmo instalando o repositório não oficial, e buscando o pacote, ele gera essa recomendações de conf mesmo:
Após instalar o pacote temos a seguinte recomendação. Você consegue executar?
Modify your httpd.conf to allow access to HTML output like follow:
Alias /squidreport /usr/local/www/squidreport
Options -Indexes FollowSymLinks MultiViews
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.1
If necessary, give additional host access to SquidAnalyzer in httpd.conf.
Restart and ensure that httpd is running.
Browse to http://my.host.dom/squidreport/ to ensure that things are working
properly.
Setup a cronjob to run squid-analyzer daily:
SquidAnalyzer log reporting daily
0 2 * * * /usr/local/bin/squid-analyzer > /dev/null 2>&1
or run it manually.
For more information, see /usr/local/share/doc/squidanalyzer/README file.
Cleaning up cache… done.