Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 269
- Log:
Overdue upgrade to AWStats v6.9, the most recent version
available at the time of writing.
- Author:
- rool
- Date:
- Wed May 27 23:57:15 +0100 2009
- Size:
- 24452 Bytes
- Properties:
- Property svn:executable is set
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | <html> |
3 | <head> |
4 | <meta name="description" content="AWStats Documentation - Contrib and resource page"> |
5 | <meta name="keywords" content="awstats, awstat, log, file, analyzer, contrib, plugins, resources, maxmind, geoipfree, geoip, cities, regions, countries, frontend"> |
6 | <meta name="robots" content="index,follow"> |
7 | <meta name="title" content="AWStats Documentation - Contrib and resource page"> |
8 | <title>AWStats Documentation - Contrib and resource page</title> |
9 | <link rel="stylesheet" href="styles.css" type="text/css"> |
10 | <!-- $Revision: 1.34 $ - $Author: eldy $ - $Date: 2008/11/06 21:07:37 $ --> |
11 | </head> |
12 | |
13 | <body topmargin=10 leftmargin=5> |
14 | |
15 | |
16 | <table style="font: 10pt arial,helvetica,verdana" cellpadding=0 cellspacing=0 border=0 bgcolor=#FFFFFF width=100%> |
17 | |
18 | <!-- Large --> |
19 | <tr style="font: 10pt arial,helvetica,verdana"> |
20 | <td bgcolor=#9999cc align=center><a href="/"><img src="images/awstats_logo1.png" border=0></a></td> |
21 | <td bgcolor=#9999cc align=center> |
22 | <br> |
23 | <font style="font: 16pt arial,helvetica,sans-serif" color=#EEEEFF><b>AWStats logfile analyzer 6.9 Documentation</b></font><br> |
24 | <br> |
25 | </td> |
26 | <td bgcolor=#9999cc align=center> |
27 | |
28 | </td> |
29 | </tr> |
30 | |
31 | </table> |
32 | |
33 | |
34 | <br><br><H1 style="font: 26px arial,helvetica,sanserif">Plugins, contribs and related programs</H1> |
35 | |
36 | You will find here description for different kinds of ressource files :<br> |
37 | - <a href="#PLUGINS">AWStats plugins</a><br> |
38 | - <a href="#CONTRIB">Other AWStats contribs/tools/package</a><br> |
39 | - <a href="#RELATED">Other Non AWStats contribs/tools (not related to AWStats but related to log analysis)</a><br> |
40 | - <a href="#DOC">Documents on AWStats or related to log analysis</a><br> |
41 | <br> |
42 | |
43 | |
44 | <br><a name="PLUGINS"></a><br> |
45 | <font size=3 color=#665544><b>AWStats plugins</b></font><br> |
46 | <hr> |
47 | Plugins are .pm files you can put in your AWStats plugins directory to add new features.<br> |
48 | Note that you must enable the plugin by adding a new line in your config files to make |
49 | it works (See <a href="awstats_config.html#LoadPlugin">LoadPlugin</a> parameter).<br> |
50 | <br> |
51 | |
52 | <a href="#plugin_standards">Standard free plugins</a> : <b>tooltips, decodeutfkeys, ipv6, hashfiles, |
53 | geoip, geoipcity, userinfo, hostinfo, clusterinfo, urlalias, timehires, timezone, rawlog, |
54 | graphapplet</b><br> |
55 | <a href="#plugin_others">Other plugins</a> (require other licensed product to work) : |
56 | <b>geoip_region_maxmind</b>, |
57 | <b>geoip_isp_maxmind</b>, |
58 | <b>geoip_org_maxmind</b>, |
59 | <br> |
60 | <br> |
61 | |
62 | <br><a name="plugin_standards"><b>List of standard plugins</b></a> (Provided with AWStats) : |
63 | <br> |
64 | |
65 | <br># Plugin: Tooltips |
66 | <br># Perl modules required: None |
67 | <br># Add some tooltips help on HTML report pages. |
68 | <br># Note that enabled this kind of help will increased HTML report pages size, |
69 | <br># so server load and bandwidth. |
70 | |
71 | <br>Plugin provided with AWStats (5.4+). |
72 | |
73 | <br> |
74 | |
75 | <br># Plugin: DecodeUTFKeys |
76 | <br># Perl modules required: Encode and URI::Escape |
77 | <br># Allow AWStats to show correctly (in language charset) keywords/keyphrases |
78 | <br># strings even if they were UTF8 coded by the referer search engine. |
79 | <br># |
80 | <br>#LoadPlugin="decodeutfkeys" |
81 | |
82 | <br>Plugin provided with AWStats (6.0+). |
83 | |
84 | <br> |
85 | |
86 | <br># Plugin: IPv6 |
87 | <br># Perl modules required: Net::IP and Net::DNS |
88 | <br># This plugin gives AWStats capability to make reverse DNS lookup on IPv6 |
89 | <br># addresses. |
90 | <br># Note: If you are interesting in having country report, you should use the |
91 | <br># geoipfree (or geoip) plugin instead of enabled reverse DNS lookup. |
92 | |
93 | <br>Plugin provided with AWStats (5.5+) |
94 | |
95 | <br> |
96 | |
97 | <br># Plugin: HashFiles |
98 | <br># Perl modules required: Storable |
99 | <br># AWStats DNS cache files are read/saved as native hash files. This increase |
100 | <br># cache file loading speed, above all for very large web sites. |
101 | |
102 | <br>Plugin provided with AWStats (5.1+) |
103 | |
104 | <br> |
105 | |
106 | <a name="geoip"> </a> |
107 | <br># Plugin: GeoIP |
108 | <br># Perl modules required: Geo::IP or Geo::IP::PurePerl (from Maxmind) |
109 | <br># Country chart is built from an Internet IP-Country database. |
110 | <br># This plugin is useless for intranet only log files. |
111 | <br># Note: You must choose between using this plugin (need Perl Geo::IP module |
112 | <br># from Maxmind, database is free and up to date) or the GeoIPfree plugin |
113 | <br># (need Perl Geo::IPfree module, database is free but not up to date). |
114 | <br># This plugin reduces AWStats speed of 8% ! |
115 | <br># |
116 | <br>#LoadPlugin="geoip GEOIP_STANDARD /pathto/GeoIP.dat" |
117 | |
118 | <br><u>Install:</u> |
119 | <br>This plugin need AWStats 5.2 or higher and need Geo::IP Perl Module AND the Country database. |
120 | <br>You can find Geo::IP Perl Module and get the free Country database or purchase the |
121 | <br>Country licensed database, including updates, on <a href="http://www.maxmind.com/app/perl?rId=awstats" target=_new>Maxmind web site</a>. |
122 | <br>This plugin is provided since AWStats 5.2 standard distribution. If requirements |
123 | are ok, just add the following line to your AWStats configuration file:<br> |
124 | <i>LoadPlugin="geoip GEOIP_STANDARD /pathto/GeoIP.dat"</i><br> |
125 | Where <i>/pathto/GeoIP.dat</i> is the full path where you stored your Country Database file. |
126 | <br><u>Note:</u> |
127 | <br>Plugins for Maxmind <a href="#geoipcity">GeoIP City</a> is also available (with free database). |
128 | <br>Plugins for Maxmind <a href="#geoipregion">GeoIP Region</a>, <a href="#geoipisp">GeoIP ISP</a> and <a href="#geoiporg">GeoIP Organization</a> are |
129 | also available (but databases are not free). |
130 | |
131 | <br> |
132 | |
133 | <br># Plugin: GeoIPfree |
134 | <br># Perl modules required: Geo::IPfree version 0.2+ (from Graciliano M.P.) |
135 | <br># Country chart is built from an Internet IP-Country database. |
136 | <br># This plugin is useless for intranet only log files. |
137 | <br># Note: You must choose between using this plugin (need Perl Geo::IPfree |
138 | <br># module, database is free but not up to date) or the GeoIP plugin (need |
139 | <br># Perl Geo::IP module from Maxmind, database is also free and up to date). |
140 | <br># Note: Activestate provide a corrupted version of Geo::IPfree 0.2 Perl |
141 | <br># module, so install it from elsewhere (from www.cpan.org for example). |
142 | <br># This plugin reduces AWStats speed of 10% ! |
143 | <br># |
144 | <br>#LoadPlugin="geoipfree" |
145 | |
146 | <br>Plugin provided with AWStats (5.5+). |
147 | <br>You can find Geo::IPfree Perl Module on : |
148 | <br>- All OS: <a href="http://www.cpan.org">CPAN site</a> |
149 | <br>- RPM compatible OS (RedHat, Mandrake...): <a href="http://www.lafraia.com/RPM/">Lafraia rpm</a> |
150 | <br>- ActiveState: GeoIPfree module provided by Activestate is not working correctly so I removed |
151 | the link. You can follow the following setup instead: Download from <a href="http://www.cpan.org">CPAN site</a> |
152 | and copy 'Geo' directory (found in 'lib') into AWStats plugins directory. |
153 | This is a fast tip to install Geo-IPfree perl module to be used by AWStats geoipfree plugin. |
154 | <br>Note: The Geo::IPfree database has not been updated since a long time, so using |
155 | the <a href="#geoip">geoip</a> plugin (using the Geo::IP Perl module, now free for countries) is highly recommanded. |
156 | <br>You can use the following tool to test your geoipfree setup: <a href="/files/testgeoipfree.pl">testgeoipfree.pl</a>. Just |
157 | put this file into your plugins directory and run it. |
158 | |
159 | <br> |
160 | |
161 | <a name="geoipcity"> </a> |
162 | <br># Plugin: GeoIP_City_Maxmind |
163 | <br># Perl modules required: Geo::IP (from Maxmind) |
164 | <br># This plugin add a chart of hits by cities (with country and regions |
165 | <br># informations for major countries). |
166 | <br># Note: This plugin need Maxmind GeoIP Perl module AND the city database. |
167 | <br># Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState |
168 | <br># on Windows but it works great on Linux with default Perl. |
169 | <br># You can get a free version or purchase a license from Maxmind to get/use the |
170 | <br># full version including updates. |
171 | <br># This plugin reduces AWStats speed. |
172 | <br># |
173 | <br>#LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /pathto/GeoIPCity.dat" |
174 | |
175 | <br><u>Install:</u> |
176 | <br>This plugin need AWStats 6.2 or higher and need Geo::IP Perl Module AND the City database. |
177 | <br>You can find Geo::IP Perl Module and get the free City database or purchase the |
178 | <br>City licensed database, including updates, on <a href="http://www.maxmind.com/app/perl?rId=awstats" target=_new>Maxmind web site</a>. |
179 | <br>This plugin is provided since AWStats 6.2 standard distribution. If requirements |
180 | are ok, just add the following line to your AWStats configuration file:<br> |
181 | <i>LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /pathto/GeoIPCity.dat"</i><br> |
182 | Where <i>/pathto/GeoIPCity.dat</i> is the full path where you stored your City Database file. |
183 | By enabled this plugin, you will see a new link called 'Cities' on reports menu. For |
184 | the moment this link works only when AWStats reports are build as CGI (static built not yet |
185 | supported). |
186 | |
187 | <br> |
188 | |
189 | <br># Plugin: UserInfo |
190 | <br># Perl modules required: None |
191 | <br># Add a text (Firtname, Lastname, Office Department, ...) in authenticated user |
192 | <br># reports for each login value. |
193 | <br># A text file called userinfo.myconfig.txt, with two fields (first is login, |
194 | <br># second is text to show, separated by a tab char) must be created in DirData |
195 | <br># directory. |
196 | |
197 | <br>Plugin provided with AWStats (5.5+) |
198 | |
199 | <br> |
200 | |
201 | <br># Plugin: ClusterInfo |
202 | <br># Perl modules required: None |
203 | <br># Add a text (for example a full hostname) in cluster reports for each cluster |
204 | <br># number. |
205 | <br># A text file called clusterinfo.myconfig.txt, with two fields (first is |
206 | <br># cluster number, second is text to show) separated by a tab char. must be |
207 | <br># created into DirData directory. |
208 | <br># Note this plugin is useless if ShowClusterStats is set to 0 or if you don't |
209 | <br># use a personalized log format that contains %cluster tag. |
210 | |
211 | <br>Plugin provided with AWStats (6.2+) |
212 | |
213 | <br> |
214 | |
215 | <br># Plugin: HostInfo |
216 | <br># Perl modules required: Net::XWhois |
217 | <br># Add a column into host chart with a link to open a popup window that shows |
218 | <br># info on host (like whois records). |
219 | |
220 | <br>Plugin provided with AWStats (6.0+) |
221 | |
222 | <br> |
223 | |
224 | <br># Plugin: UrlAliases |
225 | <br># Perl modules required: None |
226 | <br># Add a text (Page title, description...) in URL reports before URL value. |
227 | <br># A text file called urlalias.myconfig.txt, with two fields (first is URL, |
228 | <br># second is text to show, separated by a tab char) must be created in DirData |
229 | <br># directory. |
230 | |
231 | <br>Plugin provided with AWStats (5.2+) |
232 | <br>You can build your urlalias file manually or use <a href="awstats_tools.html#urlaliasbuilder">urlaliasbuilder.pl</a> tool (provided with 5.4+) |
233 | |
234 | <br> |
235 | |
236 | <br># Plugin: TimeHiRes |
237 | <br># Perl modules required: Time::HiRes |
238 | <br># Time reported by -showsteps option is in millisecond. For debug purpose. |
239 | |
240 | <br>Plugin provided with AWStats (5.1+) |
241 | |
242 | <br> |
243 | |
244 | <br># Plugin: TimeZone |
245 | <br># Perl modules required: Time::Local |
246 | <br># Allow AWStats to correct a bad timezone for user of some IIS that use |
247 | <br># GMT date in its log instead of local server time. |
248 | <br># This module is useless for Apache and most IIS version. |
249 | <br># This plugin reduces AWStats speed of 40% !!!!!!! |
250 | |
251 | <br>Plugin provided with AWStats (5.1+) |
252 | |
253 | <br> |
254 | |
255 | <br># Plugin: Rawlog |
256 | <br># Perl modules required: None |
257 | <br># This plugin adds a form in AWStats main page to allow users to see raw |
258 | <br># content of current log files. A filter is also available. |
259 | |
260 | <br>Plugin provided with AWStats (5.7+) |
261 | |
262 | <br> |
263 | |
264 | <br># Plugin: GraphApplet |
265 | <br># Perl modules required: None |
266 | <br># Supported charts are built by a 3D graphic applet. |
267 | <br># |
268 | <br>#LoadPlugin="graphapplet" # EXPERIMENTAL FEATURE |
269 | |
270 | <br>Plugin provided with AWStats (6.0+) |
271 | |
272 | <br> |
273 | |
274 | <br><a name="plugin_others"><b>List of other plugins</b></a> (Plugins are free but |
275 | need a not free third product to work) |
276 | <br> |
277 | |
278 | <a name="geoipregion"> </a> |
279 | <br># Plugin: GeoIP_Region_Maxmind |
280 | <br># Perl modules required: Geo::IP (from Maxmind) |
281 | <br># This plugin add a chart of hits by regions. Only regions for US and |
282 | <br># Canada can be detected. |
283 | <br># Note: This plugin need Maxmind GeoIP Perl module AND the region database. |
284 | <br># Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState |
285 | <br># on Windows but it works great on Linux with default Perl. |
286 | <br># You need to purchase a license from Maxmind to get/use the Region database. |
287 | <br># This plugin reduces AWStats speed. |
288 | <br># |
289 | <br>#LoadPlugin="geoip_region_maxmind GEOIP_STANDARD /pathto/GeoIPRegion.dat" |
290 | |
291 | <br><u>Install:</u> |
292 | <br>This plugin need AWStats 6.2 or higher and need Geo::IP Perl Module AND the Region database. |
293 | <br>You can find Geo::IP Perl Module and purchase the Region licensed database and updates |
294 | <br>on <a href="http://www.maxmind.com/app/perl?rId=awstats" target=_new>Maxmind web site</a>. |
295 | <br>This plugin is provided with AWStats 6.2 standard distribution. If requirements |
296 | are ok, just add the following line to your AWStats configuration file:<br> |
297 | <i>LoadPlugin="geoip_region_maxmind GEOIP_STANDARD /pathto/GeoIPRegion.dat"</i><br> |
298 | Where <i>/pathto/GeoIPRegion.dat</i> is the full path where you stored your Region Database file. |
299 | By enabled this plugin, you will see a new link called 'Regions' on reports menu. For |
300 | the moment this link works only when AWStats reports are build as CGI (static built not yet |
301 | supported). |
302 | <br> |
303 | |
304 | <a name="geoipisp"> </a> |
305 | <br># Plugin: GeoIP_ISP_Maxmind |
306 | <br># Perl modules required: Geo::IP (from Maxmind) |
307 | <br># This plugin add a chart of hits by ISP. |
308 | <br># Note: This plugin need Maxmind GeoIP Perl module AND the ISP database. |
309 | <br># Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState |
310 | <br># on Windows but it works great on Linux with default Perl. |
311 | <br># You need to purchase a license from Maxmind to get/use the ISP database. |
312 | <br># This plugin reduces AWStats speed. |
313 | <br># |
314 | <br>#LoadPlugin="geoip_isp_maxmind GEOIP_STANDARD /pathto/GeoIPISP.dat" |
315 | |
316 | <br><u>Install:</u> |
317 | <br>This plugin need AWStats 6.3 or higher and need Geo::IP Perl Module AND the ISP database. |
318 | <br>You can find Geo::IP Perl Module and purchase the ISP licensed database and updates |
319 | <br>on <a href="http://www.maxmind.com/app/perl?rId=awstats" target=_new>Maxmind web site</a>. |
320 | <br>This plugin is provided with AWStats 6.3 standard distribution. If requirements |
321 | are ok, just add the following line to your AWStats configuration file:<br> |
322 | <i>LoadPlugin="geoip_isp_maxmind GEOIP_STANDARD /pathto/GeoIPISP.dat"</i><br> |
323 | Where <i>/pathto/GeoIPISP.dat</i> is the full path where you stored your ISP Database file. |
324 | By enabled this plugin, you will see a new link called 'ISP' on reports menu. For |
325 | the moment this link works only when AWStats reports are build as CGI (static built not yet |
326 | supported). |
327 | <br> |
328 | |
329 | <a name="geoiporg"> </a> |
330 | <br># Plugin: GeoIP_Org_Maxmind |
331 | <br># Perl modules required: Geo::IP (from Maxmind) |
332 | <br># This plugin add a chart of hits by Organization names. |
333 | <br># Note: This plugin need Maxmind GeoIP Perl module AND the Org database. |
334 | <br># Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState |
335 | <br># on Windows but it works great on Linux with default Perl. |
336 | <br># You need to purchase a license from Maxmind to get/use the Org database. |
337 | <br># This plugin reduces AWStats speed. |
338 | <br># |
339 | <br>#LoadPlugin="geoip_org_maxmind GEOIP_STANDARD /pathto/GeoIPOrg.dat" |
340 | |
341 | <br><u>Install:</u> |
342 | <br>This plugin need AWStats 6.3 or higher and need Geo::IP Perl Module AND the Org database. |
343 | <br>You can find Geo::IP Perl Module and purchase Org licensed database and updates |
344 | <br>on <a href="http://www.maxmind.com/app/perl?rId=awstats" target=_new>Maxmind web site</a>. |
345 | <br>This plugin is provided with AWStats 6.3 standard distribution. If requirements |
346 | are ok, just add the following line to your AWStats configuration file:<br> |
347 | <i>LoadPlugin="geoip_org_maxmind GEOIP_STANDARD /pathto/GeoIPOrg.dat"</i><br> |
348 | Where <i>/pathto/GeoIPOrg.dat</i> is the full path where you stored your Org Database file. |
349 | By enabled this plugin, you will see a new link called 'Organizations' on reports menu. For |
350 | the moment this link works only when AWStats reports are build as CGI (static built not yet |
351 | supported). |
352 | <br> |
353 | |
354 | |
355 | <br><br><a name="CONTRIB"></a><br> |
356 | <font size=3 color=#665544><b>Other AWStats contribs/tools/package</b></font><br> |
357 | <hr> |
358 | |
359 | <br> |
360 | All following files/products were developped and submitted by contributors. |
361 | I haven't tried them, so I can't tell you if they work and how they work...<br> |
362 | They can enhance AWStats use or save you time giving you a start for a new development.<br> |
363 | <br> |
364 | |
365 | <!-- |
366 | <b>Other available packages (provided by contributors):</b><br> |
367 | <a href="http://nx.dyndns.info/sme/awstats/awstats.php" target=new>A SME (E-Smith) package</a> (Based on AWStats 6.0 version)<br> |
368 | <a href="http://www.nuonce.net/awstats-cobalt.php" target=new> Cobalt RaQ 3/4/550 Package Files </a> (Based on AWStats 5.9)<br> |
369 | <a href="http://www.turro.org/Portal?xpc=1$@8$@1$@1&folder=20050104154634840" target=new> A war package</a><br> |
370 | <br> |
371 | --> |
372 | |
373 | <b>Other tools:</b><br> |
374 | <br> |
375 | |
376 | <i>Replacement Frontend:</i><br> |
377 | <br> |
378 | |
379 | <a href="http://betterawstats.com">BetterAWStats</a> is a PHP Frontend to show you AWStats data file differently.<br> |
380 | |
381 | <a href="http://phpnuke.org/modules.php?name=News&file=article&sid=7041" target=_new>AWStats PhpNuke module</a> is a module for the open source CMS PHP Nuke.<br> |
382 | |
383 | <a href="http://www.ravencore.com/" target=_new>Ravencore</a> is an Open Source Hosting Control Panel that include AWStats as part of its statistics solutions.<br> |
384 | |
385 | <a href="/files/summary4severaldomains.pl" target=_new>summary4severaldomains.pl</a> is a small perl script that build an index.html page |
386 | with AWStats txt summary information for each domains on same page (number of pages, hits and bandwith for month).<br> |
387 | |
388 | <a href="http://www.telartis.nl/xcms/awstats" target=_new>AWStats Totals</a> is a php page |
389 | that use AWStats database to show a summary for several config files, on the same page.<br> |
390 | |
391 | <br> |
392 | <i>Miscellanous:</i><br> |
393 | <br> |
394 | |
395 | <a href="http://wordpress.org/extend/plugins/awstats-script/">A plugin for WordPress</a> that allow WordPress users |
396 | to add tags required by AWStats to report the "miscellanous chart".<br> |
397 | |
398 | <a href="http://sourceforge.net/projects/exim2awstats/">Exim2Awstats</a> is a tool to convert Exim MTA log file to a format readable by AWSTats.<br> |
399 | |
400 | <a href="http://www.digievo.co.uk/software.asp?category=2">Logprocess</a> automate the collection, merging, processing and archiving of IIS |
401 | log files in a hosting (mult-domain) environment using AWStats to generate and manage stats/reports.<br> |
402 | |
403 | <a href="http://www.xlenc.com/portfolio.do" target=_new>XlencArlm</a> is a tool to enhance use of AWStats with IIS (Catching log files from FTP, |
404 | doing GMT correction on log files, ...). Don't know if it works correctly but seems to be interesting.<br> |
405 | |
406 | <a href="/files/configurador.tgz" target=_new>Configurador</a> is a piece of CGI perl scripts to allow you to edit an AWStats config file from |
407 | the web. Code comments are in Spanish but it may be a goo start to develop your own tool. |
408 | <i>Hector Garcia Alvarez</i><br> |
409 | |
410 | <a href="/files/logtrans.py" target=_new>logtrans.py</a> is a python small example on how to convert an old |
411 | log file from IIS4.0 to a new format compatible with AWStats. Don't know if it works, just here |
412 | to provide you a code sample if you like python.<br> |
413 | |
414 | <a href="/files/isa2w3c.pl" target=_new>isa2w3c.pl</a>, is a convertor to have a more standard |
415 | log file from an ISA log file.<br> |
416 | |
417 | <a href="http://www.ruwenzori.net/code/go_awstats/"target=_new>go_awstats</a>, is a tool to automate build of |
418 | AWStats statics reports for all config files but also for all month.<br> |
419 | |
420 | <a href="http://forum.topflood.com/referencement/logiciel-stat-5015.html">Stats Letter</a>, is a Perl tool to |
421 | send AWStats reports to one or several user for one or several reports. Documentation in French only.<br> |
422 | |
423 | |
424 | <br><a name="RELATED"></a><br> |
425 | <font size=3 color=#665544><b>Other Non AWStats contribs/tools (not related to AWStats but related to log analysis)</b></font><br> |
426 | <hr> |
427 | |
428 | <a href="/files/maillog2commonlog.pl" target=_new>maillog2commonlog.pl</a> converts mail logs in |
429 | smail or qmail format to the common log format. |
430 | Note that if you want to analyze, with AWStats, mail log files from postfix, sendmail or qmail, |
431 | a better solution is to use instead maillogconvert.pl preprocessor (See AWStats |
432 | <a href="awstats_faq.html#MAIL">F.A.Q</a> about analyzing mail logs).<br> |
433 | <i>Joey Hess, freeware.</i><br> |
434 | |
435 | <a href="http://www.kristoffersen.us/software/" target=_new>maillogconv.pl</a> is another mail log processor that |
436 | can be used to change mail log files into a log file that AWStats can understand.<br> |
437 | Note that a derivated and enhanced tool called maillogconvert.pl is provided with AWStats |
438 | since 5.7. See <a href="awstats_faq.html#MAIL">F.A.Q</a> about analyzing mail logs to know |
439 | how to setup AWStats with maillogconv.pl or maillogconvert.pl to analyze |
440 | Postfix, Sendmail, Qmail or MDaemon log files.<br> |
441 | |
442 | <a href="http://mlc.anzac.at " target=_new>mlc</a> is another postfix mail logs converter (written in C). |
443 | Try it if the maillogconvert.pl tool provided with AWStats does not work on your postfix log file.<br> |
444 | |
445 | <a href="/files/access_referer_agent2combined.pl" target=_new>access_referer_agent2combined.pl</a> is a perl script that converts a |
446 | directory of common log format (CLF) access-files, referer-files and agent-files to a single combined.log |
447 | This is usefull if you have seperate access/referer/agent logfiles and want to use all features of a loganalyzer |
448 | that require a combined log file.<br> |
449 | <a href="http://anonlog.sourceforge.net/" target=_new>anonlog</a> "anonymizes" your logfile by encoding sensitive information.<br> |
450 | <i>Stephen Turner, freeware.</i><br> |
451 | |
452 | <br> |
453 | <u>If you don't like AWStats, you can try thoose other popular similar tools :</u><br> |
454 | <a href="http://www.analog.cx/" target=_new>Analog</a>. A very old log analyzer (written in C).<br> |
455 | <i>Stephen Turner, free software.</i><br> |
456 | <a href="http://www.mrunix.net/webalizer/" target=_new>Webalizer</a>. Another very old log analyzer (written in C).<br> |
457 | <br> |
458 | There is also commercial products you can find doing a search on 'log file analyzer' with <a href="http://www.google.com">Google</a>.<br> |
459 | <br> |
460 | |
461 | |
462 | |
463 | <br><a name="DOC"></a><br> |
464 | <font size=3 color=#665544><b>Documents on AWStats or related to log analysis</b></font><br> |
465 | <hr> |
466 | <!--<img src="/images/us.png">-->AWStats official documentation for last version can be found here: <a href="index.html">HTML On line</a> or <a href="awstats.pdf">PDF file</a><br> |
467 | <br> |
468 | <a href="http://www.antezeta.com/awstats.html" title="Contains installation and usage tips, additional ExtraSection examples, patches and other resources">Additional resources for AWStats</a> provided by Antezeta (<a href="http://www.antezeta.it/awstats.html" title="Contiene suggerimenti per l'installazione ed utilizzo; esempi di ExtraSection, patch ed altri risorse" lang="it">or in Italian</a>)<br> |
469 | An intro and install doc 'Using AWStats on GNU/Linux or Windows' in <a href="http://www.chedong.com/tech/awstats.html">Chinese</a><br> |
470 | A setup tutorial in <a href="http://www.showsource.dk/artikler/vis_artikel.php?id=1065375981" target=_new>Danish</a><br> |
471 | A setup tutorial in <a href="http://www.funix.org/fr/linux/main-linux.php3?ref=logapache&page=menu" target=_doc>French from Funix: How to install AWStats and Webalizer</a><br> |
472 | A setup tutorial in <a href="http://www.baudelet.net/awstats.htm" target=_doc>French for Windows users</a><br> |
473 | A setup tutorial in <a href="http://www.fpoeserv.com/?Select=Awstats" target=_new>French from Fpoeserv</a><br> |
474 | A setup tutorial for debian users with a logrotate tool in <a href="http://amaris.cybernd.at/awstats.html" target=_new>German</a><br> |
475 | Another way to explain <a href="http://www.raoul.shacknet.nu/2005/11/29/configure-awstats/">AWStats setup</a><br> |
476 | <br> |
477 | |
478 | |
479 | <br> |
480 | <hr> |
481 | |
482 | <script language=javascript> |
483 | var lastmod = new Date(document.lastModified); |
484 | if (lastmod.getDate() > 0) { |
485 | if (lastmod.getDate()<10) zerod="0" |
486 | else zerod=""; |
487 | if (lastmod.getMonth()<9) zerom="0" |
488 | else zerom="" |
489 | year2kok=lastmod.getYear(); |
490 | if (year2kok<100) year2kok+=2000; |
491 | if ((year2kok>=100) && (year2kok < 1970)) year2kok+=1900; |
492 | document.writeln("Last revision: "+year2kok+"-"+zerom+(lastmod.getMonth()+1)+"-"+zerod+lastmod.getDate()); |
493 | } |
494 | </script> |
495 | |
496 | <script language="javascript"> |
497 | var doc=document.location.href; |
498 | if (doc.match(/^http/i)!=null) { |
499 | document.write('<scr' + 'ipt language="javascript" src="/cgi-bin/pslogger.pl?loc='+escape(document.location)+'&ref='+escape(document.referrer)); |
500 | if (document.all) { document.write('&size='+document.fileSize); } |
501 | document.write('"></scr' + 'ipt>'); |
502 | } |
503 | </script> |
504 | |
505 | <a href="http://www.chiensderace.com"> </a> |
506 | <a href="http://www.chatsderace.com"> </a> |
507 | |
508 | </body> |
509 | </html> |