Questions tagged [awstats]

AWStats is an open source web analytics tool that parses server logs to provide website analytics.

AWStats is a free powerful and featureful tool that generates advanced web, streaming, ftp or mail server statistics, graphically. This log analyzer works as a CGI or from command line and shows you all possible information your log contains, in few graphical web pages. It uses a partial information file to be able to process large log files, often and quickly. It can analyze log files from all major server tools like Apache log files (NCSA combined/XLF/ELF log format or common/CLF log format), WebStar, IIS (W3C log format) and a lot of other web, proxy, wap, streaming servers, mail servers and some ftp servers.

102 questions
2
votes
3 answers

Using Awstats for generating usage statistics for a Liferay portal

Has anyone tried to use Awstats for generating usage statistics for a Liferay portal? Can you share your experience on how to do it? Aside from Awstats and Google Analytics, are there any other alternatives for generating statistics for a Liferay…
Dema
  • 6,867
  • 11
  • 40
  • 48
2
votes
0 answers

What LogFormat definition does AWStats require to parse Glassfish HTTP access logs?

I am attempting to use AWStats 7.0 to parse Glassfish 4 HTTP access logs. Here is an example line: "65.112.10.87" "NULL-AUTH-USER" "06/Mar/2018:05:22:41 -0500" "GET / HTTP/1.1" 200 52598 I'm running awstats_updateall.pl now and getting the following…
Philip Durbin
  • 4,042
  • 2
  • 25
  • 36
2
votes
1 answer

Nginx separate Access Log for each domain

I use Nginx in combination with Typo3. My Typo3 installation has about 8 domains. Everything works like a charm. Now I have the problem that I want to use AWStats working for each domain but I don't know how can I separate the Access Log for every…
2
votes
1 answer

Check if PHP file is called from another site's PHP script

As of recently when I look at my web statistics through AWStats, I see several things that concern me. The first is 'Unknown robot' listed under the 'Robots/spiders visitors' tab. The second, and most concerning line is 'A PHP script' under the same…
B. Schmidt
  • 85
  • 5
2
votes
1 answer

How do I set permissions on IIS8 for AWSTATS

System: Windows Server 2012 IIS8 AWSTATS Version: 7.1.1 awstats.domain.com.config is created with these settings: When I go to: http://awstats.domain.com/cgi-bin/awstats.pl?config=domain.com The whole pages loads with no stats. On the top it…
user2403260
  • 41
  • 1
  • 6
2
votes
1 answer

AWStats SQL Tool?

does anyone ever heard of a tool/script/etc. which allows to import an AWStats created logfile ( e.g. as text or xml ) into a SQL-DB? I just want to figure out if i really have to write a parser-script myself... thanks.
David
  • 2,551
  • 3
  • 34
  • 62
2
votes
3 answers

how to pass parameters to perl script from batch file

So, I'm wondering how to pass parameters to a perl script from a .bat file in windows. I'm running active perl. If you're wondering why, I'm automating log indexing for awstats+iis. I can do this fine just typing the command directly: awstats.pl…
FlavorScape
  • 13,301
  • 12
  • 75
  • 117
1
vote
0 answers

Integration of Awstats into Ruby on Rails

I'm currently working on a RoR project, and stumbled upon a problem. What I have: A RoR 3.1 project running on Nginx on a debian server. What I want: I want to be able to see the web statistics of my website. Statistics like the amount of hits,…
Ron
  • 66
  • 4
1
vote
2 answers

AWSTATS issue : all records dropped

I have a problem when using AWSTATS to analyse my apache logs. In the past everything worked well. But now the log format has changed for my server. Old format example: 194.206.22.25 - - [14/Dec/2009:12:23:33 +0100] "GET…
1
vote
1 answer

CodeIgniter htaccess + awstats password protected collision

I've searched the web for a while and couldn't find the correct answer for the following problem: I have a working .htaccess for codeigniter app (index.php removed ) which looks like this: RewriteEngine On RewriteCond %{HTTP_HOST}…
Broshi
  • 3,334
  • 5
  • 37
  • 52
1
vote
2 answers

Analyze Previous months data from logs using Awstats?

Hi I have configured Awstats on my ubuntu machine to analyze nginx access logs and the problem is Awstats gives me report only for the present day i want to analyze the previous months logs also and i have combine all logs to a single file and ran…
Rakesh
  • 81,458
  • 17
  • 76
  • 113
1
vote
1 answer

How to use awstats with OpenLiteSpeed WebAdmin?

Is it possible to install AWstats log analyzer in OpenLiteSpeed? I cannot find the lsws/admin/misc/awstats_install.sh script from this 2015 documentation: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:awstats So I…
BinaryMonkey
  • 331
  • 1
  • 13
1
vote
1 answer

How does AWStats determine that a user has bookmarked your site?

I was just reading that there is a feature in AWStats that can estimate how many users have added your site to their favorites/bookmarks. How does this work considering that AwStats is just a log analyzer?
leeand00
  • 25,510
  • 39
  • 140
  • 297
1
vote
0 answers

Expose http access statistics through a REST API

Do you know any tools that can be used to expose the http access statistics through a REST API ? Something like AWStats but providing a REST API to consume the data. Thanks.
Cristian G
  • 166
  • 1
  • 8
1
vote
4 answers

Unable to find a sed pattern that works

I'm trying to perform a string replacement on several hundred awstats config files, and using sed to do so. However, I'm having trouble getting a working pattern. To be specific, I'm trying to convert this line in the…
Martijn Heemels
  • 3,529
  • 5
  • 37
  • 38