• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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