Search
j0ke.net Open Build Service
>
Projects
>
vhcs
>
awstats
> awstats-6.6-geo.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File awstats-6.6-geo.patch of Package awstats (Revision 5)
Currently displaying revision
5
,
show latest
--- wwwroot/cgi-bin/plugins/geoip_org_maxmind.pm +++ wwwroot/cgi-bin/plugins/geoip_org_maxmind.pm @@ -73,7 +73,7 @@ if ($mode eq '' || $mode eq 'GEOIP_MEMORY_CACHE') { $mode=Geo::IP::GEOIP_MEMORY_CACHE(); } else { $mode=Geo::IP::GEOIP_STANDARD(); } } - %TmpDomainLookup=(); +# %TmpDomainLookup=(); debug(" Plugin geoip_org_maxmind: GeoIP initialized type=$type mode=$mode",1); if ($type eq 'geoippureperl') { $geoip_org_maxmind = Geo::IP::PurePerl->open($datafile, $mode); --- wwwroot/cgi-bin/plugins/geoipfree.pm +++ wwwroot/cgi-bin/plugins/geoipfree.pm @@ -49,7 +49,7 @@ # <----- # ENTER HERE CODE TO DO INIT PLUGIN ACTIONS debug(" Plugin geoipfree: InitParams=$InitParams",1); - %TmpDomainLookup=(); +# %TmpDomainLookup=(); $gi = Geo::IPfree::new(); # $gi->Faster; # Do not enable Faster as the Memoize module is rarely available # ----->