rutorrent interface problem after recent updates

das329717

Member
May 25, 2018
928
0
16
Hi all. I have a problem with rutorrent, I can't see any torrents, just basic www page - Index of /rutorrent. The content of it is conf, plugins and share directory and "1", "index.html.1" files.

httpd.conf - http://pastebin.com/bBjZeKqQ
config.php - http://pastebin.com/daC6FuE6
.rtorrent.rc - http://pastebin.com/nN6xczS

The problem showed after recent glibc, linux (kernel) and others package updates.
I'm on archlinux, the new kernel is 3.4.5-1
Tried regular and svn version, different browsers - all the same.
Thanks in advance for help.
 

somus1735

Member
May 25, 2018
833
0
16
Doesn't look like a complete install, might want to backup your conf dir and checkout from SVN again
 

shwetha17

Member
May 24, 2018
785
0
16
commenting on the aur package page helps too...
remove and reinstall, maybe you missed the post_install message
 

das329717

Member
May 25, 2018
928
0
16
Quote
commenting on the aur package page helps too...
remove and reinstall, maybe you missed the post_install message​

Oh I saw it, but forgot to look at it closer.
I added to httpd.conf:
<IfModule alias_module>
Alias /rutorrent /usr/share/webapps/rutorrent
<Directory "/usr/share/webapps/rutorrent">
AllowOverride None
Options None
Order allow,deny
# Allow from all
Allow from 127.0.0.1
</Directory>
</IfModule>

and to the path in php.ini: /usr/share/webapps/

Now everything works smiley.gif
Thank you for pointing this out.