📄 webalizer.conf
字号:
# GraphLines allows you to have index lines drawn behind the graphs.# I personally am not crazy about them, but a lot of people requested# them and they weren't a big deal to add. The number represents the# number of lines you want displayed. Default is 2, you can disable# the lines by using a value of zero ('0'). [max is 20]# Note, due to rounding errors, some values don't work quite right.# The lower the better, with 1,2,3,4,6 and 10 producing nice results.#GraphLines 2 #DAVI# The "Top" options below define the number of entries for each table.# Defaults are Sites=30, URL's=30, Referrers=30 and Agents=15, and# Countries=30. TopKSites and TopKURLs (by KByte tables) both default# to 10, as do the top entry/exit tables (TopEntry/TopExit). The top# search strings and usernames default to 20. Tables may be disabled# by using zero (0) for the value.TopSites 10TopKSites 10TopURLs 10TopKURLs 10TopReferrers 10TopAgents 10TopCountries 10TopEntry 0TopExit 0TopSearch 10TopUsers 10# The All* keywords allow the display of all URL's, Sites, Referrers# User Agents, Search Strings and Usernames. If enabled, a seperate# HTML page will be created, and a link will be added to the bottom# of the appropriate "Top" table. There are a couple of conditions# for this to occur.. First, there must be more items than will fit# in the "Top" table (otherwise it would just be duplicating what is# already displayed). Second, the listing will only show those items# that are normally visable, which means it will not show any hidden# items. Grouped entries will be listed first, followed by individual# items. The value for these keywords can be either 'yes' or 'no',# with the default being 'no'. Please be aware that these pages can# be quite large in size, particularly the sites page, and seperate# pages are generated for each month, which can consume quite a lot# of disk space depending on the traffic to your site.AllSites yesAllURLs yesAllReferrers yesAllAgents yesAllSearchStr yesAllUsers yes# The Webalizer normally strips the string 'index.' off the end of# URL's in order to consolidate URL totals. For example, the URL# /somedir/index.html is turned into /somedir/ which is really the# same URL. This option allows you to specify additional strings# to treat in the same way. You don't need to specify 'index.' as# it is always scanned for by The Webalizer, this option is just to# specify _additional_ strings if needed. If you don't need any,# don't specify any as each string will be scanned for in EVERY# log record... A bunch of them will degrade performance. Also,# the string is scanned for anywhere in the URL, so a string of# 'home' would turn the URL /somedir/homepages/brad/home.html into# just /somedir/ which is probably not what was intended.#IndexAlias home.htm#IndexAlias homepage.htm# The Hide*, Group* and Ignore* and Include* keywords allow you to# change the way Sites, URL's, Referrers, User Agents and Usernames# are manipulated. The Ignore* keywords will cause The Webalizer to# completely ignore records as if they didn't exist (and thus not# counted in the main site totals). The Hide* keywords will prevent# things from being displayed in the 'Top' tables, but will still be# counted in the main totals. The Group* keywords allow grouping# similar objects as if they were one. Grouped records are displayed# in the 'Top' tables and can optionally be displayed in BOLD and/or# shaded. Groups cannot be hidden, and are not counted in the main# totals. The Group* options do not, by default, hide all the items# that it matches. If you want to hide the records that match (so just# the grouping record is displayed), follow with an identical Hide*# keyword with the same value. (see example below) In addition,# Group* keywords may have an optional label which will be displayed# instead of the keywords value. The label should be seperated from# the value by at least one 'white-space' character, such as a space# or tab.## The value can have either a leading or trailing '*' wildcard# character. If no wildcard is found, a match can occur anywhere# in the string. Given a string "www.yourmama.com", the values "your",# "*mama.com" and "www.your*" will all match.# Your own site should be hidden#HideSite *mrunix.net#HideSite localhost# Your own site gives most referrals#HideReferrer mrunix.net/# This one hides non-referrers ("-" Direct requests)HideReferrer Direct Request# Usually you want to hide these#HideURL *.gif#HideURL *.GIF#HideURL *.jpg#HideURL *.JPG#HideURL *.png#HideURL *.PNG#HideURL *.ra# Hiding agents is kind of futile#HideAgent RealPlayer# You can also hide based on authenticated username#HideUser root#HideUser admin# Grouping options#GroupURL /cgi-bin/* CGI Scripts#GroupURL /images/* Images#GroupSite *.aol.com#GroupSite *.compuserve.com#GroupReferrer yahoo.com/ Yahoo!#GroupReferrer excite.com/ Excite#GroupReferrer infoseek.com/ InfoSeek#GroupReferrer webcrawler.com/ WebCrawler#GroupUser root Admin users#GroupUser admin Admin users#GroupUser wheel Admin users# The following is a great way to get an overall total# for browsers, and not display all the detail records.# (You should use MangleAgent to refine further...)#GroupAgent MSIE Micro$oft Internet Exploder#HideAgent MSIE#GroupAgent Mozilla Netscape#HideAgent Mozilla#GroupAgent Lynx* Lynx#HideAgent Lynx*# HideAllSites allows forcing individual sites to be hidden in the# report. This is particularly useful when used in conjunction# with the "GroupDomain" feature, but could be useful in other# situations as well, such as when you only want to display grouped# sites (with the GroupSite keywords...). The value for this# keyword can be either 'yes' or 'no', with 'no' the default,# allowing individual sites to be displayed.#HideAllSites no# The GroupDomains keyword allows you to group individual hostnames# into their respective domains. The value specifies the level of# grouping to perform, and can be thought of as 'the number of dots'# that will be displayed. For example, if a visiting host is named# cust1.tnt.mia.uu.net, a domain grouping of 1 will result in just# "uu.net" being displayed, while a 2 will result in "mia.uu.net".# The default value of zero disable this feature. Domains will only# be grouped if they do not match any existing "GroupSite" records,# which allows overriding this feature with your own if desired.#GroupDomains 0# The GroupShading allows grouped rows to be shaded in the report.# Useful if you have lots of groups and individual records that# intermingle in the report, and you want to diferentiate the group# records a little more. Value can be 'yes' or 'no', with 'yes'# being the default.#GroupShading yes# GroupHighlight allows the group record to be displayed in BOLD.# Can be either 'yes' or 'no' with the default 'yes'.#GroupHighlight yes# The Ignore* keywords allow you to completely ignore log records based# on hostname, URL, user agent, referrer or username. I hessitated in# adding these, since the Webalizer was designed to generate _accurate_# statistics about a web servers performance. By choosing to ignore# records, the accuracy of reports become skewed, negating why I wrote# this program in the first place. However, due to popular demand, here# they are. Use the same as the Hide* keywords, where the value can have# a leading or trailing wildcard '*'. Use at your own risk ;)#IgnoreSite bad.site.net#IgnoreURL /test*#IgnoreReferrer file:/*#IgnoreAgent RealPlayer#IgnoreUser root# The Include* keywords allow you to force the inclusion of log records# based on hostname, URL, user agent, referrer or username. They take# precidence over the Ignore* keywords. Note: Using Ignore/Include# combinations to selectivly process parts of a web site is _extremely# inefficent_!!! Avoid doing so if possible (ie: grep the records to a# seperate file if you really want that kind of report).# Example: Only show stats on Joe User's pages...#IgnoreURL *#IncludeURL ~joeuser*# Or based on an authenticated username#IgnoreUser *#IncludeUser someuser# The MangleAgents allows you to specify how much, if any, The Webalizer# should mangle user agent names. This allows several levels of detail# to be produced when reporting user agent statistics. There are six# levels that can be specified, which define different levels of detail# supression. Level 5 shows only the browser name (MSIE or Mozilla)# and the major version number. Level 4 adds the minor version number# (single decimal place). Level 3 displays the minor version to two# decimal places. Level 2 will add any sub-level designation (such# as Mozilla/3.01Gold or MSIE 3.0b). Level 1 will attempt to also add# the system type if it is specified. The default Level 0 displays the# full user agent field without modification and produces the greatest# amount of detail. User agent names that can't be mangled will be# left unmodified.#MangleAgents 0# The SearchEngine keywords allow specification of search engines and# their query strings on the URL. These are used to locate and report# what search strings are used to find your site. The first word is# a substring to match in the referrer field that identifies the search# engine, and the second is the URL variable used by that search engine# to define it's search terms.#SearchEngine yahoo.com p=#SearchEngine altavista.com q=#SearchEngine google.com q=#SearchEngine eureka.com q=#SearchEngine lycos.com query=#SearchEngine hotbot.com MT=#SearchEngine msn.com MT=#SearchEngine infoseek.com qt=#SearchEngine webcrawler searchText=#SearchEngine excite search=#SearchEngine netscape.com search=#SearchEngine mamma.com query=#SearchEngine alltheweb.com query=#SearchEngine northernlight.com qr=# The Dump* keywords allow the dumping of Sites, URL's, Referrers# User Agents, Usernames and Search strings to seperate tab delimited# text files, suitable for import into most database or spreadsheet# programs.# DumpPath specifies the path to dump the files. If not specified,# it will default to the current output directory. Do not use a# trailing slash ('/').#DumpPath /var/lib/httpd/logs# The DumpHeader keyword specifies if a header record should be# written to the file. A header record is the first record of the# file, and contains the labels for each field written. Normally,# files that are intended to be imported into a database system# will not need a header record, while spreadsheets usually do.# Value can be either 'yes' or 'no', with 'no' being the default.#DumpHeader no# DumpExtension allow you to specify the dump filename extension# to use. The default is "tab", but some programs are pickey about# the filenames they use, so you may change it here (for example,# some people may prefer to use "csv").#DumpExtension tab# These control the dumping of each individual table. The value# can be either 'yes' or 'no'.. the default is 'no'.#DumpSites no#DumpURLs no#DumpReferrers no#DumpAgents no#DumpUsers no#DumpSearchStr no# End of configuration file... Have a nice day!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -