> Greetings all,
> I'm seeking a good web stats program we can run on our Linux Apache web
> servers.
> We tried "AWStats", a free program-- but it seems to constantly hang up
> and need attention.
> If anyone has recommendations, please let me know.
> Sincerely,
> Leo
analog is the best:
http://www.analog.cx/
You can use Report Magic to make it pretty, but the Linux install program
is the worst I've ever seen. It runs fine on Windows, though.
http://www.reportmagic.org/
Don't forget perl or awk, if you want to roll your own:
awk '/\.ida/ {print $1}' /var/log/httpd/access_log | sort | uniq
will return a list of IP addresses that are sending Code Red exploits.