Count IP on URLs begins with "domain/product" in Apache access_logs
I try to count the access on a specific URL which begins every time with "shop/product?traffic=ads" with AWK, but I failed. The following code gives me a counter how often an IP address has accessed these URL: awk -F'[ "]+'…