# pwebstats configuration file for http server # # Unique nickname for server. server:foobar # Header for index page. Server_header:The TelDem Enterprises WWW Server # Location of latest log file logfile:/home/servers/log-archive/access-log.current # Type of logfile. Allowed values are: common, squid, squid-emulated, # ncsa-extended (aka apache), and netscape-proxy. Default: common. #logtype:ncsa-extended # Location for the output of pwebstats. outdir:/home/servers/http/teldem/usage # directory containing GIF templates templates:/home/servers/http/pwebstats/templates # Stats collection interval interval:weekly # Verbose? Yes verbose:true # Location of 'fly' program fly_prog:/home/servers/http/pwebstats/fly/fly # Location of page-based stats config file # !!! remove '#' on line below if you want page-based stats !!! #page_config:/home/servers/http/pwebstats/conf/pwebstats.pages # Threshold for inclusion in all hosts list host_threshold:25 # Threshold for inclusion in all requests list item_threshold:25 # Threshold for inclusion in all domains list domain_threshold:5 # Threshold for inclusion in all protocols list protocol_threshold:0 # regexp for local domain # example: local_patt:\.unimelb\.edu\.au$|^128\.250|\.mu\.oz\.au$ local_patt: # regexp of items to exclude from display in request stats # (but are still counted in totals) exclude:\.gif|\.GIF|\.xbm # 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 #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