#1 2008-10-22 22:55:17
rtorrent使用web页面访问
原来可用web访问rtorrent !
原文:
http://wl500g.info/showthread.php?p=99824
-----------------------------------
Code is based on uTorrent WebUI.
Screenshot:
http://vif2ne.ru/nvk/stuff/novik/rtorrent/webui.jpg
Prerequisites
1) rTorrent (i recommend version >= 0.8.2)
2) Web server with php support (lighttpd, for example)
3) Web browser. IE6, IE7, FF2, FF3, Opera 9.x, Safari 3.x, Konqueror 3.5.x are supported.
Installation
1) Download this - http://vif2ne.ru/nvk/stuff/novik/rto...torrent.tar.gz [140K], unpack it to www root directory.
2) Next - standard dance around /RPC2.
- add line
Code:
scgi_port = 127.0.0.1:5000to rtorrent.conf
- add scgi gateway to web server. For example, for lighttpd - in lighttpd.conf uncomment (or add) line "mod_scgi" in server.modules section, edit (or add) section scgi.server like this:
Code:
scgi.server = (
"/RPC2" =>
( "127.0.0.1" =>
(
"host" => "127.0.0.1",
"port" => 5000,
"check-local" => "disable"
)
)
)
3) In web browser go to http://router.ip:www_port/rtorrent
------------------------------------------
我到这里卡住了:Next - standard dance around /RPC2
什么意思呢? 要怎么操作呢?
请高手指引
離線
#7 2008-10-25 16:28:25
Re: rtorrent使用web页面访问
不知如何成功的,故僅供參考.
1.首先要先完成lighttpd + PHP + FastCGI ,安裝方式請參考https://digiland.tw/viewtopic.php?id=406
2.安裝rtorrent,安裝方式請參考https://digiland.tw/viewtopic.php?id=213
3.下載http://vif2ne.ru/nvk/stuff/novik/rtorre … ent.tar.gz,然後解壓至/opt/share/www之下,假設解壓後的目錄是rtorrent,則/opt/share/www/rtorrent之下就會有rTorrent WebUI的網頁檔案.
4.在/opt/etc/rtorrent.conf的第一行加入
scgi_port = 127.0.0.1:5000
5.修改/opt/etc/lighttpd/lighttpd.conf,在server.modules之下加入一行"mod_scgi"
再來如果/opt/etc/lighttpd/lighttpd.conf內有一行include_shell "cat /opt/etc/lighttpd/conf.d/*.conf"
則請建立/opt/etc/lighttpd/conf.d/11-php-scgi.conf,檔案內容如下:
scgi.server = (
"/RPC2" =>
( "127.0.0.1" =>
(
"host" => "127.0.0.1",
"port" => 5000,
"check-local" => "disable"
)
)
)
6.重新啟動lighttpd及rtorrent,如果一切順利,在ie網址輸入http://router.ip:www_port/rtorrent(例如:http://192.168.1.1:8081/rtorrent/)就可以看到Loading...,之後就會出現rtorrent的web介面了.
7.如果設定錯誤或rtorrent未正常啟動,則會在Loading...停住,或出現Bad response: (500)
8.如果是用ie開web介面,請用英文介面,不要切換為中文介面,否則ie會當掉,但若是用Firefox則沒有問題.
PS:以上僅供參考,因為真的是不小心測試成功的.
最後修改: ardayang (2008-10-25 16:34:18)
離線
#8 2008-10-25 18:27:47
Re: rtorrent使用web页面访问
可以考慮一下,rtorrent+nTorrent
nTorrent使用ssh連結管理,不需要安裝php, lighttpd
nTorrent功能出乎我意料的強大,跟for windows的utorrent界面超級像的
rtorrent+nTorrent安裝教學
雖然是英文,但是別擔心沒有幾個步驟,非常簡單地
nTorrent下載
離線
#9 2008-10-25 19:31:28
Re: rtorrent使用web页面访问
maha 提到:
可以考慮一下,rtorrent+nTorrent
nTorrent使用ssh連結管理,不需要安裝php, lighttpd
nTorrent功能出乎我意料的強大,跟for windows的utorrent界面超級像的
rtorrent+nTorrent安裝教學
雖然是英文,但是別擔心沒有幾個步驟,非常簡單地
nTorrent下載
真的很簡單.馬上就成功連上了.謝謝您!
離線
#10 2008-10-26 00:27:06
Re: rtorrent使用web页面访问
多谢大家指导。
我按‘rtorrent+nTorrent安裝教學’修改好文件后,下载并运行NTORRENT,结果弹出窗口提示:conection reset。
什么原因呢?
另外,当启动rtorrent时,/opt/etc/init.d/./S99rtorrent start
会返回如下信息:
[admin@W500W root]$ /opt/etc/init.d/./S99rtorrent start
[: RTORRENT_DEFAULT: unknown operand
[: RTORRENT_DEFAULT: unknown operand
[: RTORRENT_DEFAULT: unknown operand
Starting rtorrent: rtorrent.
这正常嘛?是否因此而影响到NTORRENT 的运行?
多谢
離線