From: André Malo Date: Fri, 18 Nov 2005 19:43:42 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.3.0~2742 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6f438669bd920a2212765f140e988d49f9e5dde;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345550 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/filter.html.en b/docs/manual/filter.html.en index fc6ee8a659b..e6c8ad92cd2 100644 --- a/docs/manual/filter.html.en +++ b/docs/manual/filter.html.en @@ -48,17 +48,19 @@ independent of the traditional request processing phases.

Some examples of filtering in the standard Apache distribution are:

-

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:

+ @@ -98,11 +100,11 @@ document is not already in the desired charset

Using Filters

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 @@ - + + + + + + mod_authz_dbd - Apache HTTP Server - - - - + + + +

-
<-
+
+
<-
Apache > HTTP Server > Documentation > Version 2.3 > Modules
@@ -38,16 +38,16 @@

Directives

Topics

See also

-
top
+
top
-

Database Login

+

Database Login

In 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.

-
top
+
top
-

Client Login

+

Client Login

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.

-
top
+
top
-

Configuration Example

+

Configuration Example


 # DBD Configuration
@@ -129,8 +129,8 @@ DBDExptime 300
 </Directory>
 
-
top
-

AuthzDBDAuthoritative Directive

+
top
+

AuthzDBDAuthoritative Directive

@@ -166,8 +166,8 @@ modules compliant behaviour.

-
top
-
Description:Sets whether authorization will be passed on to lower level modules
AuthzDBDLoginToReferer On will be ignored.

-
top
-
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
@@ -217,8 +217,8 @@ header is present -
top
-
Description:Specify the SQL Query for the required operation
Syntax:AuthzDBDQuery SQL-Query
@@ -241,4 +241,4 @@ header is present - + \ No newline at end of file diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index 714c1257039..ad69c07ce5e 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -188,6 +188,13 @@ the specified alias + + + + + + + + + + + + + + + + + + + + diff --git a/docs/manual/sitemap.html.de b/docs/manual/sitemap.html.de index 8d17e9bcbd1..5b3071c2767 100644 --- a/docs/manual/sitemap.html.de +++ b/docs/manual/sitemap.html.de @@ -178,6 +178,7 @@ HPUX betreiben
  • Apache-Modul mod_authn_default
  • Apache-Modul mod_authn_file
  • Apache-Modul mod_authnz_ldap
  • +
  • Apache-Modul mod_authz_dbd
  • Apache-Modul mod_authz_dbm
  • Apache-Modul mod_authz_default
  • Apache-Modul mod_authz_groupfile
  • diff --git a/docs/manual/sitemap.html.en b/docs/manual/sitemap.html.en index 06aeb15246c..607f474d47e 100644 --- a/docs/manual/sitemap.html.en +++ b/docs/manual/sitemap.html.en @@ -176,6 +176,7 @@ Server on HPUX
  • Apache Module mod_authn_default
  • Apache Module mod_authn_file
  • Apache Module mod_authnz_ldap
  • +
  • Apache Module mod_authz_dbd
  • Apache Module mod_authz_dbm
  • Apache Module mod_authz_default
  • Apache Module mod_authz_groupfile
  • diff --git a/docs/manual/sitemap.html.es b/docs/manual/sitemap.html.es index 4e83e4603bd..859bbb0dd56 100644 --- a/docs/manual/sitemap.html.es +++ b/docs/manual/sitemap.html.es @@ -179,6 +179,7 @@ usados para describir las directivas de Apache
  • Módulo Apache mod_authn_default
  • Módulo Apache mod_authn_file
  • Módulo Apache mod_authnz_ldap
  • +
  • Módulo Apache mod_authz_dbd
  • Módulo Apache mod_authz_dbm
  • Módulo Apache mod_authz_default
  • Módulo Apache mod_authz_groupfile
  • diff --git a/docs/manual/sitemap.html.ja.euc-jp b/docs/manual/sitemap.html.ja.euc-jp index 14d95e74f74..544768d5daf 100644 --- a/docs/manual/sitemap.html.ja.euc-jp +++ b/docs/manual/sitemap.html.ja.euc-jp @@ -173,6 +173,7 @@
  • Apache ¥â¥¸¥å¡¼¥ë mod_authn_default
  • Apache ¥â¥¸¥å¡¼¥ë mod_authn_file
  • Apache ¥â¥¸¥å¡¼¥ë mod_authnz_ldap
  • +
  • Apache ¥â¥¸¥å¡¼¥ë mod_authz_dbd
  • Apache ¥â¥¸¥å¡¼¥ë mod_authz_dbm
  • Apache ¥â¥¸¥å¡¼¥ë mod_authz_default
  • Apache ¥â¥¸¥å¡¼¥ë mod_authz_groupfile
  • diff --git a/docs/manual/sitemap.html.ko.euc-kr b/docs/manual/sitemap.html.ko.euc-kr index c70e83d01d7..498b99ac231 100644 --- a/docs/manual/sitemap.html.ko.euc-kr +++ b/docs/manual/sitemap.html.ko.euc-kr @@ -177,6 +177,7 @@
  • ¾ÆÆÄÄ¡ ¸ðµâ mod_authn_default
  • ¾ÆÆÄÄ¡ ¸ðµâ mod_authn_file
  • ¾ÆÆÄÄ¡ ¸ðµâ mod_authnz_ldap
  • +
  • ¾ÆÆÄÄ¡ ¸ðµâ mod_authz_dbd
  • ¾ÆÆÄÄ¡ ¸ðµâ mod_authz_dbm
  • ¾ÆÆÄÄ¡ ¸ðµâ mod_authz_default
  • ¾ÆÆÄÄ¡ ¸ðµâ mod_authz_groupfile
  • Description:Specify a query to look up a login page for the user
    Syntax:AuthzDBDRedirectQuery SQL-Query
    AuthType Basic|DigestdhC
    Art der Authentisierung
    AuthUserFile file-pathdhB
    Sets the name of a text file containing the list of users and passwords for authentication
    AuthzDBDAuthoritative On|Off On dE
    Sets whether authorization will be passed on to lower level +modules
    AuthzDBDLoginToReferer On|Off Off dE
    Determines whether to redirect the Client to the Referring +page on successful login or logout if a Referer request +header is present
    AuthzDBDQuery SQL-QuerydE
    Specify the SQL Query for the required operation
    AuthzDBDRedirectQuery SQL-QuerydE
    Specify a query to look up a login page for the user
    AuthzDBMAuthoritative On|Off On dhE
    Sets whether authorization will be passed on to lower level modules
    AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhE
    Sets the type of database file that is used to diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index dc8d6c02933..578c15dabf9 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -185,6 +185,13 @@ the specified alias
    AuthType Basic|DigestdhC
    Type of user authentication
    AuthUserFile file-pathdhB
    Sets the name of a text file containing the list of users and passwords for authentication
    AuthzDBDAuthoritative On|Off On dE
    Sets whether authorization will be passed on to lower level +modules
    AuthzDBDLoginToReferer On|Off Off dE
    Determines whether to redirect the Client to the Referring +page on successful login or logout if a Referer request +header is present
    AuthzDBDQuery SQL-QuerydE
    Specify the SQL Query for the required operation
    AuthzDBDRedirectQuery SQL-QuerydE
    Specify a query to look up a login page for the user
    AuthzDBMAuthoritative On|Off On dhE
    Sets whether authorization will be passed on to lower level modules
    AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhE
    Sets the type of database file that is used to diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index fc58f935596..9f7b48f837b 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -188,6 +188,13 @@ the specified alias
    AuthType Basic|DigestdhC
    Type of user authentication
    AuthUserFile file-pathdhB
    Sets the name of a text file containing the list of users and passwords for authentication
    AuthzDBDAuthoritative On|Off On dE
    Sets whether authorization will be passed on to lower level +modules
    AuthzDBDLoginToReferer On|Off Off dE
    Determines whether to redirect the Client to the Referring +page on successful login or logout if a Referer request +header is present
    AuthzDBDQuery SQL-QuerydE
    Specify the SQL Query for the required operation
    AuthzDBDRedirectQuery SQL-QuerydE
    Specify a query to look up a login page for the user
    AuthzDBMAuthoritative On|Off On dhE
    Sets whether authorization will be passed on to lower level modules
    AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhE
    Sets the type of database file that is used to diff --git a/docs/manual/mod/quickreference.html.ja.euc-jp b/docs/manual/mod/quickreference.html.ja.euc-jp index dcc621aa39a..73f552484ab 100644 --- a/docs/manual/mod/quickreference.html.ja.euc-jp +++ b/docs/manual/mod/quickreference.html.ja.euc-jp @@ -181,6 +181,13 @@ the specified alias
    AuthType Basic|DigestdhC
    ¥æ¡¼¥¶Ç§¾Ú¤Î¼ïÎà
    AuthUserFile file-pathdhB
    ǧ¾Ú¤Ë»ÈÍѤ¹¤ë¥æ¡¼¥¶¤È¥Ñ¥¹¥ï¡¼¥É¤Î°ìÍ÷¤¬³ÊǼ¤µ¤ì¤Æ¤¤¤ë¡¢ ¥Æ¥­¥¹¥È¥Õ¥¡¥¤¥ë¤Î̾Á°¤òÀßÄꤹ¤ë
    AuthzDBDAuthoritative On|Off On dE
    Sets whether authorization will be passed on to lower level +modules
    AuthzDBDLoginToReferer On|Off Off dE
    Determines whether to redirect the Client to the Referring +page on successful login or logout if a Referer request +header is present
    AuthzDBDQuery SQL-QuerydE
    Specify the SQL Query for the required operation
    AuthzDBDRedirectQuery SQL-QuerydE
    Specify a query to look up a login page for the user
    AuthzDBMAuthoritative On|Off On dhE
    Sets whether authorization will be passed on to lower level modules
    AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhE
    Sets the type of database file that is used to diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index cf0bff260fc..20f0afafc5b 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -173,6 +173,13 @@ the specified alias
    AuthType Basic|DigestdhC
    Type of user authentication
    AuthUserFile file-pathdhB
    ÀÎÁõÇÒ »ç¿ëÀÚ¸í¿Í ¾ÏÈ£ ¸ñ·ÏÀ» ÀúÀåÇÏ´Â ¹®ÀÚÆÄÀϸíÀ» ÁöÁ¤ÇÑ´Ù
    AuthzDBDAuthoritative On|Off On dE
    Sets whether authorization will be passed on to lower level +modules
    AuthzDBDLoginToReferer On|Off Off dE
    Determines whether to redirect the Client to the Referring +page on successful login or logout if a Referer request +header is present
    AuthzDBDQuery SQL-QuerydE
    Specify the SQL Query for the required operation
    AuthzDBDRedirectQuery SQL-QuerydE
    Specify a query to look up a login page for the user
    AuthzDBMAuthoritative On|Off On dhE
    ±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ
    AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhE
    ¾ÏÈ£¸¦ ÀúÀåÇÏ´Â µ¥ÀÌÅͺ£À̽º ÆÄÀÏ Á¾·ù¸¦ ÁöÁ¤ÇÑ´Ù
    AuthzDefaultAuthoritative On|Off On dhB
    ±ÇÇѺο©¸¦ Àú¼öÁØ ¸ðµâ·Î ³Ñ°ÜÁÙÁö ¿©ºÎ