nginx-0.0.3-2004-04-26-00:13:21 import
diff --git a/auto/modules b/auto/modules
index 8fcaf8a..d06631d 100644
--- a/auto/modules
+++ b/auto/modules
@@ -78,8 +78,9 @@
 fi
 
 
-modules="$CORE_MODULES $EVENT_MODULES $HTTP_MODULES \
-         $HTTP_FILTER_MODULES $HTTP_NOT_MODIFIED_FILTER_MODULE"
+modules="$CORE_MODULES $EVENT_MODULES $HTTP_MODULES $HTTP_FILTER_MODULES \
+         $HTTP_HEADERS_FILTER_MODULE \
+         $HTTP_NOT_MODIFIED_FILTER_MODULE"
 
 
 echo "#include <ngx_config.h>"                > $NGX_MODULES_C
diff --git a/auto/sources b/auto/sources
index eba6eb9..a4035ca 100644
--- a/auto/sources
+++ b/auto/sources
@@ -179,6 +179,7 @@
 HTTP_CHUNKED_FILTER_MODULE=ngx_http_chunked_filter_module
 HTTP_RANGE_FILTER_MODULE=ngx_http_range_filter_module
 HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module
+HTTP_HEADERS_FILTER_MODULE=ngx_http_headers_filter_module
 HTTP_NOT_MODIFIED_FILTER_MODULE=ngx_http_not_modified_filter_module
 
 HTTP_STATIC_MODULE=ngx_http_static_module
@@ -212,6 +213,7 @@
             src/http/modules/ngx_http_chunked_filter.c \
             src/http/modules/ngx_http_range_filter.c \
             src/http/modules/ngx_http_charset_filter.c \
+            src/http/modules/ngx_http_headers_filter.c \
             src/http/modules/ngx_http_not_modified_filter.c"
 
 # STUB