December
14th,
2010
filter模块与其他模块的配置不同,需注意第二行为HTTP_AUX_FILTER_MODULES,否则将不能正常运行。这是由于ngx_http_write_filter_module模块的特殊性导致的,必须保证filter模块后于ngx_http_write_filter_module加载,如果这个参数配置错误,模块的加载顺序就乱了。
“config” for filter modules:
ngx_addon_name=ngx_http_
“config” for other modules:
ngx_addon_name=ngx_http_
参考:http://www.evanmiller.org/nginx-modules-guide.html#compiling