• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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