From b82f3614c356aea83a58d6d3b3e392fa316754fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=83=20Stephen=20Shkardoon=20=E2=98=83?= Date: Sun, 14 Jan 2018 02:09:42 +1300 Subject: [PATCH] Include SCGI/XMLRPC example in rtorrent.rc Examples are for scgi_port, and scgi_local (with scheduling to change permissions on the file). --- doc/rtorrent.rc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/rtorrent.rc b/doc/rtorrent.rc index 54383176..d0c17cf4 100644 --- a/doc/rtorrent.rc +++ b/doc/rtorrent.rc @@ -101,3 +101,12 @@ # Set downlad list layout style. ("full", "compact") # #ui.torrent_list.layout.set = "full" + +# SCGI Connectivity (for alternative rtorrent interfaces, XMLRPC) +# +# Use a IP socket with scgi_port, or a Unix socket with scgi_local. +# schedule can be used to set permissions on the unix socket. +# +#scgi_port = 127.0.0.1:5000 +#scgi_local = /home/user/rtorrent/rpc.socket +#schedule = scgi_permission,0,0,"execute.nothrow=chmod,\"g+w,o=\",/home/user/rtorrent/rpc.socket"