I have a nginx server set, it proxies request based on Host
field. I have a common log for it, because per-host logging is done at the server, to which I do proxy_pass.
So, is there any solution to analyze and see combined stats?
Tried so far:
- awstats
- webalizer
- goaccess
- visitors
All listed solution require me to generate separate report (maybe from one log) for each site. I want to see a full report of my access.log for all virtual hosts, generating a separate report for each virtual host is a mess - there is a lot of hosts, they are changing rapidly.
There was a semi-solution: to trick webalizer and make him treat Host as visitor. Not very userful.