Hello
Would someone be good enough to explain the basics for multi-user please ? I have looked through the forum but most are for other distros or older versions or ruT.
I have single user setup and working perfect by following this guide http://forums.rutorrent.org/index.php?topic=405.0
The script wont run but if i copy and paste each line its fine so the script ill look at later At least its running so im happy
From what i understand by reading past posts theres a few important settings and i thought i had them but i guess not so this is where im at so far and would love a bit help
User 1 - root (yes i know its a security issue but ill change that later)
User 2 - joe123
After installing under the root account ive added the new user and added it to my sudoers files
Code:
joe123 ALL=(ALL) ALL
I added the new scgi mount in apache so now i have 2
nano /etc/apache2/apache2.conf
Code:
SCGIMount /RPC2 127.0.0.1:5000
SCGIMount /RPC3 127.0.0.1:5001
Saved and reloaded apache
Next i copied my root users rtorrent.rc file to joe123 home dir
Code:
cp ~/.rtorrent.rc /home/joe123and changed the port range so user 2 is on a different port range to user 1 and changed the SCGI mount to 5001
I created my directorys in home/joe123 .session downloads torrents and match my .rtorrent.rc file
After that i created 2 directorys for ruT in the /users directory
Code:
mkdir /var/www/rutorrent/conf/users/root
mkdir /var/www/rutorrent/conf/users/root
Then i copied my access.ini - plugin.ini and config.php into each users directory but this is where i got stuck because my rutorrent config.php has
Code:
$XMLRPCMountPoint = “/var/www/rutorrent/plugins/rpc”Can i use the same plugin for both users ? or should they be "/RPC2" & "/RPC3" ?
Then for htaccess
Code:
htdigest -c /etc/apache2/.passwds Authorized joe123
But when i login the new user joe123 views the root users ruTorrent gui
Have i made a balls up or am i close ?
Would someone be good enough to explain the basics for multi-user please ? I have looked through the forum but most are for other distros or older versions or ruT.
I have single user setup and working perfect by following this guide http://forums.rutorrent.org/index.php?topic=405.0
The script wont run but if i copy and paste each line its fine so the script ill look at later At least its running so im happy
From what i understand by reading past posts theres a few important settings and i thought i had them but i guess not so this is where im at so far and would love a bit help
User 1 - root (yes i know its a security issue but ill change that later)
User 2 - joe123
After installing under the root account ive added the new user and added it to my sudoers files
Code:
joe123 ALL=(ALL) ALL
I added the new scgi mount in apache so now i have 2
nano /etc/apache2/apache2.conf
Code:
SCGIMount /RPC2 127.0.0.1:5000
SCGIMount /RPC3 127.0.0.1:5001
Saved and reloaded apache
Next i copied my root users rtorrent.rc file to joe123 home dir
Code:
cp ~/.rtorrent.rc /home/joe123and changed the port range so user 2 is on a different port range to user 1 and changed the SCGI mount to 5001
I created my directorys in home/joe123 .session downloads torrents and match my .rtorrent.rc file
After that i created 2 directorys for ruT in the /users directory
Code:
mkdir /var/www/rutorrent/conf/users/root
mkdir /var/www/rutorrent/conf/users/root
Then i copied my access.ini - plugin.ini and config.php into each users directory but this is where i got stuck because my rutorrent config.php has
Code:
$XMLRPCMountPoint = “/var/www/rutorrent/plugins/rpc”Can i use the same plugin for both users ? or should they be "/RPC2" & "/RPC3" ?
Then for htaccess
Code:
htdigest -c /etc/apache2/.passwds Authorized joe123
But when i login the new user joe123 views the root users ruTorrent gui
Have i made a balls up or am i close ?
Attachments
-
1,009 bytes Views: 0
-
1,012 bytes Views: 0
-
1,005 bytes Views: 0
-
1,005 bytes Views: 0