Hello, I'd like to count the page views as the HTTP requests are proxied through Squid. If I blindly count the HTTP GETs, I get a wrong (higher) number because for the same page multiple HTTP GET commands are issued. How can I get an accurate count of page views (or identify the log entry that represents a page view -- whether typed-in or clicked by the end user)? Thanks Ali