diff --git a/waccess.1 b/waccess.1 index 7be3db1..165211d 100644 --- a/waccess.1 +++ b/waccess.1 @@ -15,6 +15,11 @@ .SH OPTIONS .TP +.B -f logfile +Allows you to specify the name of the access log to process, thereby +overriding the default (/var/log/httpd-access.log). + +.TP .B -r Try to determine the hostname of each access by doing a reverse lookup on the IP address. This forces the program to display each record as @@ -26,6 +31,18 @@ totals. This forces the suppression of reverse lookups since they wouldn't be displayed anyway (the opposite of the -r option). +.SH IGNORING ADDRESSES + +You typically do not want your own addresses to appear in a web log +analysis. \'waccess\' has some limited ability to ignore records +containing any one of a set of addresses (partial or complete IP +quads) you specify. You do this by editing the \'IGNORED\' table in +the program. Any address found in this table will be ignored by +'\waccess\' and never appear in the output. (However, records +containing one of these addresses do count toward the total records +processed count.) By default, \'waccess\' ignores addresses in the +127.0.*.* and 192.168.0.* address spaces. + .SH EXAMPLES .B waccess myreport.pdf