[SOLVED] Geoip plugin shows disabled

jith45

Member
May 25, 2018
960
0
16
Hi there, guys!
New member here, but been reading this forum for quiet a while.
Let me first express my gratitude for the excellent piece of software called rutorrent.
Been using it for about 2 years and I'm very happy that I can access my home seedbox from anywhere and manage my torrent downloads!!
Truly great work !!!

OK, now to my little problem:
I have geoip plugin shown as disabled and cannot find out what to do in order to make it work..
Steps I followed (My seedbox is using Ubuntu server version 11.04 - 64bit):

1. Installed libapache2-mod-geoip
2. Un-commented
Code:
GeoIPDBFile /usr/share/GeoIP/GeoIP.datin /etc/apache2/mods-available/geoip.conf
3. Restarted apache
4. Created a php file with the following:
Code:
<html>
<body>
<?php
$country_name = apache_note("GEOIP_COUNTRY_NAME");
print "Country: " . $country_name;
?>
</body>
</html>5. Named it test.php and navigating to http://mysite/test.php gives me "Country: Greece"
All seem OK, then, but in my list of plugins, while all other plugin are shown as "Loaded", the geoip plugin is shown as "Disabled" (I'm attaching a screenshot)
What am I missing? Are there any special permissions that need to be set?
 

somus1735

Member
May 25, 2018
833
0
16
Hello, novik.. Thanks once more for rutorrent and also thanks for the quick reply!!

Despite what impression I gave from my first post, I'm not really an experienced user... grin.gif
Could you please explain what I should do? (I have no multi user setup and have done nothing like this before in any of my other plugins, BTW)
Edit:
Just modified conf/plugins.ini and added
Code:
[geoip]
enabled = yes
Then restarted rtorrent, but still the same - shown as disabled
 

das329717

Member
May 25, 2018
928
0
16
OMG...
Thank you so much!!!
Installed the extension and everything works just fine now!
Marking this as [SOLVED]
Thanks again for your support!