Questions tagged [webalizer]
17 questions
4
votes
1 answer
How can I make Webalizer work with rolling apache logs?
I am using Webalizer to view my site stats, and it's working ok with one exception; I have log rolling configured so my log directory looks something like this:
/var/log/apache2$ ls
access.log
access.log.1
access.log.2.gz
access.log.3.gz …

Simon Steele
- 268
- 3
- 6
4
votes
2 answers
Webalizer geolocation on Mac
I have installed Webalizer on Ubuntu with Synaptic Package Manager and it works just fine.
Then I installed Webalizer on Mac (10.6.2) with http://webalizer.darwinports.com/. But geolocation does not work.
I have parsed the exactly same log with…

Željko Filipin
- 223
- 1
- 3
- 12
3
votes
0 answers
Webalizer IgnoreURL and IgnoreHost not working
I installed MOD_DAV_SVN for my apache and subversion. When I read the report of Webalizer, there's a lot of annoying record about svn. I have read the online manual of webalizer, and add the following configs in /etc/webalizer.conf:
IgnoreSite …

J.C
- 131
- 4
3
votes
4 answers
Optimizing apache server load
We have an issue with a dedicated server load.
We have 16 processors with 4 core @ 2.40GHz, if I understood correctly cat /proc/cpuinfo output.
Unfortunately, I don't have access to free -m or vmstat.
But from top I got that we have 24 GB.
And…

Jevgeni Smirnov
- 492
- 1
- 6
- 22
3
votes
5 answers
Log analyzer that calculates "time on page"?
I need to get an idea of the average "time on page" or "page view duration" for each page on my websites without client-side scripting (such as using onunload event handler).
Is any of the free log analyzers capable of doing this? I looked at…

netvope
- 2,123
- 5
- 25
- 35
2
votes
1 answer
webalizer installation
How can I manually install webalizer ? If there is any link providing the details to deploy it to multiple domains. Any help will be highly appreciated.

Riyas
- 191
- 1
- 3
- 14
1
vote
1 answer
Issues with Webalizer cron job throwing error due to file cannot open - how to Fix?
So I have a newly installed server running Ubuntu 14.04 with the default install of Sentora the free open source control panel. I did not make any customization to webalizer or cron. So I am unsure why this error is being thrown. Any ideas?
Here is…

americanninja
- 11
- 1
1
vote
1 answer
What process creates the access_log.processed file
We are having some problems with log rotation on our Centos box.
We've configured the server to perform a logrotation every day and keep the logs for 30 days.
In our log folder, every day a file names access_log.processed is updated and all the logs…

Haluk
- 943
- 2
- 15
- 20
1
vote
1 answer
Merging Large IIS Logs
I am planning on using Webalizer to analyze and graph our IIS logs, but because we have a server farm Webalizer requires me to make sure that all of the logs are in chronological order (or else it will start skipping results).
Our logs are stored…

Arrya Regan
- 113
- 1
- 6
0
votes
1 answer
Forcing Webalizer to include images in URL list
I would like to know how many hits are received by images hosted on a virtual host. I use webalizer as my statistics program. I've hit a wall.
In order to achieve this, I edited webalizer.conf and commented out the following lines:
# Usually you…

Bintz
- 395
- 1
- 2
- 10
0
votes
1 answer
Web access log analyzer for hosting providers
I have a nginx server set, it proxies request based on Host field. I have a common log for it, because per-host logging is done at the server, to which I do proxy_pass.
So, is there any solution to analyze and see combined stats?
Tried so…

maniaque
- 730
- 2
- 6
- 13
0
votes
1 answer
Getting Webalizer to show URL stats for all time, not by month
The conf file has this section:
AllSites yes
AllURLs yes
AllReferrers yes
AllAgents yes
AllSearchStr yes
AllUsers yes
...which is great, but I don't see any way to show the same sort of thing but for the entire timespan the log…

Kev
- 984
- 4
- 23
- 46
0
votes
1 answer
Webalizer shows only PART of the very first day in a log
I'm using webalizer-2.23-04-cygwin, the latest binary I could find, and it's doing the same thing an older version was also doing on a certain 900MB logfile I have. It only shows the first 411 hits, everything before around 6pm, not that there's…

Kev
- 984
- 4
- 23
- 46
0
votes
2 answers
The feature Webalizer reporting cannot be disabled, as it is used by the following virtual servers
I can't disable webalizer in Virtualmin because of this error:
Failed to save enabled features : The feature Webalizer reporting cannot be disabled, as it is used by the :
How can I fix this? or How can I disable webalizer in following virtual…

Super Mario
- 355
- 1
- 3
- 7
0
votes
1 answer
Awstats / webalizer alike for IIS 7.5
I have a few websites running purely on IIS7.5 (created in ASP.NET), and I would like to have some statistics over them.
Now I used to have webalizer and awstats as a after-log-analyze utility but it's old and I rather don't want to install extra…

Roger Far
- 341
- 1
- 5
- 17