Showing posts with label ip address. Show all posts
Showing posts with label ip address. Show all posts

Sunday, May 14, 2017

check ip access to apache server

awk '{print $1}' /var/log/apache2/access.log | sort -f | uniq -i