• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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