eldy / AWStats

AWStats Log Analyzer project (official sources)
https://www.awstats.org
364 stars 121 forks source link

Fix geoip2 plugin on windows by renaming it #152

Closed lambacck closed 4 years ago

lambacck commented 4 years ago

geoip2.pm as the plugin name clashes with GeoIP2.pm module in windows due to case insensitive file names. Renaming the plugin to geoip_country.pm and making the related changes in awstats.pl and in the plugin itself makes it work properly.

This was in part based on the observation made here and in part based my own experimentation.

Closes #151

lambacck commented 4 years ago

This also now incorporates the change from #135

visualperception commented 4 years ago

Also change your conf file to specify geoip_country I guess awstats.model.conf and any other conf files in the distribution should be changed