Sunday, May 14, 2017

check ip access to apache server

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

No comments:

Post a Comment