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
1 answer

awstats on NGINX

Trying to install awtats on nginx ubuntu. I've followed this tutorial: http://kamisama.me/2013/03/20/install-configure-and-protect-awstats-for-multiple-nginx-vhost-on-debian/ I am getting error "404 not found" (I have not setup password protecting…
JSCRB
  • 33
  • 1
  • 5
1
vote
1 answer

Detecting REFERRER 301 redirects in AwStats

About six months ago, I have moved a website to a new domain, and helped migration using 301 redirects into .htaccess of the old domain. This morning I was looking at AwStats log of the new domain, and was surpised to notice that in the "HTTP Status…
Riccardo
  • 2,054
  • 6
  • 33
  • 51
1
vote
1 answer

Bash Loop with If Statements not Looping Properly

Quick bash script for awstats. Noting beautiful, but having an issue with loop not ocurring. Output only shows that it has performed one loop for name1, it never gets to name2, name3 with the printf's. #!/bin/bash awstats_command='perl…
1
vote
1 answer

Trigger awstats update from PHP

I am trying to trigger an update of AWStats from inside a PHP script. I currently use a cron job to trigger the update, and simply copied the command line into an exec function within the script. if(exec("/path/to/awstats.pl -config=domain.com…
Geoff Atkins
  • 1,693
  • 1
  • 17
  • 23
1
vote
1 answer

The requested URL /awstats/awstats.pl was not found on this server on centos 7.2

I need help for my awstats problem I got 404 when I'm going to access awstats/awstats.pl. below is the current awstats.conf file. Alias /awstatsclasses "/usr/share/awstats/wwwroot/classes/" Alias /awstatscss "/usr/share/awstats/wwwroot/css/" Alias…
1
vote
0 answers

Can I View Search Engine Referred Pages In AWStats?

By default, AWStats shows the search engine referrals by number. It shows the phrases. And, it shows the content hits. However, I'm looking to view only the pages that received traffic from a search engine. In this case, I would like to see the…
DomainsFeatured
  • 1,426
  • 1
  • 21
  • 39
1
vote
1 answer

email script not formatting properly

I have this script that runs via a cron job once a month to send out awstats reports to clients. We've had to modify it recently because of tightening restrictions on our outbound mail server. Unfortunately some recipients are receiving the report…
CJ Catalano
  • 97
  • 1
  • 1
  • 10
1
vote
1 answer

httpd RewriteRule not working as expected

On my server I am running awstats, a script that I can currently access via the following URL: https://stats.example.com/bin/awstats.pl/?config=global I am trying to use rewrite rules such that I can just…
Matt Clark
  • 27,671
  • 19
  • 68
  • 123
1
vote
0 answers

Awstats permission denied with Apache on Windows

I am trying to run awstats on windows 7 with apache from xammp tools. but i get this error, when i click on "update" from the website: Error: Couldn't open server log file "C:\Users\ekc\Documents\Projekte\16 Lasttests\Access Logs\s96ess5a1" :…
Emrah Karakoc
  • 253
  • 3
  • 9
1
vote
1 answer

The source of the error : document.getElementsByTagName(...)[0] is undefined

I'm using an awstats js tracker file awstats_misc_tracker.js and as soon as I include it, it shows this error in my console : TypeError: document.getElementsByTagName(...)[0] is undefined …
user3350731
  • 962
  • 1
  • 10
  • 30
1
vote
1 answer

Perl scripts in IIS 6 fail with HTTP 403 - Forbidden: Access is denied

I've download latest ActivePerl and configured Web Site Extensions along with script mappings with .pl extension for target site in IIS 6. Also did the exact same in IIS 7.5 and it worked. The script I'm trying to execute is very simple "Hello…
Ostati
  • 4,623
  • 3
  • 44
  • 48
1
vote
1 answer

AWStats and Extra Section with GeoIP country data

I'm new to AWStats, so if this question is unclear, please ask for the needed information. I'm using AWStats v6.9, with the GeoIP plug-in running successfully. I would like to write an Extra Section that reports unique page hits for one specific…
SooDesuNe
  • 9,880
  • 10
  • 57
  • 91
1
vote
1 answer

How to get AWStats report via email?

I have AWStats installed on a linux based machine and it just work fine. Now, I want to get AWStats to send a report to my email. I was thinking about writing a PHP script to call awstat.pl and then send an email with the report as an attachment.…
AMPM
  • 43
  • 1
  • 4
1
vote
1 answer

Customize AWStats Downloads

This seems ridiculous to me, but AWStats is not configured to count exe or dmg files as downloads. What config file or setting can I change? I tried looking through the documentation but found no mention of anything pertaining to Downloads. I did…
Rasterman
  • 155
  • 1
  • 13
1
vote
1 answer

Permission denied error in AWSTATS (IIS Server)

I am using AWStats on windows server (IIS7) Everting is working fine but when I click the Update Now link which takes me to the next page where I am hit with this error: Error: Couldn't open server log file…
Waqas Malik
  • 659
  • 2
  • 11
  • 27