Changes between Version 12 and Version 13 of RTorrentXMLRPCGuide


Ignore:
Timestamp:
11/10/10 05:59:27 (3 years ago)
Author:
rakshasa
Comment:

Added information on how to use nginx with rtorrent.

Legend:

Unmodified
Added
Removed
Modified
  • RTorrentXMLRPCGuide

    v12 v13  
    3434                  ) 
    3535              ) 
     36}}} 
     37 
     38For nxing: 
     39 
     40Compile the latest nginx version with the modified mod_scgi found [http://libtorrent.rakshasa.no/downloads/mod_scgi-b466baa5fcdb.tar.gz here]. Note that you must use the linked version as it contained bug fixes and modifications to make it work properly. 
     41 
     42{{{ 
     43location /RPC2 { 
     44  scgi_pass   127.0.0.1:5000; 
     45  include     scgi_vars; 
     46  scgi_var    SCRIPT_NAME  /RPC2; 
     47} 
    3648}}} 
    3749