slitaz-forge view forum/system-config/awstats/awstats.forum.slitaz.org.conf @ rev 0

Adding system and vanilla config files for the forum
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Dec 22 10:25:56 2010 +0100 (2010-12-22)
parents
children
line source
1 # AWSTATS CONFIGURE FILE 6.0
2 #-----------------------------------------------------------------------------
3 # Copy this file into awstats.www.mydomain.conf and edit this new config file
4 # to setup AWStats (See documentation in docs/ directory).
5 # The config file must be in /etc/awstats, /usr/local/etc/awstats or /etc (for
6 # Unix/Linux) or same directory than awstats.pl (Windows, Mac, Unix/Linux...)
7 # To include an environment variable in any parameter (AWStats will replace
8 # it with its value when reading it), follow the example:
9 # Parameter="__ENVNAME__"
10 # Note that environment variable AWSTATS_CURRENT_CONFIG is always defined with
11 # the config value in an AWStats running session and can be used like others.
12 #-----------------------------------------------------------------------------
13 # $Revision: 1.271 $ - $Author: eldy $ - $Date: 2004/01/25 15:35:11 $
17 #-----------------------------------------------------------------------------
18 # MAIN SETUP SECTION (Required to make AWStats work)
19 #-----------------------------------------------------------------------------
20 LogFile="/home/slitaz/logs/access_log"
21 LogType=W
22 LogFormat=1
23 LogSeparator=" "
24 SiteDomain="forum.slitaz.org"
25 HostAliases="localhost 127.0.0.1 REGEX[forum\.slitaz\.org$]"
26 DNSLookup=0
27 DirData="/var/db/awstats/forum.slitaz.org"
28 DirCgi="/cgi-bin"
29 DirIcons="/icon"
30 AllowToUpdateStatsFromBrowser=0
31 AllowFullYearView=1
34 #-----------------------------------------------------------------------------
35 # OPTIONAL SETUP SECTION (Not required but increase AWStats features)
36 #-----------------------------------------------------------------------------
37 EnableLockForUpdate=0
38 DNSStaticCacheFile="dnscache.txt"
39 DNSLastUpdateCacheFile="dnscachelastupdate.txt"
40 SkipDNSLookupFor=""
41 AllowAccessFromWebToAuthenticatedUsersOnly=0
42 AllowAccessFromWebToFollowingAuthenticatedUsers=""
43 AllowAccessFromWebToFollowingIPAddresses=""
44 CreateDirDataIfNotExists=0
45 BuildHistoryFormat=text
46 BuildReportFormat=html
47 SaveDatabaseFilesWithPermissionsForEveryone=0
48 PurgeLogFile=0
49 ArchiveLogRecords=0
50 KeepBackupOfHistoricFiles=0
51 DefaultFile="index.htm"
52 SkipHosts="81.80.143.121"
53 SkipUserAgents=""
54 SkipFiles=""
55 OnlyHosts=""
56 OnlyUserAgents=""
57 OnlyFiles=""
58 NotPageList="css js class gif jpg jpeg png bmp ico"
59 ValidHTTPCodes="200 304"
60 ValidSMTPCodes="1 250"
61 AuthenticatedUsersNotCaseSensitive=0
62 URLNotCaseSensitive=0
63 URLWithAnchor=0
64 URLQuerySeparators="?;"
65 URLWithQuery=0
66 URLWithQueryWithOnlyFollowingParameters=""
67 URLWithQueryWithoutFollowingParameters=""
68 URLReferrerWithQuery=0
69 WarningMessages=1
70 ErrorMessages=""
71 DebugMessages=1
72 NbOfLinesForCorruptedLog=50
73 WrapperScript=""
74 DecodeUA=0
75 MiscTrackerUrl="/js/awstats_misc_tracker.js"
77 #-----------------------------------------------------------------------------
78 # OPTIONAL ACCURACY SETUP SECTION (Not required but increase AWStats features)
79 #-----------------------------------------------------------------------------
80 LevelForBrowsersDetection=2 # 0 disables Browsers detection.
81 # 2 reduces AWStats speed by 2%
82 LevelForOSDetection=2 # 0 disables OS detection.
83 # 2 reduces AWStats speed by 3%
84 LevelForRefererAnalyze=2 # 0 disables Origin detection.
85 # 2 reduces AWStats speed by 14%
86 LevelForRobotsDetection=2 # 0 disables Robots detection.
87 # 2 reduces AWStats speed by 2.5%
88 LevelForSearchEnginesDetection=2 # 0 disables Search engines detection.
89 # 2 reduces AWStats speed by 9%
90 LevelForKeywordsDetection=2 # 0 disables Keyphrases/Keywords detection.
91 # 2 reduces AWStats speed by 1%
92 LevelForFileTypesDetection=2 # 0 disables File types detection.
93 # 2 reduces AWStats speed by 1%
94 LevelForWormsDetection=0 # 0 disables Worms detection.
95 # 2 reduces AWStats speed by 15%
99 #-----------------------------------------------------------------------------
100 # OPTIONAL APPEARANCE SETUP SECTION (Not required but increase AWStats features)
101 #-----------------------------------------------------------------------------
102 UseFramesWhenCGI=1
103 DetailedReportsOnNewWindows=1
104 Expires=0
105 MaxRowsInHTMLOutput=1000
106 Lang="auto"
107 DirLang="./lang"
108 ShowMenu=1
109 ShowMonthStats=UVPHB
110 ShowDaysOfMonthStats=VPHB
111 ShowDaysOfWeekStats=PHB
112 ShowHoursStats=PHB
113 ShowDomainsStats=PHB
114 ShowHostsStats=PHBL
115 ShowAuthenticatedUsers=0
116 ShowRobotsStats=HBL
117 ShowWormsStats=0
118 ShowEMailSenders=0
119 ShowEMailReceivers=0
120 ShowSessionsStats=1
121 ShowPagesStats=PBEX
122 ShowFileTypesStats=HB
123 ShowFileSizesStats=0
124 ShowOSStats=1
125 ShowBrowsersStats=1
126 ShowScreenSizeStats=0
127 ShowOriginStats=PH
128 ShowKeyphrasesStats=1
129 ShowKeywordsStats=1
130 ShowMiscStats=a
131 ShowHTTPErrorsStats=1
132 ShowSMTPErrorsStats=0
133 ShowClusterStats=0
135 AddDataArrayMonthStats=1
136 AddDataArrayShowDaysOfMonthStats=1
137 AddDataArrayShowDaysOfWeekStats=1
138 AddDataArrayShowHoursStats=1
140 MaxNbOfDomain = 10
141 MinHitDomain = 1
142 MaxNbOfHostsShown = 10
143 MinHitHost = 1
144 MaxNbOfLoginShown = 10
145 MinHitLogin = 1
146 MaxNbOfRobotShown = 10
147 MinHitRobot = 1
148 MaxNbOfPageShown = 10
149 MinHitFile = 1
150 MaxNbOfOsShown = 10
151 MinHitOs = 1
152 MaxNbOfBrowsersShown = 10
153 MinHitBrowser = 1
154 MaxNbOfScreenSizesShown = 5
155 MinHitScreenSize = 1
156 MaxNbOfRefererShown = 10
157 MinHitRefer = 1
158 MaxNbOfKeyphrasesShown = 10
159 MinHitKeyphrase = 1
160 MaxNbOfKeywordsShown = 10
161 MinHitKeyword = 1
162 MaxNbOfEMailsShown = 20
163 MinHitEMail = 1
164 FirstDayOfWeek=1
166 ShowFlagLinks=""
167 ShowLinksOnUrl=1
168 UseHTTPSLinkForUrl=""
169 MaxLengthOfShownURL=64
170 HTMLHeadSection=""
171 HTMLEndSection=""
172 Logo="slitaz-logo.png"
173 LogoLink="http://forum.slita.org"
174 BarWidth = 260
175 BarHeight = 90
176 StyleSheet=""
177 color_Background="FFFFFF" # Background color for main page (Default = "FFFFFF")
178 color_TableBGTitle="CCCCDD" # Background color for table title (Default = "CCCCDD")
179 color_TableTitle="000000" # Table title font color (Default = "000000")
180 color_TableBG="CCCCDD" # Background color for table (Default = "CCCCDD")
181 color_TableRowTitle="FFFFFF" # Table row title font color (Default = "FFFFFF")
182 color_TableBGRowTitle="ECECEC" # Background color for row title (Default = "ECECEC")
183 color_TableBorder="ECECEC" # Table border color (Default = "ECECEC")
184 color_text="000000" # Color of text (Default = "000000")
185 color_textpercent="606060" # Color of text for percent values (Default = "606060")
186 color_titletext="000000" # Color of text title within colored Title Rows (Default = "000000")
187 color_weekend="EAEAEA" # Color for week-end days (Default = "EAEAEA")
188 color_link="0011BB" # Color of HTML links (Default = "0011BB")
189 color_hover="605040" # Color of HTML on-mouseover links (Default = "605040")
190 color_u="FFAA66" # Background color for number of unique visitors (Default = "FFAA66")
191 color_v="F4F090" # Background color for number of visites (Default = "F4F090")
192 color_p="4477DD" # Background color for number of pages (Default = "4477DD")
193 color_h="66DDEE" # Background color for number of hits (Default = "66DDEE")
194 color_k="2EA495" # Background color for number of bytes (Default = "2EA495")
195 color_s="8888DD" # Background color for number of search (Default = "8888DD")
196 color_e="CEC2E8" # Background color for number of entry pages (Default = "CEC2E8")
197 color_x="C1B2E2" # Background color for number of exit pages (Default = "C1B2E2")
201 #-----------------------------------------------------------------------------
202 # PLUGINS
203 #-----------------------------------------------------------------------------
204 #LoadPlugin="tooltips"
205 #LoadPlugin="decodeutfkeys"
206 #LoadPlugin="ipv6"
207 #LoadPlugin="hashfiles"
208 LoadPlugin="geoipfree"
209 #LoadPlugin="geoip"
210 #LoadPlugin="userinfo"
211 #LoadPlugin="hostinfo"
212 #LoadPlugin="urlalias"
213 #LoadPlugin="timehires"
214 #LoadPlugin="timezone +2"
215 #LoadPlugin="rawlog"
216 #LoadPlugin="graphapplet /awstatsclasses" # EXPERIMENTAL FEATURE
220 #-----------------------------------------------------------------------------
221 # EXTRA SECTIONS
222 #-----------------------------------------------------------------------------
223 #ExtraSectionName1="Product orders"
224 #ExtraSectionCondition1="URL,\/cgi\-bin\/order\.cgi|URL,\/cgi\-bin\/order2\.cgi"
225 #ExtraSectionFirstColumnTitle1="Product ID"
226 #ExtraSectionFirstColumnValues1="QUERY_STRING,productid=([^&]+)"
227 #ExtraSectionFirstColumnFormat1="%s"
228 #ExtraSectionStatTypes1=PL
229 #ExtraSectionAddAverageRow1=0
230 #ExtraSectionAddSumRow1=1
231 #MaxNbOfExtra1=20
232 #MinHitExtra1=1
236 #-----------------------------------------------------------------------------
237 # INCLUDES
238 #-----------------------------------------------------------------------------
239 #Include ""