Собрал lighttpd+php+sqlite, вот его конфиг lighttpd.conf
Запускаю rtorrent
(14:31:38) Using 'kqueue' based polling.
(14:31:38) XMLRPC initialized with 496 functions.
(14:31:38) The SCGI socket is bound to a specific network device yet may still pose a security risk, consider using 'scgi_local'.
Код: Выделить всё
mime# netstat -nat
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address (state)
tcp4 0 0 *.6890 *.* LISTEN
tcp4 0 0 127.0.0.1.5000 *.* LISTEN
tcp4 0 0 192.168.0.109.22 192.168.0.100.62255 ESTABLISHED
tcp4 0 52 192.168.0.109.22 192.168.0.100.61963 ESTABLISHED
tcp4 0 172 192.168.0.109.22 192.168.0.100.61397 ESTABLISHED
tcp4 0 0 127.0.0.1.25 *.* LISTEN
tcp4 0 0 *.22 *.* LISTEN
tcp6 0 0 *.22 *.* LISTEN
tcp4 0 0 *.80 *.* LISTEN
udp4 0 0 *.514 *.*
udp6 0 0 *.514 *.*
Захожу на http://192.168.0.109/wtorrent/install.php
Выставляю такие настройки http://s3.amazonaws.com/floomby/10_26_2009...09u8c2dsIaw.jpg
В итоге получаю:
Error: cannot connect to rtorrent, please check host, folder and port values (and user/password if you have auth set up).
В /var/log/lighttpd.error.log пусто
В чем может быть проблема?