From: André Malo
Some examples of filtering in the standard Apache distribution are:
mod_include, implements server-side includes.mod_ssl, implements SSL encryption (https).mod_deflate, implements compression/decompression on the fly.mod_charset_lite, transcodes between different character sets.mod_ext_filter, runs an external program as a filter.Apache also uses a number of filters internally, to perform +
Apache also uses a number of filters internally to perform functions like chunking and byte-range handling.
-A wider range of applications are implemented by third-party -filter modules. A few of these are:
+A wider range of applications are implemented by third-party filter +modules available from modules.apache.org and +elsewhere. A few of these are:
+There are two ways to use filtering: Simple and Dynamic. -In general, you should use one or the other: mixing them can +In general, you should use one or the other; mixing them can have unexpected consequences (although simple Input filtering -can be mixed freely with either simple or dynamic Output filtering!
+can be mixed freely with either simple or dynamic Output filtering).The Simple Way is the only way to configure input filters, and is
-suficient for output filters where you need a static filter chain.
+sufficient for output filters where you need a static filter chain.
Relevant directives are
SetInputFilter,
SetOutputFilter,
@@ -115,11 +117,13 @@ Relevant directives are
of output filters, as discussed in the mod_filter page.
Relevant directives are
FilterChain,
- FilterDeclare,
+ FilterDeclare, and
FilterProvider.
One further directive AddOutputFilterByType is still supported, -but may be problematic and is now deprecated. Use dynamic configuration -instead.
+ +One further directive AddOutputFilterByType is still supported,
+but may be problematic and is now deprecated. Use dynamic
+configuration instead.
Available Languages: en | diff --git a/docs/manual/filter.xml.es b/docs/manual/filter.xml.es index ab8978c15d7..88aa9a82a0c 100644 --- a/docs/manual/filter.xml.es +++ b/docs/manual/filter.xml.es @@ -1,7 +1,7 @@ - + + + + + +
Apache HTTP Server Version 2.3
-

AuthzDBDAuthoritative
AuthzDBDLoginToReferer
AuthzDBDQuery
AuthzDBDRedirectQuery
AuthzDBDAuthoritative
AuthzDBDLoginToReferer
AuthzDBDQuery
AuthzDBDRedirectQuery
Database Login
Client Login
Configuration Example
Database Login
Client Login
Configuration ExampleIn addition to the standard authz function of checking group membership, this module provides database Login/Logout capability. @@ -68,9 +68,9 @@ of course to users supplying the necessary credentials).
Require types:
Require dbd-login and Require dbd-logout.
For usage details, see the configuration example below.
-In conjunction with server login/logout, we may wish to implement clientside login/out, for example by setting and unsetting a cookie @@ -81,9 +81,9 @@ operation in to database login/logout. To support this, be run whenever a user successfully logs into or out of the database. Session management modules can use the hook to implement functions to start and end a client session.
-
# DBD Configuration
@@ -129,8 +129,8 @@ DBDExptime 300
</Directory>
| Description: | Sets whether authorization will be passed on to lower level modules |
|---|
| Description: | Determines whether to redirect the Client to the Referring
page on successful login or logout if a Referer request
@@ -186,8 +186,8 @@ header is present |
|---|
| Description: | Specify the SQL Query for the required operation |
|---|---|
| Syntax: | AuthzDBDQuery SQL-Query |
| Description: | Specify a query to look up a login page for the user |
|---|---|
| Syntax: | AuthzDBDRedirectQuery SQL-Query |