Questions tagged [awstats]

AWStats is an open source Web analytics reporting tool, suitable for analyzing data from Internet services such as web, streaming media, mail and FTP servers.

AWStats is an open source Web analytics reporting tool, suitable for analyzing data from Internet services such as web, streaming media, mail and FTP servers. AWStats parses and analyzes server log files, producing HTML reports. Data is visually presented within reports by tables and bar graphs. Static reports can be created through a command line interface, and on-demand reporting is supported through a web browser CGI program.

AWStats supports most major web server log file formats including Apache (NCSA combined/XLF/ELF log format or common/CLF log format), WebStar, IIS (W3C log format) and many other common web server log formats.

Official page

Source: wikipedia

119 questions
0
votes
1 answer

What is the reason, that I have only unknow ip, and only one visitor in my awstats report?

I installed awstats and it looks in principle ok. The only thing is, that I still have only one visitor with all the hits and only an "unknown ip" as addresses. All other thinks (OS, browser etc.) look ok Any Idea where to search?
halfbit
  • 121
  • 4
0
votes
2 answers

unique visitors on multiple servers

I have several servers' apache access logs (multiple servers serving the same domain). What's the simplest way to calculate unique visitors for a given period. I',m on linux, so the linux environment solution is preferable I don't want to install…
disjunction
  • 103
  • 2
0
votes
2 answers

AWStats log parsing - custom Nginx log format

I've installed AWStats 7.0 (the latest version in the Amazon Linux repository) to try to get additional information about bandwidth usage. I'm having trouble getting AWStats to parse my logs - I suspect it's because I can't get the LogFormat…
Tim
  • 30,383
  • 6
  • 47
  • 77
0
votes
1 answer

Looking for LogFormat for awstats to read my custom apache logfiles

My apache-2.4 LogFormat: LogFormat "%h %l %u %t \"%r\" %>s %b ref=\"%{Referer}i\" ua=\"%{User-Agent}i\" host=\"%{Host}i\" xff=\"%{X-Forwarded-for}i\"" Sample Logfile line for reference: "10.10.10.200 - - [29/Jan/2017:03:45:15 +0100] "GET…
cptPH
  • 163
  • 2
  • 11
0
votes
1 answer

AWStats in subdirectory of Wordpress shows 404 error when password protected

I am running (for a client) a Wordpress site on a CentOS/WHM/Apache 2.2 server, and within a subdirectory we have AWStats installed. Everything working fine until we apply password protection through the htaccess file. With password protection in…
GeoffAtkins
  • 261
  • 2
  • 8
0
votes
0 answers

Awstats is deleting existing statistics

I am seeing a problem on my server where awstats is deleting data from previous days. To be clear the data was being shown for these days up until the end of the month but then on the next month (not always on the 1st) about 1-2 weeks of data…
SpliFF
  • 394
  • 2
  • 7
  • 24
0
votes
1 answer

Using awstats to monitor/graph visitors on a server that only serves images?

I have an apache webserver that serves up images. Lots of machine generated images (i.e. not static files). It doesn't serve any serious amount of html etc. files. A user might request many images one after the other, which is essentially a form of…
Amandasaurus
  • 30,211
  • 62
  • 184
  • 246
0
votes
1 answer

How to change AWSTATS configuration via cli

My Apache log files have the date included in the name and I can't change this. Is there a way to change the LogFile config parameter for AWSTATS using Windows CMD prompt? Better yet a batch script? Of course I can try to find and replace what I…
d.lanza38
  • 327
  • 1
  • 5
  • 13
0
votes
0 answers

FreeBSD's built-in ftpd and awstats

How can I use awstats with the FreeBSD's built-in ftpd's xferlog? Sample lines from /var/log/xferlog (simple syslog): Sep 12 19:05:51 bsd-vps ftpd[35082]: connection from ###.###.###.### Sep 12 19:05:52 bsd-vps ftpd[35082]: ANONYMOUS FTP LOGIN FROM…
uzsolt
  • 286
  • 1
  • 6
0
votes
1 answer

Awstats - Update the log path for multiple configs at once

I'm running a FAMP (FreeBSD, Apache...) box and just updated Apache to 2.4. We have somewhere around 100 sites running on this box as vhosts, and they all have their own separate config file for awstats, all of which now have an out of date LogFile…
aron.duby
  • 101
  • 4
0
votes
1 answer

How to config awstats to analyse .php traffics?

By default, awstats group .php traffics into a single Dynamic PHP Script file number. However, the site's pattern lies in route=??? after an index.php?, e.g.: GET /index.php?route=account/login/valid HTTP/1.1 GET /index.php?route=account/logout…
ohho
  • 975
  • 8
  • 18
  • 34
0
votes
1 answer

Delete Apache log files once Awstats is updated

in my /var/lib/awstats, awstats creates monthly .txt files (its database). Once these files are created and I have my graphics created in Awstats, can I delete the old log files created by Apache? Those found, generally, in /var/www/logs/ (the…
fizzy drink
  • 375
  • 4
  • 8
  • 22
0
votes
3 answers

AWStats LogFormat for AWS Elastic Load Balancer

Hoping someone can point out what is wrong with the LogFormat I'm attempting to use with the access logs generated by Amazon ELB. Multi-line for ServerFault readability: %time5 %elb %host %host_port %host_r %host_r_port %request_processing_time…
Matt Beckman
  • 1,512
  • 17
  • 33
0
votes
1 answer

awstats indicates drop in pages after move to a new server

I moved a web service to a new server. I figured out that, in the old server, the following gives approximately the same number of hits as awstats (e.g., for a given day the following gives 5537, whereas awstats indicates 5557 hits): grep -v bot…
Antonis Christofides
  • 2,556
  • 2
  • 22
  • 35
0
votes
1 answer

awstats(awstats_buildstaticpages.pl) asks for /awstats./etc/awstats/ directory. how to get rid of it?

I'm trying to run awstats static pages building: awstats_buildstaticpages.pl -config=/etc/awstats/awstats.example.com -dir=/var/www/share-new/sites-prod/example.com/generated/statistics/ -awstatsprog=/var/www/awstats/awstats.pl but keep receiving…
Shirker
  • 579
  • 1
  • 5
  • 18