I use a piwik server that I proxy using my wordpress server. Somehow the amount of traffic is not properly accounted for if I use the proxy method (http://piwik.org/faq/how-to/#faq_132). So what I observe in the server log is that the first hit to the piwik.php is served fine (which is to load the js). The second hit, which is the tracking itself, is missing for those cases where the traffic is not accounted for. I don't have this problem when I direct the connection to the piwik server directly, and I can't reproduce this case with my browser. Any clue? Thanks.
By the way, I tried another method of proxying (nginx) with the same results.
By the way, I tried another method of proxying (nginx) with the same results.