Skip to content

Commit

Permalink
Referrer optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Dec 27, 2014
1 parent 9af1c51 commit 7a2c414
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions server/webalizer.conf
Expand Up @@ -281,7 +281,7 @@ GeoIPDatabase /usr/share/GeoIP/GeoIP.dat
# should be plain text or a HTML link to the referrer. Values can be
# either 'yes' or 'no', with 'no' being the default.

#LinkReferrer no
LinkReferrer yes

# The Quiet option suppresses output messages... Useful when run
# as a cron job to prevent bogus e-mails. Values can be either
Expand Down Expand Up @@ -551,14 +551,14 @@ GeoIPDatabase /usr/share/GeoIP/GeoIP.dat
# "*mama.com" and "www.your*" will all match.

# Your own site should be hidden
#HideSite *webalizer.org
#HideSite localhost
HideSite dpaste.de
HideSite localhost

# Your own site gives most referrals
#HideReferrer webalizer.org/
HideReferrer dpaste.de

# This one hides non-referrers ("-" Direct requests)
#HideReferrer Direct Request
HideReferrer Direct Request

# Usually you want to hide these
HideURL *.gif
Expand All @@ -568,6 +568,7 @@ HideURL *.JPG
HideURL *.png
HideURL *.PNG
HideURL *.ra
HideURL *.css

# Hiding agents is kind of futile
#HideAgent RealPlayer
Expand Down

0 comments on commit 7a2c414

Please sign in to comment.