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

How can I generate an FTP traffic report with awstats?

I would like to generate a report using /var/logs/xferlog showing the traffic for a particular user, for a particular month.
chickeninabiscuit
  • 9,061
  • 12
  • 50
  • 56
0
votes
0 answers

Best way to Import Large .TXT files into database in laravel

I am working to import awstats files into database. I have large number of files and maximum size of file about 10MB and about 200k lines in large size files. file is divided into several sections one of the sample is given below: BEGIN_GENERAL…
0
votes
1 answer

NGINX protect URL

i have multible Domains on my awstats Server. Now i want to protect the URL for other customers. The real url = host/awstasts.pl?config=DOMAIN How can i Protect them? I was trying with spezial Header/config set but this dont solve my problem that…
Philipp
  • 1
  • 2
0
votes
2 answers

typo3 awstats extension after upgrade changes hash for the upload folder

I am facing some problems with cc_awstats extension. I have upgraded my site to typo3 4.5 from typo3 4.3 After upgrading, awstats file in uploads/tx_ccawstats has changed the hash generated and stored the new log data in newly generated…
Nilambari
  • 115
  • 1
  • 10
0
votes
1 answer

Awstats shows blank page

On Windows Server 2008... since installing an ASP.Net application on the site, Awstats (6.5) produces error pages. So I moved the cgi-bin etc to a different site so that it could use Net 2.0 and the script seems to be running ok again, except that…
WilliamK
  • 821
  • 1
  • 13
  • 32
0
votes
1 answer

awstats do not show statistics from IIS 8.5

awstats 7.7 do not show the statistics. Iam using IIS 8.5. I configured site logging as follow in IIS in W3C format: date time c-ip cs-username cs-method cs-uri-stem sc-status sc-bytes cs-version cs(User-Agent) cs(Referer) Logfiles are located…
fcb1900
  • 339
  • 4
  • 21
0
votes
1 answer

How can I direct awstats to count exe and dmg files as downloads?

Awstats apparently counts .exe and .dmg files as page views, instead of as downloads. I would like it to count them as downloads instead. How can I achieve that? How does Awstats determine whether something is a page view or a download? I know about…
Pepijn Schmitz
  • 2,143
  • 1
  • 17
  • 18
0
votes
1 answer

How can I find out who is hotlinking my content?

I have lots of videos on my website, I am curious to know what websites are hotlinking to it. I am using cpanel with awstats, I have google analytics too. The server is running Apache.
Joe
  • 101
  • 1
0
votes
1 answer

How do I safely blacklist these IPs I found in AWStats?

My site has performance issues, partly caused by bots. I checked my AWStats and found some IP addresses eating up tons of bandwidth. How can I tell whether it's safe to blacklist these? A few are eating up 2 GB per month or more, consistently. See…
0
votes
2 answers

Great variation in web statisics

I have a blog site, a WP 3.0 install. I've dropped Google Analytics' tacker code into the footer (a recommended technique I believe). I also have two different types of web statistic software available on the virtual server, through the hosting…
Adam
  • 131
  • 2
  • 10
0
votes
1 answer

Icecast2 not logging in access.log

I'm using icecast2 on a Ubuntu 14.04 VPS machine. It is not logging anything in the access.log file. It is complete empty. I need it fixed for using AWStats.
J. Art
  • 1
  • 2
0
votes
0 answers

icecast + awstats or webalizer

I'm using Icecast2 and with the stats file, I can only see the count of current listeners and the listeners peak. I want a full report of statistics with minutes, hours, days, weeks, months and years of listeners. I've seen aWstats and Webalizer and…
J. Art
  • 1
  • 2
0
votes
1 answer

How to add other file types to AWstats's "Downloaded" section?

Currently, the "Downloaded" section of my AWstats does not report downloaded DjVu files; however, the "File typs" section does count how many DjVu files have been accessed. What do I need to add to awstats.conf to get DjVu or other file-types to…
Geremia
  • 4,745
  • 37
  • 43
0
votes
1 answer

What is the modrewrite rule to flatten access to awstats

My current url to access my awstats is http://my.server.com/awstats/awstats.pl?config=foo I would like to use apache and mod_rewrite to http://my.server.com/foo My attempt is RewriteRule ^(.*) /awstats/awstats.pl?config=$1 [NC] but I just get a…
jsmorris
  • 319
  • 2
  • 10
0
votes
1 answer

Number of downloads with awstats and WebClient class

I'm using WebClient class to download a xml file where is written the latest version of my program to check for updates. I thought that I can see how many people are using my program by checking how many hits my update.xml gets with awstats. Me and…
Badr Hari
  • 8,114
  • 18
  • 67
  • 100