• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

Plesk Awstats engine

shoggy24

Regular Pleskian
I am integrating GeoIP with Awstats but i am having trouble finding where the Plesk Awstats engine is so that the GeoIP module can be enable automatically when new domain is setup or else i will have to enable the option manually for each domain.
Do anyone know where i can find these Awstats engine or main configuration file?

Thanks in advance
 
Hi,

I got this working by doing the following:

1. Install GeoIP
2. Get latest database from wget http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz
3. vi /etc/awstats awstats.model.conf and edit the following line to:

LoadPlugin="geoip GEOIP_STANDARD /usr/lib/perl5/vendor_perl/5.8.5/Geo/GeoIP.dat"

Now all new domains have GeoIP as standard.
 
Good to know, thanks - I was able to also get it working from your instructions, how ever I can see how some people wont.

How did you install it in that location? Which directories did you manually create, did you manually change or set any ownerships or permissions?

I know some one is going to ask at some point :p
 
GeoIP was installed via RPM so went to that path by default. Didn't need any change of permissions or ownerships. It actually turned out to be ten times easier than I originally thought to set up, if your using packages then just follow my instructions :) .
 
Back
Top