diff config @ 1:ba5471a3c988

First working code, still in progress. Body filtering isn't complete. Notably, it probably will fail with complex body replies and with non-static subrequests.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 15 Jul 2008 05:38:48 +0400
parents 6535d94ae07d
children 4d9427b61191
line wrap: on
line diff
--- a/config
+++ b/config
@@ -3,8 +3,11 @@
 
 ngx_addon_name="ngx_http_compose_filter_module"
 
+HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES \
+		ngx_http_compose_filter_module"
+
 HTTP_RANGE_BODY_FILTER_MODULE="$HTTP_RANGE_BODY_FILTER_MODULE \
-		ngx_http_compose_filter_module"
+		ngx_http_compose_body_filter_module"
 
 NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
 		$ngx_addon_dir/ngx_http_compose_filter_module.c"