From b43e2c41e3ef2e5573f7f3070e909494d558edb8 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 20 Feb 2002 15:28:37 +0000 Subject: [PATCH] refer to background information on filters and mod_deflate where appropriate git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93511 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ext_filter.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_ext_filter.html b/docs/manual/mod/mod_ext_filter.html index 98d2d1ebba..4bc76ab588 100644 --- a/docs/manual/mod/mod_ext_filter.html +++ b/docs/manual/mod/mod_ext_filter.html @@ -16,7 +16,7 @@

Module mod_ext_filter

This module provides the ability to pass the response body - through an external program before delivering to the + through an external program before delivery to the client.

This is an experimental module and should be used with care. Test your mod_ext_filter configuration carefully to ensure that it performs the desired - function. You may wish to review XXX for background on the - Apache filtering model.

+ function. You may wish to review + this information for background on the Apache filtering + model.

mod_ext_filter presents a simple and familiar programming model for filters. With this module, a program @@ -111,6 +112,10 @@ +

Note: this gzip example is just for the purposes of + illustration. Please refer to + mod_deflate for a practical implementation.

+

Slowing down the server

   # mod_ext_filter directive to define a filter which runs everything 
-- 
2.50.1