Quote:
Originally posted by horoscopes2000
Can I set webalizer to show me *all* referrers (or all of *any* category) instead of just the top few?
... and does "total unique sites" mean unique visitors? How does it cope if 2 users have the same ip address, or one user changes ip address every time they dial up?
i installed webalizer 2.04 in a RaQ3, although on my stats pages it says it's Webalizer 2.01.
|
Look at the /etc/webalizer.conf file and modify the following sections:
Code:
# 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 300
TopKSites 10
TopURLs 30
TopKURLs 10
TopReferrers 30
TopAgents 75
TopCountries 30
TopEntry 10
TopExit 10
TopSearch 20
TopUsers 20
# 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 no
AllURLs no
AllReferrers no
AllAgents no
AllSearchStr no
AllUsers no
It is also worthwhile to read through the webalizer.conf file. Lot o'good info therein.