]> git.pld-linux.org Git - packages/webalizer.git/blob - 15_ignore_localhost.diff
- rel 2; add gettext back (from debian); someone could merge it to master
[packages/webalizer.git] / 15_ignore_localhost.diff
1 From: Jose Carlos Medeiros <debian@psabs.com.br>
2 Subject: 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
9 Index: 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  
This page took 0.061046 seconds and 3 git commands to generate.