Changes
Jump to navigation
Jump to search
Test Web Server Documentation (view source)
Revision as of 16:15, 23 March 2016
, 16:15, 23 March 2016→Installing Piwik (3/21/2016)
Turns out Piwik by default honors DoNotTrack (as I learned [http://piwik.org/faq/troubleshooting/faq_58/ here]), so my browser wouldn't register as a visit. So there's visits now. Yay!
Also, to make the little graphs next to the numbers not be broken, you have to get the most recent version of the GD module for PHP:
$ sudo apt-get install php5-gd
$ sudo service apache2 restart
== To-do list ==