Piwik 1.5 flash free

Just updated to the new version of piwik (V1.5). Flash content was replaced by jQuery and Canvas.Just updated to the new version of piwik (V1.5). Flash content was replaced by jQuery and Canvas.

Switched to nginx varnish apache

Today I switched from the normal LAMP stack to the NVA Nginx Varnish Apache stack. Tweaks needed are the following in PHP: if (IsSet($_SERVER[‘HTTP_X_REAL_IP’])) { $_SERVER[‘REMOTE_ADDR’] = $_SERVER[‘HTTP_X_REAL_IP’]; } and setting...