View previous topic :: View next topic |
Author |
Message |
sharkkiller -
Joined: 27 Dec 2003 Posts: 8
|
Posted: Fri Jan 30, 2004 5:16 pm Post subject: Log file, don't write the hit of some IP. |
|
|
Hi all,
On my website, I have a stats program that work very well (AWStats). Also there a possibility to don't count in the stats the IP you specify. So I specify my own IP and my local IP (127.0.0.1). But the IP are in the log file anyway! There's any way to say to Abyss
"If you see the IP XXX.XXX.XXX.XXX or 127.0.0.1, don't write his hits in the log file" ?
If so, how I can do? If not, please transfert to Suggestion because it would be a great feature for those who want stats without our own IP. |
|
Back to top |
|
 |
sharkkiller -
Joined: 27 Dec 2003 Posts: 8
|
Posted: Sat Jan 31, 2004 7:01 pm Post subject: |
|
|
nobody know??? please help me!! of transfert in the Suggestion forum at least! |
|
Back to top |
|
 |
Moxxnixx -
Joined: 21 Jun 2003 Posts: 1226 Location: Florida
|
Posted: Sat Jan 31, 2004 8:41 pm Post subject: |
|
|
The Abyss log file will show all hits regardless. You can't change that.
AWstats can skip hosts like this:
Quote: | # 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.
# 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\.0\.0\.]"
# Example: "localhost REGEX[^.*\.localdomain$]"
# Default: ""
#
SkipHosts=""
|
|
|
Back to top |
|
 |
sharkkiller -
Joined: 27 Dec 2003 Posts: 8
|
Posted: Sat Jan 31, 2004 9:01 pm Post subject: |
|
|
For AWStats i know how to, it just that the log file contain to many time my ip than i have something like : 5000 record 4980 record pass (the host i've skip with AWStats). But ok, if it's not possible with Abyss, i won't die of that :D |
|
Back to top |
|
 |
|