darold / squidanalyzer

Squid Analyzer parses Squid proxy access log and reports general statistics about hits, bytes, users, networks, top URLs, and top second level domains. Statistic reports are oriented toward user and bandwidth control.
http://squidanalyzer.darold.net/
125 stars 36 forks source link

after remove all report files, re-generate report the logo breaks, images&css stylesheet files were gone and will never be created #169

Closed jm0477 closed 7 years ago

jm0477 commented 7 years ago

output folder: /var/www/squidanalyzer

configure file: /etc/squidanalyzer/squidanalyzer.conf Output /var/www/squidanalyzer WebUrl /squidreport

after run squid-analyzer, the /var/www/squidanalyzer/images and css folder were not created automatically. the staticstics were generated correctly, but style lost and logo is missing. How to resolve this issue? it is by design or any parameter can resolve it?

jm0477 commented 7 years ago

I found the solution. I need to make && make install to get the iamges/css back.