25.08.2015, 17:28
If you're hosting on Linux OS, make sure that you add he extension of the plugin (.so) in server.cfg as well, as it is case sensitive.
e.g.
Incorrect:
plugins GeoIP_Plugin
Correct:
plugins GeoIP_Plugin.so
e.g.
Incorrect:
plugins GeoIP_Plugin
Correct:
plugins GeoIP_Plugin.so