From: André Malo Date: Tue, 21 Sep 2004 19:44:27 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.1.1~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e99a8f0226eba55056d576f51a013d611991b13;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105229 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index fbebd40c3c3..e8dfc92c6b5 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -182,10 +182,10 @@
  • <Files>
  • <FilesMatch>
  • FilterChain
  • -
  • FilterDebug
  • FilterDeclare
  • FilterProtocol
  • FilterProvider
  • +
  • FilterTrace
  • ForceLanguagePriority
  • ForceType
  • ForensicLog
  • diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 3f9d3927150..25f598074dc 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -183,10 +183,10 @@
  • <Files>
  • <FilesMatch>
  • FilterChain
  • -
  • FilterDebug
  • FilterDeclare
  • FilterProtocol
  • FilterProvider
  • +
  • FilterTrace
  • ForceLanguagePriority
  • ForceType
  • ForensicLog
  • diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es index 6fd66fd133c..772a0f54ac9 100644 --- a/docs/manual/mod/directives.html.es +++ b/docs/manual/mod/directives.html.es @@ -185,10 +185,10 @@
  • <Files>
  • <FilesMatch>
  • FilterChain
  • -
  • FilterDebug
  • FilterDeclare
  • FilterProtocol
  • FilterProvider
  • +
  • FilterTrace
  • ForceLanguagePriority
  • ForceType
  • ForensicLog
  • diff --git a/docs/manual/mod/directives.html.ja.euc-jp b/docs/manual/mod/directives.html.ja.euc-jp index b1b155b7a45..e369758d3a5 100644 --- a/docs/manual/mod/directives.html.ja.euc-jp +++ b/docs/manual/mod/directives.html.ja.euc-jp @@ -179,10 +179,10 @@
  • <Files>
  • <FilesMatch>
  • FilterChain
  • -
  • FilterDebug
  • FilterDeclare
  • FilterProtocol
  • FilterProvider
  • +
  • FilterTrace
  • ForceLanguagePriority
  • ForceType
  • ForensicLog
  • diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr index 1df682585f7..8ba1b1b9a83 100644 --- a/docs/manual/mod/directives.html.ko.euc-kr +++ b/docs/manual/mod/directives.html.ko.euc-kr @@ -180,10 +180,10 @@
  • <Files>
  • <FilesMatch>
  • FilterChain
  • -
  • FilterDebug
  • FilterDeclare
  • FilterProtocol
  • FilterProvider
  • +
  • FilterTrace
  • ForceLanguagePriority
  • ForceType
  • ForensicLog
  • diff --git a/docs/manual/mod/mod_filter.html.en b/docs/manual/mod/mod_filter.html.en index 4ec7d4d126b..2bfbab15a49 100644 --- a/docs/manual/mod/mod_filter.html.en +++ b/docs/manual/mod/mod_filter.html.en @@ -46,10 +46,10 @@ to mod_filter; no change to existing filter modules is required

    Directives

    Topics

    -
    top
    -

    FilterDebug Directive

    - - - - - - -
    Description:Get debug/diagnostic information from mod_filter
    Syntax:FilterDebug filter-name level
    Context:server config, virtual host, directory, .htaccess
    Status:Extension
    Module:mod_filter
    -

    This directive generates debug information from mod_filter. -It is designed to help test and debug providers (filter modules), although -it may also help with mod_filter itself.

    -

    The debug output depends on the level set:

    -
    -
    0 (default)
    -
    No debug information is generated.
    -
    1
    -
    mod_filter will record buckets and brigades passing through the filter -to the error log, before the provider has processed them. -This is similar to the information generated by -mod_diagnostics. -
    -
    2 (not yet implemented)
    -
    Will dump the full data passing through to a tempfile before the provider. -For single-user debug only; this will not -support concurrent hits.
    -
    -
    top

    FilterDeclare Directive

    @@ -377,6 +348,35 @@ any leading ! as follows:

    Unconditional match
    +
    +
    top
    +

    FilterTrace Directive

    + + + + + + +
    Description:Get debug/diagnostic information from mod_filter
    Syntax:FilterTrace filter-name level
    Context:server config, virtual host, directory, .htaccess
    Status:Extension
    Module:mod_filter
    +

    This directive generates debug information from mod_filter. +It is designed to help test and debug providers (filter modules), although +it may also help with mod_filter itself.

    +

    The debug output depends on the level set:

    +
    +
    0 (default)
    +
    No debug information is generated.
    +
    1
    +
    mod_filter will record buckets and brigades passing through the filter +to the error log, before the provider has processed them. +This is similar to the information generated by +mod_diagnostics. +
    +
    2 (not yet implemented)
    +
    Will dump the full data passing through to a tempfile before the provider. +For single-user debug only; this will not +support concurrent hits.
    +
    +
    diff --git a/docs/manual/mod/mod_ldap.html.en b/docs/manual/mod/mod_ldap.html.en index 84f851ebaaa..b16911884bc 100644 --- a/docs/manual/mod/mod_ldap.html.en +++ b/docs/manual/mod/mod_ldap.html.en @@ -308,7 +308,7 @@ valid
    top

    LDAPSharedCacheFile Directive

    - + diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index 8c0a03b0b43..2b16a922ee9 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -326,12 +326,12 @@ beziehen - - - - + + + + operations - + diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 63e0b197663..60871f52905 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -319,12 +319,12 @@ filenames - - - - + + + + operations - + diff --git a/docs/manual/mod/quickreference.html.es b/docs/manual/mod/quickreference.html.es index d86ce43a9f4..edc4de61b3c 100644 --- a/docs/manual/mod/quickreference.html.es +++ b/docs/manual/mod/quickreference.html.es @@ -322,12 +322,12 @@ filenames - - - - + + + + operations - + diff --git a/docs/manual/mod/quickreference.html.ja.euc-jp b/docs/manual/mod/quickreference.html.ja.euc-jp index 035a1fa5785..20e821be083 100644 --- a/docs/manual/mod/quickreference.html.ja.euc-jp +++ b/docs/manual/mod/quickreference.html.ja.euc-jp @@ -302,12 +302,12 @@ API - - - - + + + + operations - + diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index d550e124636..75d8c2eb516 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -278,12 +278,12 @@ filenames - - - - + + + + operations - +
    Description:Sets the shared memory chache file
    Description:Sets the shared memory cache file
    Syntax:LDAPSharedCacheFile directory-path/filename
    Context:server config
    Status:Experimental
    <FilesMatch regex> ... </FilesMatch>svdhC
    Enthält Direktiven, die für Dateinamen gelten, die auf einen regulären Ausdruck passen
    FilterChain ([+=-@!]filter-name)+svdhE
    Configure the filter chain
    FilterDebug filter-name levelsvdhE
    Get debug/diagnostic information from mod_filter
    FilterDeclare filter-name [req|resp|env]=dispatch +
    FilterDeclare filter-name [req|resp|env]=dispatch [type] -svdhE
    Declare a smart filter
    FilterProtocol filter-name [provider-name] "proto-flags"svdhE
    Deal with correct HTTP protocol handling
    FilterProvider filter-name provider-name matchsvdhE
    Register a content filter
    svdhE
    Declare a smart filter
    FilterProtocol filter-name [provider-name] "proto-flags"svdhE
    Deal with correct HTTP protocol handling
    FilterProvider filter-name provider-name matchsvdhE
    Register a content filter
    FilterTrace filter-name levelsvdhE
    Get debug/diagnostic information from mod_filter
    ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer svdhB
    Action to take if a single acceptable document is not found
    ForceType MIME-Type|NonedhC
    Erzwingt die Auslieferung aller passendenden Dateien mit dem @@ -394,7 +394,7 @@ the client does not express a preference
    LDAPOpCacheTTL seconds 600 sX
    Time that entries in the operation cache remain valid
    LDAPSharedCacheFile directory-path/filenamesX
    Sets the shared memory chache file
    LDAPSharedCacheFile directory-path/filenamesX
    Sets the shared memory cache file
    LDAPSharedCacheSize bytes 102400 sX
    Size in bytes of the shared-memory cache
    LDAPTrustedCA directory-path/filenamesX
    Sets the file containing the trusted Certificate Authority certificate or database
    LDAPTrustedCAType typesX
    Specifies the type of the Certificate Authority file
    <FilesMatch regex> ... </FilesMatch>svdhC
    Contains directives that apply to regular-expression matched filenames
    FilterChain ([+=-@!]filter-name)+svdhE
    Configure the filter chain
    FilterDebug filter-name levelsvdhE
    Get debug/diagnostic information from mod_filter
    FilterDeclare filter-name [req|resp|env]=dispatch +
    FilterDeclare filter-name [req|resp|env]=dispatch [type] -svdhE
    Declare a smart filter
    FilterProtocol filter-name [provider-name] "proto-flags"svdhE
    Deal with correct HTTP protocol handling
    FilterProvider filter-name provider-name matchsvdhE
    Register a content filter
    svdhE
    Declare a smart filter
    FilterProtocol filter-name [provider-name] "proto-flags"svdhE
    Deal with correct HTTP protocol handling
    FilterProvider filter-name provider-name matchsvdhE
    Register a content filter
    FilterTrace filter-name levelsvdhE
    Get debug/diagnostic information from mod_filter
    ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer svdhB
    Action to take if a single acceptable document is not found
    ForceType MIME-type|NonedhC
    Forces all matching files to be served with the specified @@ -386,7 +386,7 @@ the client does not express a preference
    LDAPOpCacheTTL seconds 600 sX
    Time that entries in the operation cache remain valid
    LDAPSharedCacheFile directory-path/filenamesX
    Sets the shared memory chache file
    LDAPSharedCacheFile directory-path/filenamesX
    Sets the shared memory cache file
    LDAPSharedCacheSize bytes 102400 sX
    Size in bytes of the shared-memory cache
    LDAPTrustedCA directory-path/filenamesX
    Sets the file containing the trusted Certificate Authority certificate or database
    LDAPTrustedCAType typesX
    Specifies the type of the Certificate Authority file
    <FilesMatch regex> ... </FilesMatch>svdhC
    Contains directives that apply to regular-expression matched filenames
    FilterChain ([+=-@!]filter-name)+svdhE
    Configure the filter chain
    FilterDebug filter-name levelsvdhE
    Get debug/diagnostic information from mod_filter
    FilterDeclare filter-name [req|resp|env]=dispatch +
    FilterDeclare filter-name [req|resp|env]=dispatch [type] -svdhE
    Declare a smart filter
    FilterProtocol filter-name [provider-name] "proto-flags"svdhE
    Deal with correct HTTP protocol handling
    FilterProvider filter-name provider-name matchsvdhE
    Register a content filter
    svdhE
    Declare a smart filter
    FilterProtocol filter-name [provider-name] "proto-flags"svdhE
    Deal with correct HTTP protocol handling
    FilterProvider filter-name provider-name matchsvdhE
    Register a content filter
    FilterTrace filter-name levelsvdhE
    Get debug/diagnostic information from mod_filter
    ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer svdhB
    Action to take if a single acceptable document is not found
    ForceType MIME-type|NonedhC
    Forces all matching files to be served with the specified @@ -389,7 +389,7 @@ the client does not express a preference
    LDAPOpCacheTTL seconds 600 sX
    Time that entries in the operation cache remain valid
    LDAPSharedCacheFile directory-path/filenamesX
    Sets the shared memory chache file
    LDAPSharedCacheFile directory-path/filenamesX
    Sets the shared memory cache file
    LDAPSharedCacheSize bytes 102400 sX
    Size in bytes of the shared-memory cache
    LDAPTrustedCA directory-path/filenamesX
    Sets the file containing the trusted Certificate Authority certificate or database
    LDAPTrustedCAType typesX
    Specifies the type of the Certificate Authority file
    <FilesMatch regex> ... </FilesMatch>svdhC
    Àµµ¬É½¸½¤Ë¥Þ¥Ã¥Á¤¹¤ë¥Õ¥¡¥¤¥ë̾¤ËŬÍѤµ¤ì¤ë ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤ò°Ï¤à
    FilterChain ([+=-@!]filter-name)+svdhE
    Configure the filter chain
    FilterDebug filter-name levelsvdhE
    Get debug/diagnostic information from mod_filter
    FilterDeclare filter-name [req|resp|env]=dispatch +
    FilterDeclare filter-name [req|resp|env]=dispatch [type] -svdhE
    Declare a smart filter
    FilterProtocol filter-name [provider-name] "proto-flags"svdhE
    Deal with correct HTTP protocol handling
    FilterProvider filter-name provider-name matchsvdhE
    Register a content filter
    svdhE
    Declare a smart filter
    FilterProtocol filter-name [provider-name] "proto-flags"svdhE
    Deal with correct HTTP protocol handling
    FilterProvider filter-name provider-name matchsvdhE
    Register a content filter
    FilterTrace filter-name levelsvdhE
    Get debug/diagnostic information from mod_filter
    ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer svdhB
    Í×µá¤Ë¹ç¤¦Ã±ÆÈ¤Î¥É¥­¥å¥á¥ó¥È¤¬¸«¤Ä¤«¤é¤Ê¤«¤Ã¤¿¤È¤­¤Ë¹Ô¤Ê¤¦¤³¤È¤ò»ØÄê
    ForceType MIME-type|NonedhC
    ¤¹¤Ù¤Æ¤Î¥Þ¥Ã¥Á¤¹¤ë¥Õ¥¡¥¤¥ë¤¬»ØÄê¤Î MIME ¥³¥ó¥Æ¥ó¥È¥¿¥¤¥×¤Ç @@ -367,7 +367,7 @@ extensions
    LDAPOpCacheTTL seconds 600 sX
    Time that entries in the operation cache remain valid
    LDAPSharedCacheFile directory-path/filenamesX
    Sets the shared memory chache file
    LDAPSharedCacheFile directory-path/filenamesX
    Sets the shared memory cache file
    LDAPSharedCacheSize bytes 102400 sX
    Size in bytes of the shared-memory cache
    LDAPTrustedCA directory-path/filenamesX
    Sets the file containing the trusted Certificate Authority certificate or database
    LDAPTrustedCAType typesX
    Specifies the type of the Certificate Authority file
    <FilesMatch regex> ... </FilesMatch>svdhC
    Contains directives that apply to regular-expression matched filenames
    FilterChain ([+=-@!]filter-name)+svdhE
    Configure the filter chain
    FilterDebug filter-name levelsvdhE
    Get debug/diagnostic information from mod_filter
    FilterDeclare filter-name [req|resp|env]=dispatch +
    FilterDeclare filter-name [req|resp|env]=dispatch [type] -svdhE
    Declare a smart filter
    FilterProtocol filter-name [provider-name] "proto-flags"svdhE
    Deal with correct HTTP protocol handling
    FilterProvider filter-name provider-name matchsvdhE
    Register a content filter
    svdhE
    Declare a smart filter
    FilterProtocol filter-name [provider-name] "proto-flags"svdhE
    Deal with correct HTTP protocol handling
    FilterProvider filter-name provider-name matchsvdhE
    Register a content filter
    FilterTrace filter-name levelsvdhE
    Get debug/diagnostic information from mod_filter
    ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer svdhB
    Action to take if a single acceptable document is not found
    ForceType MIME-type|NonedhC
    Forces all matching files to be served with the specified @@ -342,7 +342,7 @@ the client does not express a preference
    LDAPOpCacheTTL seconds 600 sX
    Time that entries in the operation cache remain valid
    LDAPSharedCacheFile directory-path/filenamesX
    Sets the shared memory chache file
    LDAPSharedCacheFile directory-path/filenamesX
    Sets the shared memory cache file
    LDAPSharedCacheSize bytes 102400 sX
    Size in bytes of the shared-memory cache
    LDAPTrustedCA directory-path/filenamesX
    Sets the file containing the trusted Certificate Authority certificate or database
    LDAPTrustedCAType typesX
    Specifies the type of the Certificate Authority file