What you are requesting is in the realm of log analysis, not server behavior. I strongly suggest looking at existing log parsers for "combined" format Apache logs (to preserve referral headers, method, response times, etc.), but you could also create a minimal access log in a simpler format if you just wanted to run $ sort < logfile | uniq -c Rick Houser Web Engineer > -----Original Message----- > From: Jay Leggett <jleggett@xxxxxxxxxx> > Sent: Monday, January 07, 2019 12:22 > To: users@xxxxxxxxxxxxxxxx > Subject: Tracking URL usage > > EXTERNAL EMAIL > > > Hello, > I am looking for an Apache module that allows me to track the > number of times each URL is requested on my Apache Web Server. Does > such a module exist or is there another project that does this? > > > Jay Leggett > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx