Skip to content

Instantly share code, notes, and snippets.

@jskripsky
Created February 22, 2011 22:38
Show Gist options
  • Save jskripsky/839585 to your computer and use it in GitHub Desktop.
Save jskripsky/839585 to your computer and use it in GitHub Desktop.
Apache log web tracer
(* Apache log web tracer *)
type Hit = Time * Url * Url; // Url, UrlReferrer
type Visit = list of Hit
type Entry = IP * Agent * Visit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment