Hello.
rtGui v0.2.7 can only connect to rTorrent trought RPC over HTTP. But
rTorrent can also create local UNIX socket to connect to. With PHPs
capability of opening these socket I wrote patch for rtGui to do so.
Basically, with it you can set 'scgi_local' in rtorrent config file,
set $rpc_connect='unix:///path/to/socket' and viola! rtgui without
configuring apache or lighttpd to mount RPC.
Patch for it is here:
http://overlord.uaznia.net/misc/rtgui-0.2.7-unix-socket.diff
Thanks for doing this gui. :)