admin 发表于 2012-12-31 21:34:29

replace-filter-nginx-module 安装方法|replace-filter-nginx-module安装教程

这是lazyzhu的教程。分享下

1.编译安装regex
wget -c --no-check-certificate https://github.com/agentzh/sregex/tarball/master -O -|tar xz && mv -f agentzh-sregex* sregex
cd sregex/
make
make install
cd ../

2.重编译nginx

wget -c --no-check-certificate https://github.com/agentzh/replace-filter-nginx-module/tarball/master -O -|tar xz && mv -f agentzh-replace-filter-nginx-module* replace-filter-nginx-module
...
./configure --add-module=/path/to/replace-filter-nginx-module
...
页: [1]
查看完整版本: replace-filter-nginx-module 安装方法|replace-filter-nginx-module安装教程