# Merges all nodes with names to the right of the colon into one node with the # name to the left of the colon. Those are POSIX regular expressions, so you'll # have to use [::] notation instead of '\d' and such. unify "HOME PAGE" : "^/$" "^/index.html" "^index.htm" # This will tell the first stage of pathalizer (apache2events) to ignore # any lines that match on the regexp /\.png/. POSIX regexps again. #ignore c\+dir ignore \.css ignore \.gif ignore \.htc ignore \.ico ignore \.jpeg ignore \.jpg ignore \.js ignore \.png ignore robots.txt ignore \.rss #ignore \/script # events2dot will filter out edges that are taken less than min_edgewidth # times. '-1' is the default, and causes events2dot to establish # min_edgewidth automatically based on max_edgecount min_edgewidth -1 # if min_edgewidth is -1 (the default), events2dot will try to establish # the highest min_edgewidth for which the total number of edges in the # generated graph is under or equal to max_edgecount. max_edgecount 30 # When set to 1, ignores all edges that go from a node to the same node. # Default is 0. ignore_refresh 1 # Treat 2 hits from the same session as different sessions when their timeouts # differ more than session_timeout. -1 to disable. session_timeout -1