Jim Groom

Command for listing IP addresses hitting a server:
netstat -plan|grep :80|awk {'print $5'}|cut -d: -f 1|sort|uniq -c|sort -nk 1