Changes between Version 12 and Version 13 of RTorrentXMLRPCGuide
- Timestamp:
- 11/10/10 05:59:27 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RTorrentXMLRPCGuide
v12 v13 34 34 ) 35 35 ) 36 }}} 37 38 For nxing: 39 40 Compile 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 {{{ 43 location /RPC2 { 44 scgi_pass 127.0.0.1:5000; 45 include scgi_vars; 46 scgi_var SCRIPT_NAME /RPC2; 47 } 36 48 }}} 37 49
