• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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