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
1
vote
3 answers

How do I specify IP Ranges (RegEx) for SkipHosts in AWStats config files?

I'm updating some old AWStats config files to filter out some specific IP ranges. Here's the pertinent section of the config file: # Do not include access from clients that match following criteria. # If your log file contains IP addresses in host…
Adam Tuttle
  • 19,505
  • 17
  • 80
  • 113
1
vote
1 answer

awstats not parse logformat OS, mobile browsers, robots, keyworks

I have my Apache configure with logfomat in combined pattern: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common LogFormat "%{Referer}i -> %U" referer LogFormat…
ccolina
  • 85
  • 2
  • 11
1
vote
0 answers

Proftpd access.log and awstats fun

Had quite a bit of AWStats for one day. The AWStats LogFormat docs state that the following log line: [24/Sep/2009:17:15:12 -0500] x.x.x.x UNKNOWN xxxtemp "STOR recxxx.zip" 226 5164965 should be matched by the following LogFormat: LogFormat="%time1…
kmnd
  • 85
  • 1
  • 7
1
vote
1 answer

Access AWStats information from PHP?

Would it be possible to access the visitor county origin information from AwStats using PHP? A new feature I would like to add to a project lists the countries of of recent visitors (30 days).
Zac Brown
  • 5,905
  • 19
  • 59
  • 107
1
vote
1 answer

Awstats extra section hits by subdirectory

I've followed the format at http://www.internetofficer.com/awstats/by-directory/ to setup an Extra Section with hits by directory. This works. images 28273657 38871644 1389.77 GB content 12607984 12652114 390.53 GB etc. However, I…
Zug
  • 49
  • 8
1
vote
0 answers

Capture referer in httpd access logs after a ReWriteRule

We have two domains and one is primarily for marketing purposes to see how our campaigning works. The marketing domain is redirected to the primary domain. In the httpd.conf, we have a virtual host defined for each of the domain that we host and…
Sridhar S
  • 73
  • 4
0
votes
2 answers

AWStats multiple columns in extra section

I have an AWStats running and the reports are built from IIS logfiles. I have an extra section to view all the actions of the executed perlscripts on the site. The config looks like this: ExtraSectionName1="Actions" ExtraSectionCodeFilter1="200…
Demnogonis
  • 3,172
  • 5
  • 31
  • 45
0
votes
0 answers

Setting AWstats for AWS ELB log format

I try Setting AWstats to read AWS ELB log format. The example AWS elb log. h2 2023-08-13T23:45:18.034933Z app/AWS-ELB-01/11111111111111 200.1.1.169:43612 172.31.214.153:80 0.001 0.064 0.000 200 200 69 4376184 "GET…
0
votes
1 answer

awstats configuration for domain/instance

I have a three small sites running on my Apache. I have a one domain name to access them. The access is like as follows: http://www.domainname.com/site1 http://www.domainname.com/site2 http://www.domainname.com/site3 I have configured the AWStats…
Rahul Shelke
  • 2,052
  • 4
  • 28
  • 50
0
votes
0 answers

WAMP AWStats finds records does not process them

I need to recover 8 days of analytics for a client. They are from the 10 to 17 November 2022 I have down loaded the log file for the 8 days to analyse with AWstats on my computer. It finds the correct file and says it parses the records but the…
0
votes
0 answers

AWS IAM. How allow all resources with some tag?

I need to write policy to allow see all Secrets with some tag. But when I use condition, user with this policy loses all access. What am I doing wrong? Here is my policy: { "Version": "2012-10-17", "Statement": [ { "Sid":…
0
votes
0 answers

What do the values in parentheses for awstats mean?

I was looking at the awstats for one of my websites. I see two numbers. What is the meaning of the second figure in the parentheses? Example: Average successful requests per day: 28 (22) Successful requests for pages: 308 (139) Average successful…
David Spencer
  • 77
  • 1
  • 9
0
votes
1 answer

Sending apache logs to remote rsyslog server adds extra space

I'm trying to send Apache/2.2.22 (Ubuntu) logs to remote rsyslogd 8.2001.0 (aka 2020.01) server and then use awstats 7.6 (build 20161204). I have problem with format and awstats shows that lines a corrupted I'm guessing that lines corrupted because…
robotiaga
  • 315
  • 2
  • 11
0
votes
1 answer

Adding a custom login page to awstats

I am trying to setup a login page to be used with awstats, so that the content is only viewable by authenticated users. Ideally, I would like to create my own login page, and if a user is not logged in when the visit the stats page, they are…
Señor Reginold Francis
  • 16,318
  • 16
  • 57
  • 73
0
votes
1 answer

AwStats IIS Custom fields don't parse

My AwStats 7.8 doesn't update when I add custom fields to my IIS log: crypt-protocol crypt-cipher crypt-hash crypt-keyexchange I've added these fields to my LogFormat = LogFormat = "all the other fields + crypt-protocol crypt-cipher crypt-hash…
Cerveser
  • 752
  • 8
  • 23