Can't make ruTorrent work on Debian+Apache2 in days.

somus1735

Member
May 25, 2018
833
0
16
I have installed succesfully rtorrent on debian from the repos and I run apache.

I can however no make rutorrent work in days. I installed from SVN. I can go to http://192.168.1.x/rutorrent but that circle loading thing is stuck there. I have no plugins installed on rtorrent.

I tryied to follow the wiki on apache here http://code.google.com/p/rutorrent/wiki/WebSERVER#Mod_Proxy_SCGI
I added

Code:
SCGIMount /RPC2 127.0.0.1:5000
in /etc/apache2/apache2.conf as the wiki suggested but now apache will not start at all:
Code:
Starting web server: apache2Syntax error on line 287 of /etc/apache2/apache2.conf:
Invalid command 'SCGIMount', perhaps misspelled or defined by a module not included in the server configuration
Action 'start' failed.
The Apache error log may have more information.
failed!
Anyone has any suggestions?
 

dsouvik215

Member
May 25, 2018
896
0
16
You must have mod_scgi module. Install it or remove SCGIMount line and use ruTorrent plugins rpc or httprpc.