From 7b07fd280cd837d0181390c3d0a26acf70baaf62 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Sun, 11 Feb 2001 05:58:19 +0000 Subject: [PATCH] Clean up the filter.html and handler.html files a little. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88087 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/filter.html | 25 +++++++++++-------------- docs/manual/filter.html.en | 25 +++++++++++-------------- docs/manual/handler.html | 4 ---- docs/manual/handler.html.en | 4 ---- 4 files changed, 22 insertions(+), 36 deletions(-) diff --git a/docs/manual/filter.html b/docs/manual/filter.html index 9cdcb201d9..c62b4315b0 100644 --- a/docs/manual/filter.html +++ b/docs/manual/filter.html @@ -32,30 +32,27 @@ -

A filter is a process which is applied to data that is sent or received by the server. Data sent by clients to the server is processed by input filters while data sent by the server to the client is processed by output filters. Multiple filters can be applied to the data, and the order -of the filters can be explicitly specified. In addition, -since filters apply to all content, they allow for flexible -manipulation of data such as processing the output of -CGI scripts for Server Side Includes.

+of the filters can be explicitly specified.

-

The set of filters which apply to data can be manipulated +

Filters are used internally by Apache to perform functions such as +chunking and byte-range request handling. In addition, modules can +provide filters which are selectable using run-time configuration +directives. The set of filters which apply to data can be manipulated with the SetInputFilter and SetOutputFilter directives.

-

The only filter currently included with the Apache distribution -is the INCLUDE filter which is provided by -mod_include to process output -for Server Side Includes. There is also an experimental module -called mod_ext_filter -which allows for external programs to be defined as filters.

- +

The only configurable filter currently included with the Apache +distribution is the INCLUDES filter which is provided by +mod_include to process output for +Server Side Includes. There is also an experimental module called mod_ext_filter which allows for +external programs to be defined as filters.

- diff --git a/docs/manual/filter.html.en b/docs/manual/filter.html.en index 9cdcb201d9..c62b4315b0 100644 --- a/docs/manual/filter.html.en +++ b/docs/manual/filter.html.en @@ -32,30 +32,27 @@ -

A filter is a process which is applied to data that is sent or received by the server. Data sent by clients to the server is processed by input filters while data sent by the server to the client is processed by output filters. Multiple filters can be applied to the data, and the order -of the filters can be explicitly specified. In addition, -since filters apply to all content, they allow for flexible -manipulation of data such as processing the output of -CGI scripts for Server Side Includes.

+of the filters can be explicitly specified.

-

The set of filters which apply to data can be manipulated +

Filters are used internally by Apache to perform functions such as +chunking and byte-range request handling. In addition, modules can +provide filters which are selectable using run-time configuration +directives. The set of filters which apply to data can be manipulated with the SetInputFilter and SetOutputFilter directives.

-

The only filter currently included with the Apache distribution -is the INCLUDE filter which is provided by -mod_include to process output -for Server Side Includes. There is also an experimental module -called mod_ext_filter -which allows for external programs to be defined as filters.

- +

The only configurable filter currently included with the Apache +distribution is the INCLUDES filter which is provided by +mod_include to process output for +Server Side Includes. There is also an experimental module called mod_ext_filter which allows for +external programs to be defined as filters.

- diff --git a/docs/manual/handler.html b/docs/manual/handler.html index 357ec0e77e..c9c2427514 100644 --- a/docs/manual/handler.html +++ b/docs/manual/handler.html @@ -33,7 +33,6 @@ mod_cgi
mod_imap
mod_info
-mod_include
mod_mime
mod_negotiation
mod_status
@@ -85,9 +84,6 @@ handlers in the standard distribution are as follows:

  • server-info: Get the server's configuration information. (mod_info) -
  • server-parsed: - Parse for server-side includes. - (mod_include)
  • server-status: Get the server's status report. (mod_status) diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en index 357ec0e77e..c9c2427514 100644 --- a/docs/manual/handler.html.en +++ b/docs/manual/handler.html.en @@ -33,7 +33,6 @@ mod_cgi
    mod_imap
    mod_info
    -mod_include
    mod_mime
    mod_negotiation
    mod_status
    @@ -85,9 +84,6 @@ handlers in the standard distribution are as follows:

  • server-info: Get the server's configuration information. (mod_info) -
  • server-parsed: - Parse for server-side includes. - (mod_include)
  • server-status: Get the server's status report. (mod_status) -- 2.50.1