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?
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?