List all ips address from apache access log

Updated . Posted . Visible to the public.
grep Apr/2014 /var/log/apache2/access.log |  awk '{ print $1 }' | sort -n | uniq -c | sort -rn 
Tushar
Last edit
Tushar
Posted by Tushar to Tushar's deck (2014-04-29 06:50)