Results 1 to 4 of 4

Thread: Rtorrent web - Problem

  1. #1

    Thumbs down Rtorrent web - Problem

    Witajcie
    Zainstalowałem WebUI do rtorrenta i po uruchomieniu stronki w sekcji dziennik dostaje taki komunikat
    Code:
    [09.08.2009 12:32:08] WebUI started.
    [09.08.2009 12:32:09] Bad response: (404) <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>404 - Not Found</title> </head> <body> <h1>404 - Not Found</h1> </body> </html>
    czy ktoś może mi pomóc z tym,
    dodam że nie moge odpalić ustawień

  2. #2
    Join Date
    Aug 2008
    Location
    Poland, Biała Podlaska
    Posts
    276
    SCGI gateway nie działa. On po¶redniczy pomiędzy tym skryptem a rtorrentem.

    W pliku /opt/etc/lighttpd/lighttpd.conf odkomentuj mod_cgi, mod_scgi.

    Do configu rtorrenta dopisz: scgi_port = 127.0.0.1:5000

    Do /opt/etc/lighttpd/lighttpd.conf dopisz na końcu

    scgi.server = (
    "/RPC2" =>
    ( "127.0.0.1" =>
    (
    "host" => "127.0.0.1",
    "port" => 5000,
    "check-local" => "disable"
    )
    )
    )
    Gotowe
    Teraz będzie działało.

    hint: pamiętaj żeby wcze¶niej uruchomić rtorrenta np w screenie.
    Last edited by Lesiuk; 09-08-2009 at 20:17.

  3. #3
    Te wpisy miałem już dodane,
    teraz otrzymuje inny komunikat
    Code:
    [12.08.2009 21:46:42] WebUI started.
    [12.08.2009 21:46:43] Bad link to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.
    [12.08.2009 21:46:43] Bad response: (500) <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>500 - Internal Server Error</title> </head> <body> <h1>500 - Internal Server Error</h1> </body> </html>

  4. #4
    Join Date
    Aug 2008
    Location
    Poland, Biała Podlaska
    Posts
    276
    Co¶ jest nie tak z twoim configiem.

    Napisz do mnie na mój numer gadu-gadu, tak będzie szybciej.

    2205798

Similar Threads

  1. Yet another web front-end for rTorrent
    By Novik in forum WL-500g Custom Development
    Replies: 22
    Last Post: 16-10-2010, 16:58
  2. [How to] rtorrent & ntorrent
    By mancub in forum WL-500gP Tutorials
    Replies: 101
    Last Post: 18-12-2008, 07:21
  3. rtorrent problem
    By domeld in forum WL-500gP Q&A
    Replies: 1
    Last Post: 01-12-2008, 20:13
  4. with Access point no web interface
    By Ternet in forum WL-500w Q&A
    Replies: 0
    Last Post: 16-03-2008, 14:34

Posting Permissions

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