[Libtorrent-devel] XMLRPC issue

myway at web myway.cn at gmail.com
Thu Dec 13 07:36:19 UTC 2007


Hi all

i am using libtorrent and rtorrent lasted svn 1017 version and want to use
nTorrent or wTorrent. So i follow guide below to compile libtorrent/rtorrent
and setup lighttpd.
http://code.google.com/p/ntorrent/wiki/QuickStart
http://projects.cyla.homeip.net/rtwi/wiki/InstallationGuide
http://canbruixa.homelinux.net/wt/

Now, Lighttpd running without any issue and rtorrent without "scgi_port =
5000" running well also.
BUT rtorrent give me a error msg "Fault occured while inserting xmlrpc call"
if i set "scgi_port = 5000" in .rtorrent.rc

*HOW can i make rtorrent run with "scgi_port = 5000" parameter?*



Here are some conf info.

lighttpd.conf add/uncoment the following line: "mod_scgi",
Then add this at the end of your file: scgi.server = (
 "/RPC2" => # RT_DIR
  ( "127.0.0.1" =>
   (
    "host" => "127.0.0.1", # Ip where rtorrent is listening
    "port" => 5000, # Port specified in .rtorrent.rc
    "check-local" => "disable"
   )
  )
 )

run rtorrent without "scgi_port = 5000" then i got lighttpd error.log have
following log:

*2007-12-13 15:06:30: (mod_scgi.c.2219) establishing connection failed:
Connection refused
2007-12-13 15:06:30: (mod_scgi.c.2353) fcgi-server disabled: 127.0.0.1 5000

2007-12-13 15:06:30: (mod_scgi.c.2821) no fcgi-handler found for: /RPC2
2007-12-13 15:06:31: (mod_scgi.c.2047) fcgi-server re-enabled: 127.0.0.15000
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rakshasa.no/pipermail/libtorrent-devel/attachments/20071213/748fdf00/attachment.html


More information about the Libtorrent-devel mailing list