Questions tagged [piwik]
26 questions
6
votes
5 answers
Is there a good alternative to analog for web server log analysis?
I have been using Analog to analyze the logs of our Apache web server. While analog is quite powerful, I find it quite tedious to set it up correctly to get the information that you want.
My question is: Do you know any (perhaps more "modern") tools…
Palmin
- 350
- 6
- 10
4
votes
2 answers
Collecting and viewing statistical data on website usage? Want to give Google Analytics the boot
I have always been somewhat reluctant to "outsource" site statistics to Google.
We have an Apache server running on a Windows server. I am pretty sure all the foundation to collect the needed visitor data are there.
I would like to stop using GA,…
amn
- 325
- 1
- 16
3
votes
1 answer
Protect Piwik on Nginx with basic authentication, but allow access piwik.js
I got nginx running on my server and recently installed Piwik with this config:
server {
listen 443 ssl spdy;
server_name analytics.example.org;
root /srv/www/analytics.example.org;
index index.php;
ssl_certificate…
Cojones
- 123
- 3
- 9
3
votes
1 answer
How to only allow URLs with specific parameter in Apache?
I using Piwik to track my websites visitors. As a matter of "security" I only allow the access to index.php a few known IPs. My problem is that the Piwik opt-out snippet is only available via this index.php.
I tried to solve this via RewriteRule's…
burnersk
- 1,966
- 4
- 25
- 38
3
votes
5 answers
thought on real time web analytics
we have a few web servers and am planning to create a dashboard to show the real time stats ip address,geo-location and other custom data based on database lookups. Splunk sort of fits perfectly but wondering if there are any open source alternative…
Linus
- 131
- 2
3
votes
1 answer
Problems with IE/wget confusing a subdomain's SSL cert with the main domain's cert
I'm running a website where the checkout flow is SSL certified using a Comodo EV certificate.
We also have Piwik web analytics tracking across the site, which is served off a stats subdomain. To prevent mixed domain errors, the Piwik is accessible…
Alex Dean
- 143
- 6
3
votes
4 answers
Opensource site statistics for PHP
I am looking a modern, PHP based visitor statistics tracker. As mentioned in the title it must be open source. The other features it must contain are referrer tracking, no of unique hit by daily, monthly etc, with reports.
Does anyone have any…
Bharanikumar
- 133
- 5
2
votes
1 answer
Help installing Piwik (Php / MySQL) on a Windows 2003 R2 SP2 Server IIS
I've tried using XAMPP to install this app, locally on my computer, and it works.
But when I get to the server, XAMPP is not what I need to use PIWIK (it's like a google analytics clone). It's based on PHP and MySQL. But I require to install it in a…
UXdesigner
- 145
- 5
1
vote
3 answers
What are options of open source or cheap user tracking software that can be self-hosted?
We can't use Google Analytics because we can't upload user data to servers other than our own. So, given that, what are the good open source or cheap solutions that we can host ourselves?
Bialecki
- 157
- 1
- 9
1
vote
1 answer
docker-compose // piwik // error during run
I try to switch all my app to docker.
The configuration:
I used nginx as server. With docker i will use it as proxy:
# nginx -v
nginx version: nginx/1.4.6 (Ubuntu)
Docker version:
# docker version
Client:
Version: 1.11.1
API version: 1.23
…
jbo
- 41
- 1
- 5
1
vote
1 answer
How to pass GeoIP HTTP request headers to backend with Apache?
I am using nginx to proxy HTTP requests to a PHP application running in the scope of Apache 2.4 (mod_php5) within a Docker container (cbeer/piwik).
+------------------------------+
| Docker Container …
burnersk
- 1,966
- 4
- 25
- 38
1
vote
1 answer
Piwik + uWSGI setup
I have a problem setting up uWSGI+piwik using nginx. My configuration follows this blog entry. My uwsgi ini file looks like this
[uwsgi]
plugins = php
chown-socket = www-data:www-data
uid = piwik
gid = piwik
processes = 1 …
Fabian Köhler
- 11
- 2
1
vote
2 answers
Trying to convert syslog-ng to rsyslog
I'me trying to get nginx to log direct to piwik. I am having problems getting rsyslog to accecpt some syslog-ng syntax. The rsyslog doc says syslog-ng conf is compatible with it.
source s_nginx_20 { pipe("/var/lib/nginx/access.log"…
Techwolf Lupindo
- 11
- 3
1
vote
1 answer
Is it possible to schedule a python script to run at the end of logrotate?
I am using Piwik Analytics on a site that doesn't run any javascript and I would prefer to have data created from the access logs instead of from the image tracker - results from the logs are actually better because they can include static file…
Paul
- 2,755
- 6
- 24
- 35
1
vote
1 answer
apache reverse proxy, mod_ext_filter
Gents,
Trying to insert a google analytics/piwik javascript bit in the footer of the stream.
For some reason, I dont think you can do this with ProxyPass/ ProxyPassReverse/ vhosts...
If someone can point me in the right direction, it would be…
CMag
- 687
- 2
- 11
- 31