DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:logstats

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
plugin:logstats [2015-07-30 16:14] – [Suggestions] 80.11.38.252plugin:logstats [2023-02-16 13:35] – [Log Statistics Plugin] annda
Line 1: Line 1:
-====== Log Statistics plugin ======+====== Log Statistics Plugin ======
  
 ---- plugin ---- ---- plugin ----
-description: This plugin provides a log file (NCSA combined i.e. like Apache) of all access to DokuWiki pages.+description: This plugin provides a log file (NCSA combined i.e. like Apache) of all access to DokuWiki pages
 author     : Andreas Gohr author     : Andreas Gohr
 email      : dokuwiki@cosmocode.de email      : dokuwiki@cosmocode.de
 type       : action type       : action
-lastupdate : 2015-02-26 +lastupdate : 2016-07-06 
-compatible : Binky,Angua, Adora Belle+compatible : Binky,Angua, Adora Belle, Detritus, Elenor of Tsort, "Greebo", Igor
 depends    :  depends    : 
 conflicts  conflicts 
Line 13: Line 13:
 tags       : logging, statistics tags       : logging, statistics
  
-downloadurl: http://github.com/cosmocode/dokuwiki-plugin-logstats/zipball/master +downloadurl: https://github.com/cosmocode/dokuwiki-plugin-logstats/zipball/master 
-bugtracker : http://github.com/cosmocode/dokuwiki-plugin-logstats/issues +bugtracker : https://github.com/cosmocode/dokuwiki-plugin-logstats/issues 
-sourcerepo : http://github.com/cosmocode/dokuwiki-plugin-logstats/+sourcerepo : https://github.com/cosmocode/dokuwiki-plugin-logstats/
 donationurl:  donationurl: 
 ---- ----
Line 24: Line 24:
  
 The logfile can be analyzed using popular web analytics software or within DokuWiki through the [[plugin:statdisplay|statdisplay plugin]]. The logfile can be analyzed using popular web analytics software or within DokuWiki through the [[plugin:statdisplay|statdisplay plugin]].
- 
  
 ===== Installation ===== ===== Installation =====
-[[http://www.cosmocode.de/en/open-source/dokuwiki-plugins/|{{ http://cosmocode.de/static/img/dokuwiki/dwplugins.png?recache|A CosmoCode Plugin}}]] 
  
-Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually.+[[https://www.cosmocode.de/en/open-source/dokuwiki-plugins/|{{ http://cosmocode.de/static/img/dokuwiki/dwplugins.png?recache|A CosmoCode Plugin}}]] 
 + 
 +Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
 ==== Changes ==== ==== Changes ====
  
 {{rss>https://github.com/cosmocode/dokuwiki-plugin-logstats/commits/master.atom date}} {{rss>https://github.com/cosmocode/dokuwiki-plugin-logstats/commits/master.atom date}}
- 
  
 ===== Configuration and Settings ===== ===== Configuration and Settings =====
  
-The configuration of this plugin can be managed directly in dokuwiki (see Configuration link in admin interfarce).+The configuration of this plugin can be managed directly in DokuWiki (see Configuration link in admin interface).\\ 
 +For others parameters edit the file lib/plugins/logstats/conf/dafault.php
  
 ==== Log File Location ==== ==== Log File Location ====
Line 47: Line 47:
 $conf['plugin']['logstats']['accesslog'] = "access.log"; $conf['plugin']['logstats']['accesslog'] = "access.log";
 </code> </code>
- 
  
 ==== Banned IPs ==== ==== Banned IPs ====
Line 72: Line 71:
 $conf['plugin']['logstats']['banned_agents'] = "Googlebot,HooWWWer"; $conf['plugin']['logstats']['banned_agents'] = "Googlebot,HooWWWer";
 </code> </code>
- 
  
 ===== Known Limitations ===== ===== Known Limitations =====
Line 81: Line 79:
  
 ==== Problem when log file increases above 64 MB: ==== ==== Problem when log file increases above 64 MB: ====
 +
 If the size to access.log file is bigger than 64 MB, the following message was printed in the server log and dokuwiki was out of service: If the size to access.log file is bigger than 64 MB, the following message was printed in the server log and dokuwiki was out of service:
 <code> <code>
plugin/logstats.txt · Last modified: 2024-01-08 16:00 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki