Do a lot of things
This commit is contained in:
9
conf.py
9
conf.py
@@ -8,12 +8,17 @@ time_format = '%d/%b/%Y:%H:%M:%S +0100'
|
||||
|
||||
analyzed_filename = 'access.log'
|
||||
|
||||
domain_name = 'soutade.fr'
|
||||
|
||||
display_visitor_ip = True
|
||||
|
||||
DB_ROOT = './output/'
|
||||
DISPLAY_ROOT = './output/'
|
||||
|
||||
pre_analysis_hooks = ['page_to_hit', 'robots']
|
||||
post_analysis_hooks = ['top_visitors', 'reverse_dns']
|
||||
display_hooks = ['top_visitors', 'all_visits']
|
||||
post_analysis_hooks = ['top_visitors']
|
||||
# post_analysis_hooks = ['top_visitors', 'reverse_dns']
|
||||
display_hooks = ['top_visitors', 'all_visits', 'referers']
|
||||
|
||||
reverse_dns_timeout = 0.2
|
||||
page_to_hit_conf = [r'^.+/logo/$']
|
||||
|
Reference in New Issue
Block a user