1 rizwank 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html>
3 <head>
4 <meta name="description" content="AWStats Documentation - Using AWStats Webmin module">
5 <meta name="keywords" content="awstats, awstat, webmin, module, wbm">
6 <meta name="robots" content="index,follow">
7 <meta name="title" content="AWStats Documentation - AWStats Webmin module">
8 <title>AWStats Documentation - AWStats Webmin module</title>
9 <link rel="stylesheet" href="styles.css" type="text/css">
10 <!-- $Revision: 1.9 $ - $Author: eldy $ - $Date: 2004/12/18 22:04:23 $ -->
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_logo4.png" border=0></a></td>
21 <td bgcolor=#9999cc align=center>
22 rizwank 1.1 <br>
23 <font style="font: 16pt arial,helvetica,sans-serif" color=#EEEEFF><b>AWStats logfile analyzer 6.3 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,sans-serif">AWStats Webmin module</H1>
35
36 This page is designed to help users of the 'Webmin' administration
37 tool (<a href="http://www.webmin.com">www.webmin.com</a>) to manage their AWStats config/tools.
38 If you don't use it, you don't need to read what is described here.<br>
39 <ul>
40 <li>Adding the AWStats Webmin module to Webmin interface<br>
41 <li>Setup of the AWStats Webmin module<br>
42 <li>Using the AWStats Webmin module<br>
43 rizwank 1.1 </ul>
44 <br>
45
46 <br><a name="ADDMODULE"><H2 style="font: 22px arial,helvetica,sans-serif color: #606060"><u>Adding the AWStats Webmin module to Webmin interface</u></H2></a>
47 <li> Run Webmin, go to "Webmin Configuration".<br>
48 <li> Click on "Webmin Modules".<br>
49 <li> Enter in the "Install module", the path of the awstats-x.x.wbm file (this file is provided
50 with AWStats in <i>tools/webmin</i> directory or can be downloaded separately from AWStats
51 web site) and click "Install module".<br>
52 After that a new entry "AWStats LogFile Analysis" should appear in your Webmin menu.<br>
53 <br>
54
55
56 <br><a name="SETUPMODULE"><H2 style="font: 22px arial,helvetica,sans-serif color: #606060"><u>Setup of the AWStats Webmin module</u></H2></a>
57 <li> Run Webmin, go to the "AWStats LogFile Analysis" menu.<br>
58 <li> Click on the "Module configuration".<br>
59 <li> You must now enter here values for:<br>
60 - Absolute filesystem path to AWStats (CLI)<br>
61 It's the full path of the <i>awstats.pl</i> script. Path depends on package you use.<br>
62 It could be <i>/usr/local/awstats/wwwroot/cgi-bin/awstats.pl</i><br>
63 - Absolute or relative URL path to AWStats (CGI)<br>
64 rizwank 1.1 It's absolute or relative URL you must enter to run AWStats as a CGI. This depends on the way
65 you setup your web server and cgi directories.<br>
66 It could be <i>/cgi-bin/awstats.pl</i> or <i>http://127.0.0.1/awstats/awstats.pl</i>.<br>
67 - Sample AWStats configuration file<br>
68 This is the sample file used to create a new config file.<br>
69 In most cases it must be <i>/etc/awstats/awstats.model.conf</i>.<br>
70 <br>
71
72
73 <br><a name="USEMODULE"><H2 style="font: 22px arial,helvetica,sans-serif color: #606060"><u>Using the AWStats Webmin module</u></H2></a>
74 <li> Just run Webmin, go to the "AWStats LogFile Analysis" menu.<br>
75 <li> You can now, add, edit or delete config files.<br>
76 <li> You can also update or view statistics for a particular config file.<br>
77 <br>
78
79 <hr>
80
81 <script language=javascript>
82 var date='$Date: 2004/12/18 22:04:23 $';
83 document.writeln("Last revision: "+date);
84 </script>
85 rizwank 1.1
86 </body>
87 </html>
|