Hi,
I would like to know how many hits are received by images hosted on a virtual host. I use webalizer as my statistics program. I am using Plesk version 11.0.9 Update #63. I've hit a wall.
In order to achieve this, I edited /usr/local/psa/etc/webalizer.conf and commented out the following lines:
# Usually you want to hide these
# HideURL *.gif
# HideURL *.GIF
# HideURL *.jpg
# HideURL *.JPG
# HideURL *.png
# HideURL *.PNG
# HideURL *.ra
Then, I performed the following command to regenerate the config file for the virtual host:
/usr/local/psa/admin/sbin/webstatmng --set-configs --stat-prog=webalizer --domain-name=domain.tld
I verified the changes by opening up the config file from the command line:
cat /var/www/vhosts/domain.tld/conf/webalizer.conf
Finally, I ran the following to re-calculate stats for the domain:
/usr/local/psa/admin/sbin/statistics --calculate-one --domain-name=domain.tld
However, no dice. Images are not included anywhere in the webalizer statistics. What am I doing wrong?
I would like to know how many hits are received by images hosted on a virtual host. I use webalizer as my statistics program. I am using Plesk version 11.0.9 Update #63. I've hit a wall.
In order to achieve this, I edited /usr/local/psa/etc/webalizer.conf and commented out the following lines:
# Usually you want to hide these
# HideURL *.gif
# HideURL *.GIF
# HideURL *.jpg
# HideURL *.JPG
# HideURL *.png
# HideURL *.PNG
# HideURL *.ra
Then, I performed the following command to regenerate the config file for the virtual host:
/usr/local/psa/admin/sbin/webstatmng --set-configs --stat-prog=webalizer --domain-name=domain.tld
I verified the changes by opening up the config file from the command line:
cat /var/www/vhosts/domain.tld/conf/webalizer.conf
Finally, I ran the following to re-calculate stats for the domain:
/usr/local/psa/admin/sbin/statistics --calculate-one --domain-name=domain.tld
However, no dice. Images are not included anywhere in the webalizer statistics. What am I doing wrong?