From 9245a62936a0d5b453bb76876c0963a1002c15a8 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Sun, 17 Nov 2002 01:43:20 +0000 Subject: [PATCH] mod_ext_filter has switched from Experimental to Extension. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97543 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ext_filter.html.en | 6 +++--- docs/manual/mod/mod_ext_filter.xml | 2 +- docs/manual/mod/quickreference.html.en | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_ext_filter.html.en b/docs/manual/mod/mod_ext_filter.html.en index c199f6e0b8..a7f2eaedc7 100644 --- a/docs/manual/mod/mod_ext_filter.html.en +++ b/docs/manual/mod/mod_ext_filter.html.en @@ -7,7 +7,7 @@ -->mod_ext_filter - Apache HTTP Server
<-
Apache > HTTP Server > Documentation > Version 2.0 > Modules

Apache Module mod_ext_filter

Description: Pass the response body through an external program before delivery to the client
Status: - Experimental
Module Identifier: + Extension
Module Identifier: ext_filter_module
Source File: mod_ext_filter.c

Summary

This is an experimental module and should @@ -195,7 +195,7 @@ delivery to the clientStatus Define an external filterSyntax: ExtFilterDefine filtername parametersContext: server configStatus: - ExperimentalModule: + ExtensionModule: mod_ext_filter

The ExtFilterDefine directive defines the characteristics of an external filter, including the program to @@ -284,7 +284,7 @@ delivery to the clientStatus ExtFilterOptions option [option] ...Default: ExtFilterOptions DebugLevel=0 NoLogStderrContext: directoryStatus: - ExperimentalModule: + ExtensionModule: mod_ext_filter

The ExtFilterOptions directive specifies special processing options for mod_ext_filter. diff --git a/docs/manual/mod/mod_ext_filter.xml b/docs/manual/mod/mod_ext_filter.xml index 7ed3e1eff0..351432db3b 100644 --- a/docs/manual/mod/mod_ext_filter.xml +++ b/docs/manual/mod/mod_ext_filter.xml @@ -6,7 +6,7 @@ mod_ext_filter Pass the response body through an external program before delivery to the client -Experimental +Extension mod_ext_filter.c ext_filter_module diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 72cc60bd09..27b225675e 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -276,8 +276,8 @@ by MIME type ExpiresDefault <code>secondssvdhEDefault algorithm for calculating expiration time ExtendedStatus On|Off Off sBKeep track of extended status information for each request -ExtFilterDefine filtername parameterssXDefine an external filter -ExtFilterOptions option [option] ... DebugLevel=0 NoLogS +dXConfigure mod_ext_filter options +ExtFilterDefine filtername parameterssEDefine an external filter +ExtFilterOptions option [option] ... DebugLevel=0 NoLogS +dEConfigure mod_ext_filter options FileETag component ... INode MTime Size svdhCFile attributes used to create the ETag HTTP response header <Files filename> ... </Files>svdhCContains directives that apply to matched -- 2.40.0