2014-11-20 15:25:43 +01:00
|
|
|
|
2014-12-08 18:38:40 +01:00
|
|
|
# Web server log
|
2015-07-08 08:20:22 +02:00
|
|
|
analyzed_filename = '/var/log/apache2/access.log.1,/var/log/apache2/access.log'
|
2014-11-20 15:25:43 +01:00
|
|
|
|
2014-12-08 18:38:40 +01:00
|
|
|
# Domain name to analyze
|
2014-11-26 16:17:16 +01:00
|
|
|
domain_name = 'soutade.fr'
|
|
|
|
|
2014-12-08 18:38:40 +01:00
|
|
|
# Display visitor IP in addition to resolved names
|
2015-02-19 20:23:13 +01:00
|
|
|
display_visitor_ip = True
|
2014-11-26 16:17:16 +01:00
|
|
|
|
2014-12-08 18:38:40 +01:00
|
|
|
# Hooks used
|
2014-11-25 16:22:07 +01:00
|
|
|
pre_analysis_hooks = ['page_to_hit', 'robots']
|
2015-03-02 19:46:08 +01:00
|
|
|
post_analysis_hooks = ['referers', 'top_pages', 'top_downloads', 'operating_systems', 'browsers', 'feeds', 'hours_stats', 'reverse_dns']
|
2015-04-08 14:06:03 +02:00
|
|
|
display_hooks = ['track_users', 'top_visitors', 'all_visits', 'referers', 'top_pages', 'top_downloads', 'referers_diff', 'operating_systems', 'browsers', 'feeds', 'hours_stats', 'top_downloads_diff']
|
2014-11-21 10:41:29 +01:00
|
|
|
|
2014-12-08 18:38:40 +01:00
|
|
|
# Reverse DNS timeout
|
2014-11-24 21:37:37 +01:00
|
|
|
reverse_dns_timeout = 0.2
|
2014-12-08 18:38:40 +01:00
|
|
|
|
|
|
|
# Count this addresses as hit
|
2015-07-08 08:20:22 +02:00
|
|
|
page_to_hit_conf = [r'^.+/logo[/]?$']
|
2014-12-08 18:38:40 +01:00
|
|
|
# Count this addresses as page
|
2015-04-08 14:06:03 +02:00
|
|
|
hit_to_page_conf = [r'^.+/category/.+$', r'^.+/tag/.+$', r'^.+/archive/.+$', r'^.+/ljdc[/]?$', r'^.+/source/tree/.*$', r'^.+/source/file/.*$', r'^.+/search/.+$']
|
2014-12-11 22:31:40 +01:00
|
|
|
|
|
|
|
# Because it's too long to build HTML when there is too much entries
|
|
|
|
max_hits_displayed = 100
|
|
|
|
max_downloads_displayed = 100
|
2014-12-15 21:28:25 +01:00
|
|
|
|
2015-07-08 08:20:22 +02:00
|
|
|
compress_output_files = ['html', 'css', 'js', 'xml']
|
2014-12-17 19:00:42 +01:00
|
|
|
|
2015-07-08 08:20:22 +02:00
|
|
|
#locale = 'fr'
|
2014-12-18 19:54:31 +01:00
|
|
|
|
2015-02-19 20:23:13 +01:00
|
|
|
# Tracked IP
|
2015-07-08 08:20:22 +02:00
|
|
|
tracked_ip = ['192.168.1.1']
|
2015-02-19 20:23:13 +01:00
|
|
|
|
|
|
|
feeds = [r'^.*/atom.xml$', r'^.*/rss.xml$']
|
|
|
|
|
2015-07-08 08:20:22 +02:00
|
|
|
multimedia_file_append = ['xml']
|