No data recorded - module issue?

Like many piwik is not recording any data. I waited 2 full days and ensured that the code is installed by viewing the source code (Control-U) on the front end of my website (code is seen at the bottom of page).

Question:

I know mod_security can cause issues, but it does NOT look like Im running it, see list below. Are there any other modules that may be causing this conflict?

root@server [~]# httpd -M

Loaded Modules:
core_module (static)
authn_file_module (static)
authn_default_module (static)
authz_host_module (static)
authz_groupfile_module (static)
authz_user_module (static)
authz_default_module (static)
auth_basic_module (static)
include_module (static)
filter_module (static)
deflate_module (static)
log_config_module (static)
logio_module (static)
env_module (static)
expires_module (static)
headers_module (static)
unique_id_module (static)
setenvif_module (static)
version_module (static)
proxy_module (static)
proxy_connect_module (static)
proxy_ftp_module (static)
proxy_http_module (static)
proxy_scgi_module (static)
proxy_ajp_module (static)
proxy_balancer_module (static)
ssl_module (static)
mpm_prefork_module (static)
http_module (static)
mime_module (static)
status_module (static)
autoindex_module (static)
asis_module (static)
suexec_module (static)
cgi_module (static)
negotiation_module (static)
dir_module (static)
actions_module (static)
userdir_module (static)
alias_module (static)
rewrite_module (static)
so_module (static)
bwlimited_module (shared)
ruid2_module (shared)
disable_suexec_module (shared)
php5_module (shared)
security2_module (shared)

Any input would be great, thanks!!

Just figured it out.

Im using Joomla Akeeba AdminTools and I had to make an exception using the htaccess maker tool. Once I created this for my piwik folder, then it was allowed to work. Thanks