Submitted by bwells on Thu, 04/05/2012 - 08:52
OS: RHEL 6.2 PHP: 5.3
I have added Google Analytics and Piwik code to the analytics of my site. I can see the entries in the httpd.conf file, but none of my codes are appending to any of my websites. I see no errors except the Apache2::Filter errors that I was told are fine.
These are in my httpd.conf file: PerlRequire /etc/webmin/virtualmin-google-analytics/apachemod.pl PerlOutputFilterHandler Virtualmin::GoogleAnalytics PerlSetVar AnalyticsID UA-21812916-6 PerlSetVar PiwikID 6
I might have a missing perl module. If I could get a list of modules that need to be installed, that would be great.
Status:
Active
Comments
Submitted by JamieCameron on Thu, 04/05/2012 - 15:14 Comment #1
Do you have gzip compression enabled in Apache or PHP for your website? It can prevent the html substitution of analytics code from working ..