• 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.

How Do I change the language of AWSTATS?

R

rubensans

Guest
Hello,

How I can change the language of awstats to spanish? For all the sites and also the default site.

Best Regards and Thanks.
 
You can probably try something like following in awstats conf file.

Lang="es"
 
Its the awstats conf file which you'll find under awstats installation directory.

Thanks
 
If you want to change language only for some one domain you need just correct

%plesk_dir%\Additional\AWStats\wwwroot\cgi-bin\awstats.domain_name.conf

file

change line

Lang="auto"

for example, to

Lang="RU"


If you need to change default language for all domains you need edit file
%plesk_dir%\Additional\AWStats\wwwroot\cgi-bin\awstats.model.conf
and replace the same line
 
Ok, I have done it and it works THANKS.

But the FTP stats still be in english.

Best Regards.
 
It should work also for FTP stats.

I think that there was no new FTP traffic for that domain where FTP stats are still in English.
FTP statistics will be updated only when any FTP traffic will be generated.
 
Back
Top