Thanks ********-net.
I will modify the file and reload lighttpd.
I will post any issue if anyone appears.
:-)
Printable View
Thanks ********-net.
I will modify the file and reload lighttpd.
I will post any issue if anyone appears.
:-)
I have modified 10-scgi.conf file accordingly but here is the result when I restarted lighttpd server.
Any idea why it is not working properly :frusty: ?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]
try :
Quote:
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"
)
)
)
It works, thanks a lot :-) seed-host.net