Imported Debian patch 2.23.05-1
[hcoop/zz_old/debian/webalizer.git] / debian / patches / 15_ignore_localhost.diff
CommitLineData
dc9c5d88
FAW
1From: Jose Carlos Medeiros <debian@psabs.com.br>
2Subject: Ignore localhost by default in sample.conf file
3
4###########################
5# default webalizer.conf *should* ignore localhost
6# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=168418
7# From: "Norbert Bottlaender-Prier" <norbert@globenet.org>
8
9Index: webalizer/sample.conf
10===================================================================
11--- webalizer.orig/sample.conf 2010-11-24 17:01:43.000000000 +0100
12+++ webalizer/sample.conf 2010-11-24 17:01:51.000000000 +0100
13@@ -667,8 +667,10 @@
14 # should consider using an equivalent 'Hide*' keyword instead.
15
16 #IgnoreSite bad.site.net
17+IgnoreSite localhost
18 #IgnoreURL /test*
19 #IgnoreReferrer file:/*
20+IgnoreReferrer localhost
21 #IgnoreAgent RealPlayer
22 #IgnoreUser root
23