从rutorrent的Google Code官方网站获悉 nginx/0.8.54开始已经支持SCGI 于是产生了把Apache换成Nginx的想法。
过程是相当的简单 但是后来的问题也不少。
Nginx做一个如下设置即可
location /RPC2 {
include scgi_para[......]
参考自北交大Ditto老师的文章
安装必要的依赖文件,如果你Ubuntu的build-essential那么安装下
[bash]sudo apt-get install build-essential[/bash]
然后
[bash]sudo apt-get install li[......]