scgi is the handler
so in apaches config put your scgi mounts inside of /rutorrent
and enclose /rutorrent with auth_digest (recommended) or basic
Code:
SCGIMount /rutorrent/username 127.0.0.1:port
Code:
AuthType Digest
AuthName "ruTorrent"
AuthDigestProvider file
AuthUserFile...
Is there any way to change the ownership settings of files downloaded by rtorrent? Currently I'm running it as a daemon on startup, but this means it runs a root even if I have it set to use my regular user account settings. For a variety of reasons I need the end result to be accessible...
Before I continue, I just wanted to thank you for your assistance with this. I do Windows installs and build systems for people so I know how frustrating it can be sometimes to deal with people who have no clue what you are talking about. So thank you for putting up with this Linux noob
OK...
yup, I get that. So how do I set the command line in the php?
currently my config.php looks like this:
Code:
// configuration parameters
// for snoopy client
@define('HTTP_USER_AGENT', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9) Gecko/2008052906 Firefox/3.0'...
rtorrent is installed on my new Synology DiskStation DS411j. I followed this guide to get it all set up, and everything is running smoothly now (so far as I can tell)
according to the guide, the program is run from /opt/etc/init.d/S99rtorrent
PHP 5.2.17 (cli) (built: Jan 11 2011 22:42:18)...
I am using autotools. what exactly do i change so atuotools handles the watch folders and not rtorrent.rc? do I have to comment out the line in rtorrent.rc? I tried that, and then nothing worked. So how does autotools watch folder function work? where do I set the defaults?
Now that I think I have a handle on basic watch folder operation, I want to set up multiple watch directories using autotools, but so far this doesn't seem to be working. I am not sure what I am missing.
I have
Code:
# Default directory to save the downloaded torrents.
directory = /volume1/
#...
[feeling very stupid now]
I don't even know what that is
edit: ok, I found (one of) my errors - a misspelling in my watch folder name. now watch folders are working, but they automatically start downloading. how can I get them to load in a stopped state?
edit2: found a solution on another...
ok, I installed the auottools plugin but so far nothing seems to be working. I checked the box to anable autowatch features and set the directory to watch as /volume1/downloads/torrents and left unchecked the start automatically button as my whole purpose here is to get torrents to load but not...
hi, thanks to take time to see this. I tried and I still have this problem. I don't think it's a php error because it's doesn't work with watchdir too. . .
Hi, Did you find a fix for your problem?
I have exactly the same problem, I can not add torrents bigger than 1.6M, and I already try editing the php settings in the php.ini and through the .htaccess.
See the first page of ruTorrent project. You *can't* use 0.8.7 with ruTorrent (and with another front-end for rTorrent). You *must* use stable 0.8.6, or current rtorrent svn.
That netstat IS only showing the number of connections on ONLY the torrent port (notice PORT in the netstat commands, real port edited out)
Also, active screenshot:
That's not 100 connections!
Lets do netstat again, just to be sure!
netstat -ant | grep PORT | awk '{print $6}' | sort |...