Search Criteria
Package Details: rutorrent 3.10-1
Git Clone URL: | https://aur.archlinux.org/rutorrent.git (read-only, click to copy) |
---|---|
Package Base: | rutorrent |
Description: | Yet another web front-end for rTorrent |
Upstream URL: | https://github.com/Novik/ruTorrent |
Keywords: | bittorrent rtorrent torrent |
Licenses: | |
Conflicts: | |
Submitter: | None |
Maintainer: | pizzaman |
Last Packager: | TheGoliath |
Votes: | 125 |
Popularity: | 0.38 |
First Submitted: | 2009-09-07 19:59 |
Last Updated: | 2020-07-14 14:20 |
Dependencies (5)
- coreutils (coreutils-git, coreutils-selinux)
- curl (curl-git, curl-minimal-git)
- gzip (gzip-git, gzip-with-pigz-symlinks, dxcompress, dxcompress-git)
- php (php55, php53, php70, php71, php-zts, php72, php56, php73)
- mod_scgi (optional) – for SCGI protocol
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
Huulivoide commented on 2012-08-26 11:15
Could you add !strip to options, this can shave off a few secs of
build time on lowend systems (RaspberryPi)
dracorp commented on 2012-06-25 13:23
Add to open_basedir in /etc/php/php.ini: /usr/share/webapps
or comment open_basedir.
skydrome commented on 2012-06-24 21:01
check permissions of /usr/share/webapps/rutorrent and/or add it to php's open_basedir directive
Feng-Huang commented on 2012-06-24 20:39
It was missing open_basedir. Now I got another error in log :
PHP Fatal error: require_once(): Failed opening required '/usr/share/webapps/rutorrent/conf/config.php' (include_path='.:/usr/share/pear') in /usr/share/webapps/rutorrent/php/util.php on line 19
But the file exists !!
skydrome commented on 2012-06-24 20:13
error 500 = your webserver is misconfigured... check its error log
Feng-Huang commented on 2012-06-24 20:09
[24.06.2012 22:07:42] WebUI started.
[24.06.2012 22:07:42] Bad response from server: (500 [error,getplugins])
[24.06.2012 22:07:42] Bad response from server: (500 [error,getuisettings])
I want a single user install (I say that because i've read some threads on forums)
Anonymous comment on 2012-04-26 21:57
I've gotten mine working, although I'm no expert. I had to add a line to /etc/lighttpd/lighttpd.conf
alias.url = (
# other rewrites in effect
"/rutorrent/" => "/usr/share/webapps/rutorrent/",
)
I also had to edit the open_ variable in php.ini to allow scripts to executed from /usr/share/webapps/.
Don't know if this is enough information or not, but hopefully it helps!
dracorp commented on 2012-04-24 06:48
I don't use lighttpd. Any idea?
Anonymous comment on 2012-04-23 23:43
Now completely broken using lighttpd rather than apache. Simply get a 404.
dracorp commented on 2012-04-23 07:05
Fixed, try now.