Questions tagged [webalizer]

The Webalizer is a free web server log file analysis program

The Webalizer is a fast, free web server log file analysis program. It produces highly detailed, easily configurable usage reports in HTML format, for viewing with a standard web browser.

11 questions
2
votes
0 answers

how to remove part of string from url for webalizer

On my site, I use version-strings in the URL, for example: www.mydomain.com/images/image.v723484872.jpg In the HTTP config, I rewrite the URL so that the version string is cut of. How can I track the rewritten URL in Webalizer? Thank…
Oliver
  • 21
  • 1
1
vote
1 answer

Displaying Webalizer Stats using ASP.NET

I have a website (www.teahua.com) that is written using ASP.NET (2.0) and C# running on a Debian server using mono. The hosting provider provides statistic on the website using webalizer. The statistics is accessed uing www.teahua.com/stats (and it…
1
vote
1 answer

How to get webalizer to report on directories instead of files?

I am moving an application from passing identifiers in the query string to passing them in as part of the url. So instead of myobj/details?id=123, it would be myobj/123 I would like to be able to have comparable webalizer statistics after this. So…
Chris Travers
  • 25,424
  • 6
  • 65
  • 182
1
vote
2 answers

How to find # of Safari extension users?

I recently launched a Safari extension (see it here http://allaregreen.us). There is also a version for Chrome, and Firefox should be coming within a day. Because the Chrome version is being hosted in the Chrome Web Store, I can easily see how many…
Nicholas Rubin
  • 317
  • 1
  • 4
  • 14
1
vote
1 answer

Is there a way to get country data from Webalizer?

I'm trying to export the data from Webalizer's reports, but i have a problem when it comes to the data of each country. Webalizer generates an image containing a graph of countries statistics, but I have not been able to find any file where i can…
Ulisha
  • 154
  • 1
  • 8
1
vote
2 answers

Import old apache access logs to webalizer - ignoring records

I installed webalizer on my apache 2 webserver yesterday and came across the problem, that all the old access logs are not used. The directory list looks like that: /var/log/apache2/ access.log access.log1 access.log.10.gz access.log.11.gz ... How…
tellob
  • 1,220
  • 3
  • 16
  • 32
0
votes
0 answers

Webalizer GeoIP.dat Updates mrunix.net Offline

Does anyone know where I can obtain the latest webalizer-geodb-latest.tgz file which contains the latest GeoDB.dat database used by webalizer? It looks like I can get updated Maxmind .dat files from https://www.miyuru.lk/geoiplegacy, but I'm not…
OwN
  • 1,248
  • 12
  • 17
0
votes
1 answer

Webalizer database error

Webalizer stops to generate statistics. When I try to check database i see: # webalizer --db-info Stone Steps Webalizer v3.10.2.5 (Linux 4.6.4-grsec-zfs+) Using database /home/www/1/statystyka/webalizer.db Reading history file...…
NezumiRyu
  • 31
  • 1
  • 8
0
votes
1 answer

Webalizer not picking up on server-side redirects

I'm using Webalizer on an intranet, and I want statistics for clicks on outbound links. I set up the links to point to a simple ASP redirection page - each link resembles "redirect.asp?url=http://outsidesite.com". But Webalizer is not tracking the…
0
votes
0 answers

Deleted stats images from webalizer by accident

Good evening I just did something stupid, I am hosting my website somewhere and they have DirectAdmin and they use webalizer to generate stats. So i was playing around in DirectAdmin and saw a option to make stats public. And did that to watch and…
Maantje
  • 104
  • 1
  • 1
  • 10
0
votes
1 answer

Finding domain names from IP addresses in Apache access.log

I am using Webalizer on ubuntu to generate apache access.log reports for my site. Webalizer just gives me the ip address from where my site was accessed. I want the domain names for the ip addresses that are retrieved. Is there any way to get the…
Dan
  • 801
  • 2
  • 14
  • 29