Markus Heurung markus@freistil.it
Sponsored by: freistil IT for hosting at DrupalCONCEPT
a little module, that inserts some Javascript to correct missing node access counter updates when using a reverse proxy like Varnish.
It looks for anonymous sessions and does its work there. But it respects logged in users, where everything should go pass the cache and statistics should normally.
- Just put the module in sites/all/modules, activate it and you should be done.
- Activate the Block and put it into the footer.
- Put the following line into your robots.txt to prevent accidental access:
Disallow: /ajax/dc_pixelaccess_stats.php
This module is based heavily on the boost module, especially its boost_status.php script.