Forum Moderators: phranque

Message Too Old, No Replies

awstats,conf Editing Question

I want to leave out my own IP

         

bumpaw

5:23 am on Jun 8, 2005 (gmt 0)

10+ Year Member



I am running AWstats in CGI and would like to alter awstats.con to eliminate my own IP. This is where I beleive the change should be made but can't get the desired results.
[3]
# Do not include access from clients that match following criteria.
# If your log file contains IP adresses in host field, you must enter here
# matching IP adresses criteria.
# If DNS lookup is already done in your log file, you must enter here hostname
# criteria, else enter ip address criteria.
# The opposite parameter of "SkipHosts" is "OnlyHosts".
# Note: Use space between each value. This parameter is not case sensitive.
# Note: You can use regular expression values writing value with REGEX[value].
# Change : Effective for new updates only
# Example: "127.0.0.1 REGEX[^192\.168\.] REGEX[^10\.]"
# Example: "localhost REGEX[^.*\.localdomain$]"
# Default: ""
#
SkipHosts="63.90.3.154 REGEX[^63\.90\.3\.]"
[/3]

bumpaw

3:13 pm on Jun 8, 2005 (gmt 0)

10+ Year Member



Hold the horses! I beleive it's working as posted.