# pwebstats configuration file for http server # # Unique nickname for server. # use only a-z, A-Z and _ # e.g. server:proxy server:proxy # Header for index page. # e.g. Server_header:The TelDem Enterprises Caching Proxy Server Server_header: # Location of latest log file logfile: # Type of log file - use 'squid-emulated' if you have the httpd log # emulation option turned on in squid. logtype:squid # Location for the output of pwebstats. # e.g. outdir:/home/servers/http/teldem/proxy-usage outdir:/home/servers/http/teldem/proxy-usage # directory containing GIF templates # e.g. templates:/home/servers/http/pwebstats/templates templates:/home/servers/http/pwebstats/templates # Stats collection interval # can be one of daily, weekly, monthly, quarterly interval:weekly # Verbose? Yes verbose:true # Location of 'fly' # e.g. fly_prog:/home/servers/http/pwebstats/fly/fly fly_prog: # regular expression matching your local hostnames and IP numbers # e.g. local_patt:\.unimelb\.edu\.au$|^128\.250|^localhost$|250\.128\.in\-addr\.arpa local_patt: # threshold for host count lists host_threshold:25 # threshold for remote host count lists remote_host_threshold:25 # threshold for request count lists item_threshold:25 # threshold for domain count lists domain_threshold:5 # don't generate request/accesses information # (recommended for proxy stats) exclude_reqs:true # completely ignore access from this set of hostnames ( | is the delimeter) # complete_exclude_host:foo1.users.bar.com|foo2.users.bar.com|foo3.users.bar.com # # You might like to add the IP numbers and/or hostnames of your squid neighbours # so you just get the information about local users. #complete_exclude_host: # completely ignore access to this pattern of URLs # complete_exclude_url_patt:^/foo/bar/*$|^/robots.txt$ #complete_exclude_url_patt: # completely ignore access from this set of users ( | is the delimeter) # complete_exclude_user:tom|dick|harry #complete_exclude_user: # do IP number -> hostname resolution #dns_lookup:true