cat /var/log/apache2/error_log* | awk '{ print $1"-"$2" "$3" "$5" "$4 }' | uniq -c | sort -g