I'm trying to run two wTorrent+rTorrent instances on the same server.
I can run one instance of both just fine, but I can't figure out how to edit the scgi.server portion of the installation. I know the second rTorrent would require a second scgi.server port (set to 3000) but I don't know how to setup another
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"
)
)
)
Because when I put in another with the port edited to 3000, it throws out errors when I restart lighttpd...
any pointers?