• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Webstats.conf missing in some domains

J

JerkyChew

Guest
Hi,

We're running PSA 7.5.3 on FC2, and have a quick webalizer question.

I see that some domains have a webalizer.conf file in /home/httpd/vhosts/domainname/conf/, but others do not. The one I'm looking at at the moment does not; however webstats seem to be working just fine.

I'd like to be able to hide certain referrers from the logs, to get a more accurate count of who's getting to us from where. Can I just copy a webalizer.conf file from another domain and rename all the pertinent info? Will webalizer automagically parse that file, or do I need to manually tell it to look in there somehow?

Thanks!
 
You can always use the commandline utility to manage the webalizer conf files for a given domain:
# /usr/local/psa/admin/bin/webalizermng --help
Usage: webalizermng [OPTIONS]...

--update --domain-name=<domain_name>
generate webalizer config for <domain_name>
-h, --help
display this help and exit
 
Back
Top