Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: wTorrent/rTorrent Help

  1. #11
    Thanks ********-net.

    I will modify the file and reload lighttpd.
    I will post any issue if anyone appears.

    :-)

  2. BitTorrent   -   #12

    Question Mark

    Quote Originally Posted by ********-net View Post
    Here is the Syntax :

    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"
    )
    )
    "/RPC3" => # RT_DIR
    ( "127.0.0.1" =>
    (
    "host" => "127.0.0.1", # Ip where rtorrent is listening
    "port" => 5001, # Port specified in .rtorrent.rc
    "check-local" => "disable"
    )
    )
    )
    I have modified 10-scgi.conf file accordingly but here is the result when I restarted lighttpd server.

    Code:
    * Stopping web server lighttpd [ OK ]
    * Starting web server lighttpd                                                 
    2009-04-21 09:52:10: (configfile.c.855) source: /etc/lighttpd/conf-enabled/10-scgi.conf line: 10 pos: 9 parser failed somehow near here: /RPC3
    2009-04-21 09:52:10: (configfile.c.855) source: /usr/share/lighttpd/include-conf-enabled.pl line: 3 pos: 1 parser failed somehow near here: (EOL)
    2009-04-21 09:52:10: (configfile.c.855) source: /etc/lighttpd/lighttpd.conf line: 156 pos: 1 parser failed somehow here: (EOL) [fail]
    Any idea why it is not working properly ?
    Last edited by Jontox; 04-21-2009 at 08:01 AM.

  3. BitTorrent   -   #13
    seedhost-net
    Guest
    try :
    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"
    )
    )
    ,"/RPC3" => # RT_DIR
    ( "127.0.0.1" =>
    (
    "host" => "127.0.0.1", # Ip where rtorrent is listening
    "port" => 5001, # Port specified in .rtorrent.rc
    "check-local" => "disable"
    )
    )
    )
    Quote Originally Posted by Jontox View Post
    Quote Originally Posted by ********-net View Post
    Here is the Syntax :
    I have modified 10-scgi.conf file accordingly but here is the result when I restarted lighttpd server.

    Code:
    * Stopping web server lighttpd [ OK ]
    * Starting web server lighttpd                                                 
    2009-04-21 09:52:10: (configfile.c.855) source: /etc/lighttpd/conf-enabled/10-scgi.conf line: 10 pos: 9 parser failed somehow near here: /RPC3
    2009-04-21 09:52:10: (configfile.c.855) source: /usr/share/lighttpd/include-conf-enabled.pl line: 3 pos: 1 parser failed somehow near here: (EOL)
    2009-04-21 09:52:10: (configfile.c.855) source: /etc/lighttpd/lighttpd.conf line: 156 pos: 1 parser failed somehow here: (EOL) [fail]
    Any idea why it is not working properly ?

  4. BitTorrent   -   #14
    It works, thanks a lot :-) seed-host.net

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •