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

Awstats - outputting stats for merged Access_logs only producing stats for one server's log

I've been attempting this for two weeks and I've accessed countless number of sites on this issue and it seems there is something I'm not getting here and I'm at a lost. I manged to figure out how to merge logs from two servers together. (Taking…
Mallow
  • 144
  • 2
  • 9
0
votes
1 answer

AWSTATS - manual update error (permissions)

Error: Couldn't open file "/var/www/awstats/awstats032014.site.net.tmp.9198" for write: Permission denied Setup ('/etc/awstats/awstats.site.net.conf' file, web server or permissions) may be wrong. Check config file, permissions and AWStats…
Lewis
  • 21
  • 2
  • 6
0
votes
3 answers

Changes to AWSTATS config file

I've made a few changes to my site-specific config for Awstats, namely SkipHosts and SkipFiles. I've had a dig around the manual, but it's unclear: what do I actually need to do for the updates to take effect? Also, whilst I'm making changes...…
Dan
  • 261
  • 4
  • 11
0
votes
1 answer

configuring awstats with suexec

I have a web server with more than 100 websites running apache and php as fcgid and suexec. I have configured awstats on my server(FreeBSD) following awstats installation on FreeBSD but when I try to access the statistics of one of the websites I…
pnanvuma
  • 1
  • 3
0
votes
1 answer

new vhost - main host AWstats

I just began working at this new job and I have to config a new host for stats with awstats. I once used awstats on my own server, no biggie. Now, I'm on a multi-sites server with the acces_log files nicely splitted. I copied a awstats.conf file…
vn.
  • 375
  • 2
  • 10
0
votes
1 answer

Awstats over cgi does not show historical data

I have awstats for several virtualhosts, runned via cgi. One of them does not show historical data. It shows just data for this month. But runned on command line generates html with correct data. /usr/lib/cgi-bin/awstats.pl -config=www.example.org…
pevik
  • 286
  • 1
  • 12
0
votes
1 answer

AMS Linux Instance showing wrong output for `fdisk -l` command

Recently I made an AWS AMI from scratch. Now when I log into my instance it shows below output for fdisk -l command: % sudo fdisk -l Disk /dev/xvde1: 10.7 GB, 10737418240 bytes 255 heads, 63 sectors/track, 1305 cylinders Units = cylinders of 16065 *…
Shailesh Sutar
  • 1,427
  • 4
  • 22
  • 40
0
votes
1 answer

awstats configuration for custom IIS 6 log

I have a stack of IIS logs with the extended logging options: date time client ip address user name server ip address server port method uri stem uri query protocol status protocol substatus Win32 Status User agent. How do I figure out what the…
Dr.Avalanche
  • 133
  • 1
  • 1
  • 13
0
votes
1 answer

See requests to real server with mod_proxy

My setup involves using apache with mod_cache and mod_proxy to proxy and cache xml data between my iOS app and a web service. Right now I'm using awstats to see how many requests my iOS app is making to my proxy server. Is there any way to see stats…
edc1591
  • 173
  • 2
  • 9
0
votes
1 answer

awstats configuration with logresolvemerge and dates

I'm trying to setup awstats with our current log naming schema. Our logs are named like /var/log/webservers/web07/2012-10/site.com/29-www and all of the numbers are changed via cronolog. The problem is that there is more than just 29-www. We also…
nwalke
  • 643
  • 2
  • 12
  • 31
0
votes
1 answer

awstats doesn't create data files with site domain name in them

I'm trying to get awstats installed on a new server and I can get it to generate the data files, but they're all labels as awstatsMMYYYY.txt instead of awstats.example.com.MMMMYY.txt. If I rename them after they're created, they show up correctly in…
djsumdog
  • 1,060
  • 2
  • 16
  • 29
0
votes
2 answers

Why doesn't Firefox render this AWstats generated html?

XML Parsing Error: not well-formed Location: https://awstats.example.org/reports/www.example.org/2011/06/awstats.www.example.org.xml Line Number 603, Column 34: - Toile du Qu\uffffbec363363 The…
jldugger
  • 14,122
  • 19
  • 73
  • 129
0
votes
1 answer

Unable to open AWStats report page in IIS

I have set this up before in linux and its a little different in IIS but I have a conf file that I've modified correctly and when I try to access the report page awstast.pl?config=myconfig its not find the webpage. I can get to the directory the…
Intelwalk
  • 119
  • 1
  • 6
0
votes
1 answer

Awstats not showing visitors

I installed awstats recently using these commands: yum install awstats cd /usr/share/awstats/tools/ /usr/bin/perl awstats_configure.pl -> /etc/httpd/conf/httpd.conf -> www.ysend.com ->…
John
0
votes
2 answers

Scheduling Perl Script in Cron.d

I am trying to schedule a perl script to run daily, but I am not sure if I am doing everything right. The script I want to run is to update AWStats each day, without manually having to press update. Currently, I created a file in the cron.d folder…
boburob
  • 1,174
  • 8
  • 23