This is confusing also. In the config file it has instructions on how to exclude an IP address in the Skiphost section and it explains to simply put the IP address inside quotes and if more than one IP address is needed to be excluded then just seperate the IP addresses with a space. example" "122.58.130.224 94.102.51.22"
Here is what is say in the awstats config file:
# Do not include access from clients that match following criteria.
# If your log file contains IP adresses in host field, you must put here
# matching IP adresses criteria.
# If DNS lookup is already done in your log file, you must put here hostname
# criteria.
# Note: Use space between each value.
# Example: "127.0.0.1 163.84. 201.101.51.1"
# Example: "localhost abcxyz"
# Default: ""
#
SkipHosts="70.184.17.18 70.164.228.208" (I added these IP's and it works for now)
I am not sure what the "REGEX[^77\\.130\\.]" is all about? Can you tell me what the difference may be, the instructions in the file don't say anything about the phrase you have used.
Of course as with most things I do, it only works for a while, then for some unknown reason when I check the file again later the IP addresses I put in disappears. I haven't had a chance to trace down the problem yet but I guess the system overwrites the file daily or something so it only works for a day, then back to square one. I tried to set the persmissions to the config file to read only and see what happens. I am not sure if this happens on every web site but it happens on mine. camminc