From: Rich Bowen Date: Thu, 21 May 2026 00:34:53 +0000 (+0000) Subject: Rebuild X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=244696b256311d2818183803f7e54010ea32cc25;p=thirdparty%2Fapache%2Fhttpd.git Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934460 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/bind.html b/docs/manual/bind.html index 43aeadc3fa..8c6a6f628c 100644 --- a/docs/manual/bind.html +++ b/docs/manual/bind.html @@ -24,7 +24,7 @@ URI: bind.html.ko.euc-kr Content-Language: ko Content-type: text/html; charset=EUC-KR -URI: bind.html.pt-br +URI: bind.html.pt-br.utf8 Content-Language: pt-br Content-type: text/html; charset=UTF-8 diff --git a/docs/manual/bind.html.pt-br.utf8 b/docs/manual/bind.html.pt-br.utf8 index 4064faf9b6..d41422d50c 100644 --- a/docs/manual/bind.html.pt-br.utf8 +++ b/docs/manual/bind.html.pt-br.utf8 @@ -45,7 +45,7 @@

Veja também

top
-

Visão Geral

+

Visão Geral

@@ -106,7 +106,7 @@ Listen 192.0.2.5:8000
top
-

Alterando a configuração de Listen no reinício

+

Alterando a configuração de Listen no reinício

Quando o httpd é reiniciado, uma consideração especial precisa ser feita para @@ -134,7 +134,7 @@ Listen 192.0.2.5:8000

top
-

Considerações Especiais sobre IPv6

+

Considerações Especiais sobre IPv6

Um número crescente de plataformas implementa IPv6 e o @@ -177,7 +177,7 @@ Listen 192.0.2.1:80 no FreeBSD, NetBSD, e OpenBSD.

top
-

Especificando o protocolo com Listen

+

Especificando o protocolo com Listen

O segundo argumento opcional protocol de Listen @@ -195,7 +195,7 @@ Listen 192.0.2.1:80

top
-

Como Isto Funciona com Hosts Virtuais

+

Como Isto Funciona com Hosts Virtuais

A diretiva Listen não implementa diff --git a/docs/manual/filter.html b/docs/manual/filter.html index 0446fb1e2f..a0debd09f1 100644 --- a/docs/manual/filter.html +++ b/docs/manual/filter.html @@ -20,7 +20,7 @@ URI: filter.html.ko.euc-kr Content-Language: ko Content-type: text/html; charset=EUC-KR -URI: filter.html.pt-br +URI: filter.html.pt-br.utf8 Content-Language: pt-br Content-type: text/html; charset=UTF-8 diff --git a/docs/manual/filter.html.pt-br.utf8 b/docs/manual/filter.html.pt-br.utf8 index e9f48abfd6..6605789aec 100644 --- a/docs/manual/filter.html.pt-br.utf8 +++ b/docs/manual/filter.html.pt-br.utf8 @@ -43,7 +43,7 @@

top
-

Filtrando no Apache 2

+

Filtrando no Apache 2

@@ -81,7 +81,7 @@ filtro de terceiros. Alguns exemplos são:

top
-

Filtragem Inteligente

+

Filtragem Inteligente

A filtragem inteligente aplica diferentes fornecedores de filtros de acordo com o estado do processamento da solicitação @@ -106,7 +106,7 @@ de texto ainda não estiver no conjunto de caracteres desejado.

top
-

Expondo Filtros como um Serviço HTTP

+

Expondo Filtros como um Serviço HTTP

Os filtros podem ser usados ​​para processar conteúdo originado do cliente, além @@ -125,7 +125,7 @@ transformação de imagem pode ser transformado em um serviço de transformaçã

top
-

Usando Filtros

+

Usando Filtros

Existem dois métodos de uso de filtros: Simples e Dinâmico. Em geral, deve ser usada apenas um ou outro; misturá-los pode diff --git a/docs/manual/howto/htaccess.html b/docs/manual/howto/htaccess.html index 6c6a5bf8d5..9a291d5baf 100644 --- a/docs/manual/howto/htaccess.html +++ b/docs/manual/howto/htaccess.html @@ -20,6 +20,6 @@ URI: htaccess.html.ko.euc-kr Content-Language: ko Content-type: text/html; charset=EUC-KR -URI: htaccess.html.pt-br +URI: htaccess.html.pt-br.utf8 Content-Language: pt-br Content-type: text/html; charset=UTF-8 diff --git a/docs/manual/howto/htaccess.html.pt-br.utf8 b/docs/manual/howto/htaccess.html.pt-br.utf8 index 7367d24422..5d9a2f6e9b 100644 --- a/docs/manual/howto/htaccess.html.pt-br.utf8 +++ b/docs/manual/howto/htaccess.html.pt-br.utf8 @@ -32,8 +32,6 @@  ko  |  pt-br 

-
Esta tradução pode estar desatualizada. - Confira a versão em inglês para mudanças recentes.

Arquivos .htaccess oferecem um meio de fazer alterações nas configurações por diretório, sem modificar diretamente os arquivos @@ -51,12 +49,12 @@ de configuração principais do servidor.

top
-

Arquivos .htaccess

+

Arquivos .htaccess

top
-

O que eles são / Como usá-los

+

O que eles são / Como usá-los

Os arquivos .htaccess (ou "arquivos de configuração distribuídos") @@ -88,6 +86,10 @@ de configuração principais do servidor.

especificando que valor precisa estar em AllowOverride para que essa diretiva seja permitida.

+
O valor padrão de AllowOverride é None. + Isto significa que arquivos .htaccess são completamente ignorados + a menos que sejam explicitamente habilitados para um diretório.
+

Por exemplo, ao procurar na documentação pela diretiva AddDefaultCharset, pode-se notar que ela é permitida nos arquivos .htaccess. (Veja a linha Contexto no sumário das diretivas.) A @@ -97,7 +99,7 @@ de configuração principais do servidor.

honrada nos arquivos .htaccess.

top
-

Quando (não) usar arquivos .htaccess

+

Quando (não) usar arquivos .htaccess

Se for possível o acesso ao arquivo de principal de configuração do servidor, todas as configurações devem ser colocadas lá em vez de inseri-las em arquivos @@ -202,7 +204,7 @@ AllowOverrideList Redirect RedirectMatch RewriteEngine RewriteRule RewriteCond

top
-

Como as diretivas são aplicadas

+

Como as diretivas são aplicadas

As diretivas de configuração encontradas em um arquivo .htaccess são aplicadas ao diretório em que o arquivo .htaccess @@ -265,7 +267,7 @@ AllowOverrideList Redirect RedirectMatch RewriteEngine RewriteRule RewriteCond

top
-

Exemplo de Autenticação

+

Exemplo de Autenticação

Como em qualquer caso de uso de .htaccess, inserir estas diretivas em um bloco <Directory> é @@ -289,7 +291,7 @@ Require group admins discussão mais completa sobre autenticação e autorização.

top
-

Exemplo de Server Side Includes

+

Exemplo de Server Side Includes

Outro uso comum de arquivos .htaccess é habilitar inclusões do lado do servidor para um diretório específico. Isso pode ser feito com @@ -309,7 +311,7 @@ AddHandler server-parsed shtml completa sobre includes do lado do servidor.

top
-

Regras de reescrita em arquivos .htaccess

+

Regras de reescrita em arquivos .htaccess

Ao usar RewriteRule em arquivos .htaccess, esteja ciente de que o contexto por diretório muda um pouco as coisas. Em particular, as regras são consideradas relativas @@ -341,7 +343,7 @@ RewriteRule "^(.+)\.jpg" "$1.png"

top
-

Exemplo de CGI

+

Exemplo de CGI

Scripts CGI são um mecanismo legado para conteúdo dinâmico. Para novos desenvolvimentos, considere o uso de mod_proxy_fcgi com um @@ -374,7 +376,7 @@ SetHandler cgi-script
top
-

Resolvendo Problemas

+

Resolvendo Problemas

Quando são colocadas diretivas de configuração em um arquivo .htaccess e não é obtido o efeito desejado, há uma série de diff --git a/docs/manual/howto/htaccess.xml.meta b/docs/manual/howto/htaccess.xml.meta index 708f779b76..874865a73b 100644 --- a/docs/manual/howto/htaccess.xml.meta +++ b/docs/manual/howto/htaccess.xml.meta @@ -12,6 +12,6 @@ fr ja ko - pt-br + pt-br diff --git a/docs/manual/index.html b/docs/manual/index.html index b73fb41ef3..e1f4702c1e 100644 --- a/docs/manual/index.html +++ b/docs/manual/index.html @@ -28,7 +28,7 @@ URI: index.html.ko.euc-kr Content-Language: ko Content-type: text/html; charset=EUC-KR -URI: index.html.pt-br +URI: index.html.pt-br.utf8 Content-Language: pt-br Content-type: text/html; charset=UTF-8 diff --git a/docs/manual/install.html b/docs/manual/install.html index 9bcbb173f6..2db2c6f8e1 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -24,6 +24,10 @@ URI: install.html.ko.euc-kr Content-Language: ko Content-type: text/html; charset=EUC-KR +URI: install.html.pt-br.utf8 +Content-Language: pt-br +Content-type: text/html; charset=UTF-8 + URI: install.html.tr.utf8 Content-Language: tr Content-type: text/html; charset=UTF-8 diff --git a/docs/manual/install.html.de b/docs/manual/install.html.de index 65fd98eaa5..ff81713d27 100644 --- a/docs/manual/install.html.de +++ b/docs/manual/install.html.de @@ -31,6 +31,7 @@  fr  |  ja  |  ko  | + pt-br  |  tr 

Diese Übersetzung ist möglicherweise @@ -410,6 +411,7 @@  fr  |  ja  |  ko  | + pt-br  |  tr 

@@ -471,6 +472,7 @@ $ PREFIX/bin/apachectl -k start  fr  |  ja  |  ko  | + pt-br  |  tr 

@@ -484,6 +485,7 @@ funciona  fr  |  ja  |  ko  | + pt-br  |  tr 

@@ -500,6 +501,7 @@ $ PREFIX/bin/apachectl -k start  fr  |  ja  |  ko  | + pt-br  |  tr 

この日本語訳はすでに古くなっている @@ -408,6 +409,7 @@ $ tar xvf httpd-NN.tar  fr  |  ja  |  ko  | + pt-br  |  tr 

ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù. @@ -362,6 +363,7 @@ $ tar xvf httpd-2_1_NN.tar  fr  |  ja  |  ko  | + pt-br  |  tr 

Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.
@@ -439,6 +440,7 @@  fr  |  ja  |  ko  | + pt-br  |  tr 

Diese Übersetzung ist möglicherweise @@ -161,6 +162,7 @@  fr  |  ja  |  ko  | + pt-br  |  tr 

@@ -149,6 +150,7 @@  fr  |  ja  |  ko  | + pt-br  |  tr 

Esta traducción podría estar @@ -168,6 +169,7 @@  fr  |  ja  |  ko  | + pt-br  |  tr 

Cette traduction peut être périmée. Vérifiez la version @@ -164,6 +165,7 @@  fr  |  ja  |  ko  | + pt-br  |  tr 

この日本語訳はすでに古くなっている @@ -163,6 +164,7 @@  fr  |  ja  |  ko  | + pt-br  |  tr 

ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù. @@ -142,6 +143,7 @@  fr  |  ja  |  ko  | + pt-br  |  tr 

Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.
@@ -149,6 +150,7 @@  fr  |  ja  |  ko  | + pt-br  |  tr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

Ce document décrit les termes utilisés pour décrire chaque directive de configuration d'Apache.

diff --git a/docs/manual/mod/directive-dict.xml.es b/docs/manual/mod/directive-dict.xml.es index e0179a76d8..b5b00752e5 100644 --- a/docs/manual/mod/directive-dict.xml.es +++ b/docs/manual/mod/directive-dict.xml.es @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/directive-dict.xml.fr b/docs/manual/mod/directive-dict.xml.fr index e964021206..f28c6c14b0 100644 --- a/docs/manual/mod/directive-dict.xml.fr +++ b/docs/manual/mod/directive-dict.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/directive-dict.xml.ja b/docs/manual/mod/directive-dict.xml.ja index de518091fe..c9d5119dcf 100644 --- a/docs/manual/mod/directive-dict.xml.ja +++ b/docs/manual/mod/directive-dict.xml.ja @@ -1,7 +1,7 @@ - + + + + + diff --git a/docs/manual/mod/mod_allowhandlers.xml.meta b/docs/manual/mod/mod_allowhandlers.xml.meta index c9b669a2d8..42f4593ab1 100644 --- a/docs/manual/mod/mod_allowhandlers.xml.meta +++ b/docs/manual/mod/mod_allowhandlers.xml.meta @@ -9,6 +9,6 @@ en es - fr + fr diff --git a/docs/manual/mod/mod_auth_digest.html.en.utf8 b/docs/manual/mod/mod_auth_digest.html.en.utf8 index 2ed316e7dd..e0c67d6ce3 100644 --- a/docs/manual/mod/mod_auth_digest.html.en.utf8 +++ b/docs/manual/mod/mod_auth_digest.html.en.utf8 @@ -58,7 +58,6 @@
  • AuthDigestAlgorithm
  • AuthDigestDomain
  • AuthDigestNcCheck
  • -
  • AuthDigestNonceFormat
  • AuthDigestNonceLifetime
  • AuthDigestProvider
  • AuthDigestQop
  • @@ -170,31 +169,29 @@ authentication

    AuthDigestNcCheck Directive

    +client - - - -
    Description:Enables or disables checking of the nonce-count sent by the -server
    Syntax:AuthDigestNcCheck On|Off
    Default:AuthDigestNcCheck Off
    Context:server config
    Status:Extension
    Module:mod_auth_digest
    -
    - Not implemented yet. -
    - - -
    -
    top
    -

    AuthDigestNonceFormat Directive

    - - - - +
    Description:Determines how the nonce is generated
    Syntax:AuthDigestNonceFormat format
    Context:directory, .htaccess
    Context:server config, virtual host, directory, .htaccess
    Override:AuthConfig
    Status:Extension
    Module:mod_auth_digest
    -
    Not implemented yet.
    - +

    The AuthDigestNcCheck directive enables or + disables the verification of the nonce-count value sent by the client. + The nonce-count is a sequential counter that the client increments with + each request using the same nonce. Checking it helps detect replay + attacks.

    + +

    This feature requires shared memory support on the platform. + If shared memory is not available and this directive is set to + On, the server will return an error at startup.

    + +

    While recommended from a security standpoint, enabling this + directive has a performance implication: all requests carrying an + Authorization header must be serialized through a + critical section in order to safely compare nonce-count values. + On high-traffic servers this may be noticeable.

    top
    diff --git a/docs/manual/mod/mod_auth_digest.html.fr.utf8 b/docs/manual/mod/mod_auth_digest.html.fr.utf8 index 380ca66a50..301638ddf6 100644 --- a/docs/manual/mod/mod_auth_digest.html.fr.utf8 +++ b/docs/manual/mod/mod_auth_digest.html.fr.utf8 @@ -32,6 +32,8 @@  fr  |  ko 

    +
    Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.
    @@ -61,7 +63,6 @@ condensés
  • AuthDigestAlgorithm
  • AuthDigestDomain
  • AuthDigestNcCheck
  • -
  • AuthDigestNonceFormat
  • AuthDigestNonceLifetime
  • AuthDigestProvider
  • AuthDigestQop
  • @@ -190,21 +191,6 @@ nombre à valeur unique (nonce) par le serveur - -
    top
    -

    Directive AuthDigestNonceFormat

    -
    Description:Authentification utilisateur utilisant les condensés MD5
    Statut:Extension
    - - - - - - -
    Description:Détermine la manière dont le nombre à valeur unique du -serveur (nonce) est généré
    Syntaxe:AuthDigestNonceFormat format
    Contexte:répertoire, .htaccess
    Surcharges autorisées:AuthConfig
    Statut:Extension
    Module:mod_auth_digest
    -
    Non encore implémenté.
    - -
    top

    Directive AuthDigestNonceLifetime

    diff --git a/docs/manual/mod/mod_auth_digest.html.ko.euc-kr b/docs/manual/mod/mod_auth_digest.html.ko.euc-kr index 8096a286f2..49e5eb1b8b 100644 --- a/docs/manual/mod/mod_auth_digest.html.ko.euc-kr +++ b/docs/manual/mod/mod_auth_digest.html.ko.euc-kr @@ -52,7 +52,6 @@
  • AuthDigestAlgorithm
  • AuthDigestDomain
  • AuthDigestNcCheck
  • -
  • AuthDigestNonceFormat
  • AuthDigestNonceLifetime
  • AuthDigestProvider
  • AuthDigestQop
  • @@ -200,20 +199,6 @@ URI
    - -
    top
    -

    AuthDigestNonceFormat Áö½Ã¾î

    - - - - - - - -
    ¼³¸í:nonce¸¦ ¸¸µå´Â ¹æ¹ýÀ» °áÁ¤ÇÑ´Ù
    ¹®¹ý:AuthDigestNonceFormat format
    »ç¿ëÀå¼Ò:directory, .htaccess
    Override ¿É¼Ç:AuthConfig
    »óÅÂ:Experimental
    ¸ðµâ:mod_auth_digest
    -
    ¾ÆÁ÷ ±¸ÇöµÇÁö ¾Ê¾Ò´Ù.
    - -
    top

    AuthDigestNonceLifetime Áö½Ã¾î

    diff --git a/docs/manual/mod/mod_auth_digest.xml.fr b/docs/manual/mod/mod_auth_digest.xml.fr index dfa0f82a87..075aa5a82b 100644 --- a/docs/manual/mod/mod_auth_digest.xml.fr +++ b/docs/manual/mod/mod_auth_digest.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_auth_digest.xml.ko b/docs/manual/mod/mod_auth_digest.xml.ko index 5f5aec8cb9..6681dab2b4 100644 --- a/docs/manual/mod/mod_auth_digest.xml.ko +++ b/docs/manual/mod/mod_auth_digest.xml.ko @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/mod/mod_dav.xml.ja b/docs/manual/mod/mod_dav.xml.ja index 80f35e3242..02e647a2c7 100644 --- a/docs/manual/mod/mod_dav.xml.ja +++ b/docs/manual/mod/mod_dav.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 058588e6a3..47b20e680b 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/mod/overrides.html.en.utf8 b/docs/manual/mod/overrides.html.en.utf8 index f050b0b82e..002a9f63c6 100644 --- a/docs/manual/mod/overrides.html.en.utf8 +++ b/docs/manual/mod/overrides.html.en.utf8 @@ -284,8 +284,9 @@ response hashes in digest authentication AuthDigestDomainmod_auth_digest URIs that are in the same protection space for digest authentication -AuthDigestNonceFormatmod_auth_digest -Determines how the nonce is generated +AuthDigestNcCheckmod_auth_digest +Enables or disables checking of the nonce-count sent by the +client AuthDigestNonceLifetimemod_auth_digest How long the server nonce is valid AuthDigestProvidermod_auth_digest diff --git a/docs/manual/mod/quickreference.html.de b/docs/manual/mod/quickreference.html.de index 5e5ae68b07..22088c96d6 100644 --- a/docs/manual/mod/quickreference.html.de +++ b/docs/manual/mod/quickreference.html.de @@ -184,240 +184,241 @@ passwords for authentication response hashes in digest authentication AuthDigestDomain URI [URI] ...dhEURIs that are in the same protection space for digest authentication -AuthDigestNcCheck On|Off Off sEEnables or disables checking of the nonce-count sent by the -server -AuthDigestNonceFormat formatdhEDetermines how the nonce is generated -AuthDigestNonceLifetime seconds 300 dhEHow long the server nonce is valid -AuthDigestProvider provider-name -[provider-name] ... file dhESets the authentication provider(s) for this location -AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhEDetermines the quality-of-protection to use in digest +AuthDigestNcCheck On|Off Off svdhEEnables or disables checking of the nonce-count sent by the +client +AuthDigestNonceLifetime seconds 300 dhEHow long the server nonce is valid +AuthDigestProvider provider-name +[provider-name] ... file dhESets the authentication provider(s) for this location +AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhEDetermines the quality-of-protection to use in digest authentication -AuthDigestShmemSize size 1000 sEThe amount of shared memory to allocate for keeping track +AuthDigestShmemSize size 1000 sEThe amount of shared memory to allocate for keeping track of clients -AuthFormAuthoritative On|Off On dhBSets whether authorization and authentication are passed to +AuthFormAuthoritative On|Off On dhBSets whether authorization and authentication are passed to lower level modules -AuthFormBody fieldname httpd_body dBThe name of a form field carrying the body of the request to attempt on successful login -AuthFormDisableNoStore On|Off Off dBDisable the CacheControl no-store header on the login page -AuthFormFakeBasicAuth On|Off Off dBFake a Basic Authentication header -AuthFormLocation fieldname httpd_location dBThe name of a form field carrying a URL to redirect to on successful login -AuthFormLoginRequiredLocation urldBThe URL of the page to be redirected to should login be required -AuthFormLoginSuccessLocation urldBThe URL of the page to be redirected to should login be successful -AuthFormLogoutLocation uridBThe URL to redirect to after a user has logged out -AuthFormMethod fieldname httpd_method dBThe name of a form field carrying the method of the request to attempt on successful login -AuthFormMimetype fieldname httpd_mimetype dBThe name of a form field carrying the mimetype of the body of the request to attempt on successful login -AuthFormPassword fieldname httpd_password dBThe name of a form field carrying the login password -AuthFormProvider provider-name -[provider-name] ... file dhBSets the authentication provider(s) for this location -AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites -AuthFormSize size 8192 dBThe largest size of the form in bytes that will be parsed for the login details -AuthFormUsername fieldname httpd_username dBThe name of a form field carrying the login username -AuthGroupFile file-pathdhBSets the name of a text file containing the list +AuthFormBody fieldname httpd_body dBThe name of a form field carrying the body of the request to attempt on successful login +AuthFormDisableNoStore On|Off Off dBDisable the CacheControl no-store header on the login page +AuthFormFakeBasicAuth On|Off Off dBFake a Basic Authentication header +AuthFormLocation fieldname httpd_location dBThe name of a form field carrying a URL to redirect to on successful login +AuthFormLoginRequiredLocation urldBThe URL of the page to be redirected to should login be required +AuthFormLoginSuccessLocation urldBThe URL of the page to be redirected to should login be successful +AuthFormLogoutLocation uridBThe URL to redirect to after a user has logged out +AuthFormMethod fieldname httpd_method dBThe name of a form field carrying the method of the request to attempt on successful login +AuthFormMimetype fieldname httpd_mimetype dBThe name of a form field carrying the mimetype of the body of the request to attempt on successful login +AuthFormPassword fieldname httpd_password dBThe name of a form field carrying the login password +AuthFormProvider provider-name +[provider-name] ... file dhBSets the authentication provider(s) for this location +AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites +AuthFormSize size 8192 dBThe largest size of the form in bytes that will be parsed for the login details +AuthFormUsername fieldname httpd_username dBThe name of a form field carrying the login username +AuthGroupFile file-pathdhBSets the name of a text file containing the list of user groups for authorization -AuthLDAPAuthorizePrefix prefix AUTHORIZE_ dhESpecifies the prefix for environment variables set during +AuthLDAPAuthorizePrefix prefix AUTHORIZE_ dhESpecifies the prefix for environment variables set during authorization -AuthLDAPBindAuthoritative off|on on dhEDetermines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials. -AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server -AuthLDAPBindPassword passworddhEPassword used in conjunction with the bind DN -AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file -AuthLDAPCompareAsUser on|off off dhEUse the authenticated user's credentials to perform authorization comparisons -AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs -AuthLDAPDereferenceAliases never|searching|finding|always always dhEWhen will the module de-reference aliases -AuthLDAPGroupAttribute attribute member uniqueMember +dhELDAP attributes used to identify the user members of +AuthLDAPBindAuthoritative off|on on dhEDetermines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials. +AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server +AuthLDAPBindPassword passworddhEPassword used in conjunction with the bind DN +AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file +AuthLDAPCompareAsUser on|off off dhEUse the authenticated user's credentials to perform authorization comparisons +AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs +AuthLDAPDereferenceAliases never|searching|finding|always always dhEWhen will the module de-reference aliases +AuthLDAPGroupAttribute attribute member uniqueMember +dhELDAP attributes used to identify the user members of groups. -AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for +AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for group membership -AuthLDAPInitialBindAsUser off|on off dhEDetermines if the server does the initial DN lookup using the basic authentication users' +AuthLDAPInitialBindAsUser off|on off dhEDetermines if the server does the initial DN lookup using the basic authentication users' own username, instead of anonymously or with hard-coded credentials for the server -AuthLDAPInitialBindPattern regex substitution (.*) $1 (remote use +dhESpecifies the transformation of the basic authentication username to be used when binding to the LDAP server +AuthLDAPInitialBindPattern regex substitution (.*) $1 (remote use +dhESpecifies the transformation of the basic authentication username to be used when binding to the LDAP server to perform a DN lookup -AuthLDAPMaxSubGroupDepth Number 0 dhESpecifies the maximum sub-group nesting depth that will be +AuthLDAPMaxSubGroupDepth Number 0 dhESpecifies the maximum sub-group nesting depth that will be evaluated before the user search is discontinued. -AuthLDAPRemoteUserAttribute uiddhEUse the value of the attribute returned during the user +AuthLDAPRemoteUserAttribute uiddhEUse the value of the attribute returned during the user query to set the REMOTE_USER environment variable -AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER +AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER environment variable -AuthLDAPSearchAsUser on|off off dhEUse the authenticated user's credentials to perform authorization searches -AuthLDAPSubGroupAttribute attribute member uniqueMember +dhESpecifies the attribute labels, one value per +AuthLDAPSearchAsUser on|off off dhEUse the authenticated user's credentials to perform authorization searches +AuthLDAPSubGroupAttribute attribute member uniqueMember +dhESpecifies the attribute labels, one value per directive line, used to distinguish the members of the current group that are groups. -AuthLDAPSubGroupClass LdapObjectClass groupOfNames groupO +dhESpecifies which LDAP objectClass values identify directory +AuthLDAPSubGroupClass LdapObjectClass groupOfNames groupO +dhESpecifies which LDAP objectClass values identify directory objects that are groups during sub-group processing. -AuthLDAPURL url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters -AuthMerging Off | And | Or Off dhBControls the manner in which each configuration section's +AuthLDAPURL url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters +AuthMerging Off | And | Or Off dhBControls the manner in which each configuration section's authorization logic is combined with that of preceding configuration sections. -AuthName auth-domaindhBAuthorization realm for use in HTTP +AuthName auth-domaindhBAuthorization realm for use in HTTP authentication -AuthnCacheContext directory|server|custom-string directory dBSpecify a context string for use in the cache key -AuthnCacheEnablesBEnable Authn caching configured anywhere -AuthnCacheProvideFor authn-provider [...]dhBSpecify which authn provider(s) to cache for -AuthnCacheSOCache provider-name[:provider-args]sBSelect socache backend provider to use -AuthnCacheTimeout timeout (seconds) 300 (5 minutes) dhBSet a timeout for cache entries -<AuthnProviderAlias baseProvider Alias> -... </AuthnProviderAlias>sBEnclose a group of directives that represent an +AuthnCacheContext directory|server|custom-string directory dBSpecify a context string for use in the cache key +AuthnCacheEnablesBEnable Authn caching configured anywhere +AuthnCacheProvideFor authn-provider [...]dhBSpecify which authn provider(s) to cache for +AuthnCacheSOCache provider-name[:provider-args]sBSelect socache backend provider to use +AuthnCacheTimeout timeout (seconds) 300 (5 minutes) dhBSet a timeout for cache entries +<AuthnProviderAlias baseProvider Alias> +... </AuthnProviderAlias>sBEnclose a group of directives that represent an extension of a base authentication provider and referenced by the specified alias -AuthnzFcgiCheckAuthnProvider provider-name|None -option ...dEEnables a FastCGI application to handle the check_authn +AuthnzFcgiCheckAuthnProvider provider-name|None +option ...dEEnables a FastCGI application to handle the check_authn authentication hook. -AuthnzFcgiDefineProvider type provider-name -backend-addresssEDefines a FastCGI application as a provider for +AuthnzFcgiDefineProvider type provider-name +backend-addresssEDefines a FastCGI application as a provider for authentication and/or authorization -AuthtJwtVerify [set|unset] name [value]dhBSet a claim with the given name and expression, or unset the claim with the given name -AuthtJwtDriver name [param[=value]]svBSets the name of the underlying crypto driver to +AuthtJwtVerify [set|unset] name [value]dhBSet a claim with the given name and expression, or unset the claim with the given name +AuthtJwtDriver name [param[=value]]svBSets the name of the underlying crypto driver to use -AuthtJwtSign algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to sign an outgoing +AuthtJwtSign algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to sign an outgoing JWT token -AuthtJwtVerify algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to verify an incoming +AuthtJwtVerify algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to verify an incoming JWT token -<AuthtProviderAlias baseProvider Alias> -... </AuthtProviderAlias>sBEnclose a group of directives that represent an +<AuthtProviderAlias baseProvider Alias> +... </AuthtProviderAlias>sBEnclose a group of directives that represent an extension of a base token provider and referenced by the specified alias -AuthType None|Basic|Digest|FormdhBType of user authentication -AuthUserFile file-pathdhBSets the name of a text file containing the list of users and +AuthType None|Basic|Digest|FormdhBType of user authentication +AuthUserFile file-pathdhBSets the name of a text file containing the list of users and passwords for authentication -AuthzDBDLoginToReferer On|Off Off dEDetermines whether to redirect the Client to the Referring +AuthzDBDLoginToReferer On|Off Off dEDetermines whether to redirect the Client to the Referring page on successful login or logout if a Referer request header is present -AuthzDBDQuery querydESpecify the SQL Query for the required operation -AuthzDBDRedirectQuery querydESpecify a query to look up a login page for the user -AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to +AuthzDBDQuery querydESpecify the SQL Query for the required operation +AuthzDBDRedirectQuery querydESpecify a query to look up a login page for the user +AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to store list of user groups -<AuthzProviderAlias baseProvider Alias Require-Parameters> +<AuthzProviderAlias baseProvider Alias Require-Parameters> ... </AuthzProviderAlias> -sBEnclose a group of directives that represent an +sBEnclose a group of directives that represent an extension of a base authorization provider and referenced by the specified alias -AuthzSendForbiddenOnFailure On|Off Off dhBSend '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if +AuthzSendForbiddenOnFailure On|Off Off dhBSend '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if authentication succeeds but authorization fails -BalancerGrowth # 5 svENumber of additional Balancers that can be added Post-configuration -BalancerInherit On|Off On svEInherit proxy Balancers/Workers defined from the main server -BalancerMember [balancerurl] url [key=value [key=value ...]]dEAdd a member to a load balancing group -BalancerPersist On|Off Off svEAttempt to persist changes made by the Balancer Manager across restarts. -BrotliAlterETag AddSuffix|NoChange|Remove AddSuffix svEHow the outgoing ETag header should be modified during compression -BrotliCompressionMaxInputBlock valuesvEMaximum input block size -BrotliCompressionQuality value 5 svECompression quality -BrotliCompressionWindow value 18 svEBrotli sliding compression window size -BrotliFilterNote [type] notenamesvEPlaces the compression ratio in a note for logging -BrowserMatch regex [!]env-variable[=value] -[[!]env-variable[=value]] ...svdhBSets environment variables conditional on HTTP User-Agent +BalancerGrowth # 5 svENumber of additional Balancers that can be added Post-configuration +BalancerInherit On|Off On svEInherit proxy Balancers/Workers defined from the main server +BalancerMember [balancerurl] url [key=value [key=value ...]]dEAdd a member to a load balancing group +BalancerPersist On|Off Off svEAttempt to persist changes made by the Balancer Manager across restarts. +BrotliAlterETag AddSuffix|NoChange|Remove AddSuffix svEHow the outgoing ETag header should be modified during compression +BrotliCompressionMaxInputBlock valuesvEMaximum input block size +BrotliCompressionQuality value 5 svECompression quality +BrotliCompressionWindow value 18 svEBrotli sliding compression window size +BrotliFilterNote [type] notenamesvEPlaces the compression ratio in a note for logging +BrowserMatch regex [!]env-variable[=value] +[[!]env-variable[=value]] ...svdhBSets environment variables conditional on HTTP User-Agent -BrowserMatchNoCase regex [!]env-variable[=value] - [[!]env-variable[=value]] ...svdhBSets environment variables conditional on User-Agent without +BrowserMatchNoCase regex [!]env-variable[=value] + [[!]env-variable[=value]] ...svdhBSets environment variables conditional on User-Agent without respect to case -BufferedLogs On|Off Off sBBuffer log entries in memory before writing to disk -BufferSize integer 131072 dhEMaximum size in bytes to buffer by the buffer filter -CacheDefaultExpire seconds 3600 (one hour) svdhEThe default duration to cache a document when no expiry date is specified. -CacheDetailHeader on|off off svdhEAdd an X-Cache-Detail header to the response. -CacheDirLength length 2 svEThe number of characters in subdirectory names -CacheDirLevels levels 2 svEThe number of levels of subdirectories in the +BufferedLogs On|Off Off sBBuffer log entries in memory before writing to disk +BufferSize integer 131072 dhEMaximum size in bytes to buffer by the buffer filter +CacheDefaultExpire seconds 3600 (one hour) svdhEThe default duration to cache a document when no expiry date is specified. +CacheDetailHeader on|off off svdhEAdd an X-Cache-Detail header to the response. +CacheDirLength length 2 svEThe number of characters in subdirectory names +CacheDirLevels levels 2 svEThe number of levels of subdirectories in the cache. -CacheDisable url-string | onsvdhEDisable caching of specified URLs -CacheEnable cache_type [url-string]svdEEnable caching of specified URLs using a specified storage +CacheDisable url-string | onsvdhEDisable caching of specified URLs +CacheEnable cache_type [url-string]svdEEnable caching of specified URLs using a specified storage manager -CacheFile file-path [file-path] ...sXCache a list of file handles at startup time -CacheHeader on|off off svdhEAdd an X-Cache header to the response. -CacheIgnoreCacheControl On|Off Off svEIgnore request to not serve cached content to client -CacheIgnoreHeaders header-string [header-string] ... None svEDo not store the given HTTP header(s) in the cache. +CacheFile file-path [file-path] ...sXCache a list of file handles at startup time +CacheHeader on|off off svdhEAdd an X-Cache header to the response. +CacheIgnoreCacheControl On|Off Off svEIgnore request to not serve cached content to client +CacheIgnoreHeaders header-string [header-string] ... None svEDo not store the given HTTP header(s) in the cache. -CacheIgnoreNoLastMod On|Off Off svdhEIgnore the fact that a response has no Last Modified +CacheIgnoreNoLastMod On|Off Off svdhEIgnore the fact that a response has no Last Modified header. -CacheIgnoreQueryString On|Off Off svEIgnore query string when caching -CacheIgnoreURLSessionIdentifiers identifier [identifier] ... None svEIgnore defined session identifiers encoded in the URL when caching +CacheIgnoreQueryString On|Off Off svEIgnore query string when caching +CacheIgnoreURLSessionIdentifiers identifier [identifier] ... None svEIgnore defined session identifiers encoded in the URL when caching -CacheKeyBaseURL URLsvEOverride the base URL of reverse proxied cache keys. -CacheLastModifiedFactor float 0.1 svdhEThe factor used to compute an expiry date based on the +CacheKeyBaseURL URLsvEOverride the base URL of reverse proxied cache keys. +CacheLastModifiedFactor float 0.1 svdhEThe factor used to compute an expiry date based on the LastModified date. -CacheLock on|off off svEEnable the thundering herd lock. -CacheLockMaxAge integer 5 svESet the maximum possible age of a cache lock. -CacheLockPath directory mod_cache-lock svESet the lock path directory. -CacheMaxExpire seconds 86400 (one day) svdhEThe maximum time in seconds to cache a document -CacheMaxFileSize bytes 1000000 svdhEThe maximum size (in bytes) of a document to be placed in the +CacheLock on|off off svEEnable the thundering herd lock. +CacheLockMaxAge integer 5 svESet the maximum possible age of a cache lock. +CacheLockPath directory mod_cache-lock svESet the lock path directory. +CacheMaxExpire seconds 86400 (one day) svdhEThe maximum time in seconds to cache a document +CacheMaxFileSize bytes 1000000 svdhEThe maximum size (in bytes) of a document to be placed in the cache -CacheMinExpire seconds 0 svdhEThe minimum time in seconds to cache a document -CacheMinFileSize bytes 1 svdhEThe minimum size (in bytes) of a document to be placed in the +CacheMinExpire seconds 0 svdhEThe minimum time in seconds to cache a document +CacheMinFileSize bytes 1 svdhEThe minimum size (in bytes) of a document to be placed in the cache -CacheNegotiatedDocs On|Off Off svBAllows content-negotiated documents to be +CacheNegotiatedDocs On|Off Off svBAllows content-negotiated documents to be cached by proxy servers -CacheQuickHandler on|off on svERun the cache from the quick handler. -CacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached +CacheQuickHandler on|off on svERun the cache from the quick handler. +CacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream -CacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading +CacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream -CacheRoot directorysvEThe directory root under which cache files are +CacheRoot directorysvEThe directory root under which cache files are stored -CacheSocache type[:args]svEThe shared object cache implementation to use -CacheSocacheMaxSize bytes 102400 svdhEThe maximum size (in bytes) of an entry to be placed in the +CacheSocache type[:args]svEThe shared object cache implementation to use +CacheSocacheMaxSize bytes 102400 svdhEThe maximum size (in bytes) of an entry to be placed in the cache -CacheSocacheMaxTime seconds 86400 svdhEThe maximum time (in seconds) for a document to be placed in the +CacheSocacheMaxTime seconds 86400 svdhEThe maximum time (in seconds) for a document to be placed in the cache -CacheSocacheMinTime seconds 600 svdhEThe minimum time (in seconds) for a document to be placed in the +CacheSocacheMinTime seconds 600 svdhEThe minimum time (in seconds) for a document to be placed in the cache -CacheSocacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached +CacheSocacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream -CacheSocacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading +CacheSocacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream -CacheStaleOnError on|off on svdhEServe stale content in place of 5xx responses. -CacheStoreExpired On|Off Off svdhEAttempt to cache responses that the server reports as expired -CacheStoreNoStore On|Off Off svdhEAttempt to cache requests or responses that have been marked as no-store. -CacheStorePrivate On|Off Off svdhEAttempt to cache responses that the server has marked as private -CGIDScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the +CacheStaleOnError on|off on svdhEServe stale content in place of 5xx responses. +CacheStoreExpired On|Off Off svdhEAttempt to cache responses that the server reports as expired +CacheStoreNoStore On|Off Off svdhEAttempt to cache requests or responses that have been marked as no-store. +CacheStorePrivate On|Off Off svdhEAttempt to cache responses that the server has marked as private +CGIDScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the CGI program -CGIMapExtension CGI-Pfad .EndungdhCTechnik zur Bestimmung des Interpreters für +CGIMapExtension CGI-Pfad .EndungdhCTechnik zur Bestimmung des Interpreters für CGI-Skripte -CGIPassAuth On|Off Off dhCEnables passing HTTP authorization headers to scripts as CGI +CGIPassAuth On|Off Off dhCEnables passing HTTP authorization headers to scripts as CGI variables -CGIScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the +CGIScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the CGI program -CGIVar variable ruledhCControls how some CGI variables are set -CharsetDefault charsetsvdhECharset to translate into -CharsetOptions option [option] ... ImplicitAdd svdhEConfigures charset translation behavior -CharsetSourceEnc charsetsvdhESource charset of files -CheckBasenameMatch on|off On svdhEAlso match files with differing file name extensions. -CheckCaseOnly on|off Off svdhELimits the action of the speling module to case corrections -CheckSpelling on|off Off svdhEEnables the spelling +CGIVar variable ruledhCControls how some CGI variables are set +CharsetDefault charsetsvdhECharset to translate into +CharsetOptions option [option] ... ImplicitAdd svdhEConfigures charset translation behavior +CharsetSourceEnc charsetsvdhESource charset of files +CheckBasenameMatch on|off On svdhEAlso match files with differing file name extensions. +CheckCaseOnly on|off Off svdhELimits the action of the speling module to case corrections +CheckSpelling on|off Off svdhEEnables the spelling module -ChrootDir /path/to/directorysBDirectory for apache to run chroot(8) after startup. -CookieDomain domainsvdhEThe domain to which the tracking cookie applies -CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie -CookieHTTPOnly on|off off svdhEAdds the 'HTTPOnly' attribute to the cookie -CookieName token Apache svdhEName of the tracking cookie -CookieSameSite None|Lax|StrictsvdhEAdds the 'SameSite' attribute to the cookie -CookieSecure on|off off svdhEAdds the 'Secure' attribute to the cookie -CookieStyle - Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field -CookieTracking on|off off svdhEEnables tracking cookie -CoreDumpDirectory VerzeichnissMVerzeichnis, in das der Apache zu wechseln versucht, bevor er +ChrootDir /path/to/directorysBDirectory for apache to run chroot(8) after startup. +CookieDomain domainsvdhEThe domain to which the tracking cookie applies +CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie +CookieHTTPOnly on|off off svdhEAdds the 'HTTPOnly' attribute to the cookie +CookieName token Apache svdhEName of the tracking cookie +CookieSameSite None|Lax|StrictsvdhEAdds the 'SameSite' attribute to the cookie +CookieSecure on|off off svdhEAdds the 'Secure' attribute to the cookie +CookieStyle + Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field +CookieTracking on|off off svdhEEnables tracking cookie +CoreDumpDirectory VerzeichnissMVerzeichnis, in das der Apache zu wechseln versucht, bevor er einen Hauptspeicherauszug erstellt -CryptoCipher name aes256 svdhECipher to be used by the crypto filter -CryptoDriver name openssl sEName of the crypto driver to use -CryptoIV value none svdhEIV (Initialization Vector) to be used by the crypto filter -CryptoKey value none svdhEKey to be used by the crypto filter -CryptoSize integer 131072 svdhEMaximum size in bytes to buffer by the crypto filter -CTAuditStorage directorysEExisting directory where data for off-line audit will be stored -CTLogClient executablesELocation of certificate-transparency log client tool -CTLogConfigDB filenamesELog configuration database supporting dynamic updates -CTMaxSCTAge num-secondssEMaximum age of SCT obtained from a log, before it will be +CryptoCipher name aes256 svdhECipher to be used by the crypto filter +CryptoDriver name openssl sEName of the crypto driver to use +CryptoIV value none svdhEIV (Initialization Vector) to be used by the crypto filter +CryptoKey value none svdhEKey to be used by the crypto filter +CryptoSize integer 131072 svdhEMaximum size in bytes to buffer by the crypto filter +CTAuditStorage directorysEExisting directory where data for off-line audit will be stored +CTLogClient executablesELocation of certificate-transparency log client tool +CTLogConfigDB filenamesELog configuration database supporting dynamic updates +CTMaxSCTAge num-secondssEMaximum age of SCT obtained from a log, before it will be refreshed -CTProxyAwareness oblivious|aware|requiresvELevel of CT awareness and enforcement for a proxy +CTProxyAwareness oblivious|aware|requiresvELevel of CT awareness and enforcement for a proxy -CTSCTStorage directorysEExisting directory where SCTs are managed -CTServerHelloSCTLimit limitsELimit on number of SCTs that can be returned in +CTSCTStorage directorysEExisting directory where SCTs are managed +CTServerHelloSCTLimit limitsELimit on number of SCTs that can be returned in ServerHello -CTStaticLogConfig log-id|- public-key-file|- +CTStaticLogConfig log-id|- public-key-file|- 1|0|- min-timestamp|- max-timestamp|- -log-URL|-sEStatic configuration of information about a log -CTStaticSCTs certificate-pem-file sct-directorysEStatic configuration of one or more SCTs for a server certificate +log-URL|-sEStatic configuration of information about a log +CTStaticSCTs certificate-pem-file sct-directorysEStatic configuration of one or more SCTs for a server certificate -CustomLog file|pipe|provider +CustomLog file|pipe|provider format|nickname [env=[!]environment-variable| -expr=expression]svBSets filename and format of log file -Dav On|Off|provider-name Off dEEnable WebDAV HTTP methods -DavBasePath root-pathdEConfigure repository root path -DavDepthInfinity on|off off svdEAllow PROPFIND, Depth: Infinity requests +expr=expression]svBSets filename and format of log file +Dav On|Off|provider-name Off dEEnable WebDAV HTTP methods +DavBasePath root-pathdEConfigure repository root path +DavDepthInfinity on|off off svdEAllow PROPFIND, Depth: Infinity requests +DavHonorMtimeHeader on|off off dEAllow clients to set resource modification times via the +X-OC-Mtime request header DavLockDB file-path DEFAULT_REL_STATEDI +svELocation of the DAV lock database DavLockDBType dbm-type default svEDatabase type of the DAV lock database DavLockDiscovery on|off on svdhEEnable lock discovery @@ -897,6 +898,9 @@ malicious privileges-aware code. <Proxy wildcard-url> ...</Proxy>svEContainer for directives applied to proxied resources Proxy100Continue Off|On On svdEForward 100-continue expectation to the origin server ProxyAddHeaders Off|On On svdEAdd proxy information in X-Forwarded-* headers +ProxyAsyncDelay time[s]svdETime to poll synchronously before handing a connection to the +MPM for asynchronous processing +ProxyAsyncIdleTimeout time[s]svdEInactivity timeout for asynchronous proxy connections ProxyBadHeader IsError|Ignore|StartBody IsError svEDetermines how to handle bad header lines in a response ProxyBlock *|hostname|partial-hostname [hostname|partial-hostname]...svEDisallow proxy requests to certain hosts diff --git a/docs/manual/mod/quickreference.html.en.utf8 b/docs/manual/mod/quickreference.html.en.utf8 index ee4d9db37c..d03e15bbb7 100644 --- a/docs/manual/mod/quickreference.html.en.utf8 +++ b/docs/manual/mod/quickreference.html.en.utf8 @@ -180,240 +180,241 @@ passwords for authentication response hashes in digest authentication AuthDigestDomain URI [URI] ...dhEURIs that are in the same protection space for digest authentication -AuthDigestNcCheck On|Off Off sEEnables or disables checking of the nonce-count sent by the -server -AuthDigestNonceFormat formatdhEDetermines how the nonce is generated -AuthDigestNonceLifetime seconds 300 dhEHow long the server nonce is valid -AuthDigestProvider provider-name -[provider-name] ... file dhESets the authentication provider(s) for this location -AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhEDetermines the quality-of-protection to use in digest +AuthDigestNcCheck On|Off Off svdhEEnables or disables checking of the nonce-count sent by the +client +AuthDigestNonceLifetime seconds 300 dhEHow long the server nonce is valid +AuthDigestProvider provider-name +[provider-name] ... file dhESets the authentication provider(s) for this location +AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhEDetermines the quality-of-protection to use in digest authentication -AuthDigestShmemSize size 1000 sEThe amount of shared memory to allocate for keeping track +AuthDigestShmemSize size 1000 sEThe amount of shared memory to allocate for keeping track of clients -AuthFormAuthoritative On|Off On dhBSets whether authorization and authentication are passed to +AuthFormAuthoritative On|Off On dhBSets whether authorization and authentication are passed to lower level modules -AuthFormBody fieldname httpd_body dBThe name of a form field carrying the body of the request to attempt on successful login -AuthFormDisableNoStore On|Off Off dBDisable the CacheControl no-store header on the login page -AuthFormFakeBasicAuth On|Off Off dBFake a Basic Authentication header -AuthFormLocation fieldname httpd_location dBThe name of a form field carrying a URL to redirect to on successful login -AuthFormLoginRequiredLocation urldBThe URL of the page to be redirected to should login be required -AuthFormLoginSuccessLocation urldBThe URL of the page to be redirected to should login be successful -AuthFormLogoutLocation uridBThe URL to redirect to after a user has logged out -AuthFormMethod fieldname httpd_method dBThe name of a form field carrying the method of the request to attempt on successful login -AuthFormMimetype fieldname httpd_mimetype dBThe name of a form field carrying the mimetype of the body of the request to attempt on successful login -AuthFormPassword fieldname httpd_password dBThe name of a form field carrying the login password -AuthFormProvider provider-name -[provider-name] ... file dhBSets the authentication provider(s) for this location -AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites -AuthFormSize size 8192 dBThe largest size of the form in bytes that will be parsed for the login details -AuthFormUsername fieldname httpd_username dBThe name of a form field carrying the login username -AuthGroupFile file-pathdhBSets the name of a text file containing the list +AuthFormBody fieldname httpd_body dBThe name of a form field carrying the body of the request to attempt on successful login +AuthFormDisableNoStore On|Off Off dBDisable the CacheControl no-store header on the login page +AuthFormFakeBasicAuth On|Off Off dBFake a Basic Authentication header +AuthFormLocation fieldname httpd_location dBThe name of a form field carrying a URL to redirect to on successful login +AuthFormLoginRequiredLocation urldBThe URL of the page to be redirected to should login be required +AuthFormLoginSuccessLocation urldBThe URL of the page to be redirected to should login be successful +AuthFormLogoutLocation uridBThe URL to redirect to after a user has logged out +AuthFormMethod fieldname httpd_method dBThe name of a form field carrying the method of the request to attempt on successful login +AuthFormMimetype fieldname httpd_mimetype dBThe name of a form field carrying the mimetype of the body of the request to attempt on successful login +AuthFormPassword fieldname httpd_password dBThe name of a form field carrying the login password +AuthFormProvider provider-name +[provider-name] ... file dhBSets the authentication provider(s) for this location +AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites +AuthFormSize size 8192 dBThe largest size of the form in bytes that will be parsed for the login details +AuthFormUsername fieldname httpd_username dBThe name of a form field carrying the login username +AuthGroupFile file-pathdhBSets the name of a text file containing the list of user groups for authorization -AuthLDAPAuthorizePrefix prefix AUTHORIZE_ dhESpecifies the prefix for environment variables set during +AuthLDAPAuthorizePrefix prefix AUTHORIZE_ dhESpecifies the prefix for environment variables set during authorization -AuthLDAPBindAuthoritative off|on on dhEDetermines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials. -AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server -AuthLDAPBindPassword passworddhEPassword used in conjunction with the bind DN -AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file -AuthLDAPCompareAsUser on|off off dhEUse the authenticated user's credentials to perform authorization comparisons -AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs -AuthLDAPDereferenceAliases never|searching|finding|always always dhEWhen will the module de-reference aliases -AuthLDAPGroupAttribute attribute member uniqueMember +dhELDAP attributes used to identify the user members of +AuthLDAPBindAuthoritative off|on on dhEDetermines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials. +AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server +AuthLDAPBindPassword passworddhEPassword used in conjunction with the bind DN +AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file +AuthLDAPCompareAsUser on|off off dhEUse the authenticated user's credentials to perform authorization comparisons +AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs +AuthLDAPDereferenceAliases never|searching|finding|always always dhEWhen will the module de-reference aliases +AuthLDAPGroupAttribute attribute member uniqueMember +dhELDAP attributes used to identify the user members of groups. -AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for +AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for group membership -AuthLDAPInitialBindAsUser off|on off dhEDetermines if the server does the initial DN lookup using the basic authentication users' +AuthLDAPInitialBindAsUser off|on off dhEDetermines if the server does the initial DN lookup using the basic authentication users' own username, instead of anonymously or with hard-coded credentials for the server -AuthLDAPInitialBindPattern regex substitution (.*) $1 (remote use +dhESpecifies the transformation of the basic authentication username to be used when binding to the LDAP server +AuthLDAPInitialBindPattern regex substitution (.*) $1 (remote use +dhESpecifies the transformation of the basic authentication username to be used when binding to the LDAP server to perform a DN lookup -AuthLDAPMaxSubGroupDepth Number 0 dhESpecifies the maximum sub-group nesting depth that will be +AuthLDAPMaxSubGroupDepth Number 0 dhESpecifies the maximum sub-group nesting depth that will be evaluated before the user search is discontinued. -AuthLDAPRemoteUserAttribute uiddhEUse the value of the attribute returned during the user +AuthLDAPRemoteUserAttribute uiddhEUse the value of the attribute returned during the user query to set the REMOTE_USER environment variable -AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER +AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER environment variable -AuthLDAPSearchAsUser on|off off dhEUse the authenticated user's credentials to perform authorization searches -AuthLDAPSubGroupAttribute attribute member uniqueMember +dhESpecifies the attribute labels, one value per +AuthLDAPSearchAsUser on|off off dhEUse the authenticated user's credentials to perform authorization searches +AuthLDAPSubGroupAttribute attribute member uniqueMember +dhESpecifies the attribute labels, one value per directive line, used to distinguish the members of the current group that are groups. -AuthLDAPSubGroupClass LdapObjectClass groupOfNames groupO +dhESpecifies which LDAP objectClass values identify directory +AuthLDAPSubGroupClass LdapObjectClass groupOfNames groupO +dhESpecifies which LDAP objectClass values identify directory objects that are groups during sub-group processing. -AuthLDAPURL url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters -AuthMerging Off | And | Or Off dhBControls the manner in which each configuration section's +AuthLDAPURL url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters +AuthMerging Off | And | Or Off dhBControls the manner in which each configuration section's authorization logic is combined with that of preceding configuration sections. -AuthName auth-domaindhBAuthorization realm for use in HTTP +AuthName auth-domaindhBAuthorization realm for use in HTTP authentication -AuthnCacheContext directory|server|custom-string directory dBSpecify a context string for use in the cache key -AuthnCacheEnablesBEnable Authn caching configured anywhere -AuthnCacheProvideFor authn-provider [...]dhBSpecify which authn provider(s) to cache for -AuthnCacheSOCache provider-name[:provider-args]sBSelect socache backend provider to use -AuthnCacheTimeout timeout (seconds) 300 (5 minutes) dhBSet a timeout for cache entries -<AuthnProviderAlias baseProvider Alias> -... </AuthnProviderAlias>sBEnclose a group of directives that represent an +AuthnCacheContext directory|server|custom-string directory dBSpecify a context string for use in the cache key +AuthnCacheEnablesBEnable Authn caching configured anywhere +AuthnCacheProvideFor authn-provider [...]dhBSpecify which authn provider(s) to cache for +AuthnCacheSOCache provider-name[:provider-args]sBSelect socache backend provider to use +AuthnCacheTimeout timeout (seconds) 300 (5 minutes) dhBSet a timeout for cache entries +<AuthnProviderAlias baseProvider Alias> +... </AuthnProviderAlias>sBEnclose a group of directives that represent an extension of a base authentication provider and referenced by the specified alias -AuthnzFcgiCheckAuthnProvider provider-name|None -option ...dEEnables a FastCGI application to handle the check_authn +AuthnzFcgiCheckAuthnProvider provider-name|None +option ...dEEnables a FastCGI application to handle the check_authn authentication hook. -AuthnzFcgiDefineProvider type provider-name -backend-addresssEDefines a FastCGI application as a provider for +AuthnzFcgiDefineProvider type provider-name +backend-addresssEDefines a FastCGI application as a provider for authentication and/or authorization -AuthtJwtVerify [set|unset] name [value]dhBSet a claim with the given name and expression, or unset the claim with the given name -AuthtJwtDriver name [param[=value]]svBSets the name of the underlying crypto driver to +AuthtJwtVerify [set|unset] name [value]dhBSet a claim with the given name and expression, or unset the claim with the given name +AuthtJwtDriver name [param[=value]]svBSets the name of the underlying crypto driver to use -AuthtJwtSign algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to sign an outgoing +AuthtJwtSign algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to sign an outgoing JWT token -AuthtJwtVerify algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to verify an incoming +AuthtJwtVerify algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to verify an incoming JWT token -<AuthtProviderAlias baseProvider Alias> -... </AuthtProviderAlias>sBEnclose a group of directives that represent an +<AuthtProviderAlias baseProvider Alias> +... </AuthtProviderAlias>sBEnclose a group of directives that represent an extension of a base token provider and referenced by the specified alias -AuthType None|Basic|Digest|FormdhBType of user authentication -AuthUserFile file-pathdhBSets the name of a text file containing the list of users and +AuthType None|Basic|Digest|FormdhBType of user authentication +AuthUserFile file-pathdhBSets the name of a text file containing the list of users and passwords for authentication -AuthzDBDLoginToReferer On|Off Off dEDetermines whether to redirect the Client to the Referring +AuthzDBDLoginToReferer On|Off Off dEDetermines whether to redirect the Client to the Referring page on successful login or logout if a Referer request header is present -AuthzDBDQuery querydESpecify the SQL Query for the required operation -AuthzDBDRedirectQuery querydESpecify a query to look up a login page for the user -AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to +AuthzDBDQuery querydESpecify the SQL Query for the required operation +AuthzDBDRedirectQuery querydESpecify a query to look up a login page for the user +AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to store list of user groups -<AuthzProviderAlias baseProvider Alias Require-Parameters> +<AuthzProviderAlias baseProvider Alias Require-Parameters> ... </AuthzProviderAlias> -sBEnclose a group of directives that represent an +sBEnclose a group of directives that represent an extension of a base authorization provider and referenced by the specified alias -AuthzSendForbiddenOnFailure On|Off Off dhBSend '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if +AuthzSendForbiddenOnFailure On|Off Off dhBSend '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if authentication succeeds but authorization fails -BalancerGrowth # 5 svENumber of additional Balancers that can be added Post-configuration -BalancerInherit On|Off On svEInherit proxy Balancers/Workers defined from the main server -BalancerMember [balancerurl] url [key=value [key=value ...]]dEAdd a member to a load balancing group -BalancerPersist On|Off Off svEAttempt to persist changes made by the Balancer Manager across restarts. -BrotliAlterETag AddSuffix|NoChange|Remove AddSuffix svEHow the outgoing ETag header should be modified during compression -BrotliCompressionMaxInputBlock valuesvEMaximum input block size -BrotliCompressionQuality value 5 svECompression quality -BrotliCompressionWindow value 18 svEBrotli sliding compression window size -BrotliFilterNote [type] notenamesvEPlaces the compression ratio in a note for logging -BrowserMatch regex [!]env-variable[=value] -[[!]env-variable[=value]] ...svdhBSets environment variables conditional on HTTP User-Agent +BalancerGrowth # 5 svENumber of additional Balancers that can be added Post-configuration +BalancerInherit On|Off On svEInherit proxy Balancers/Workers defined from the main server +BalancerMember [balancerurl] url [key=value [key=value ...]]dEAdd a member to a load balancing group +BalancerPersist On|Off Off svEAttempt to persist changes made by the Balancer Manager across restarts. +BrotliAlterETag AddSuffix|NoChange|Remove AddSuffix svEHow the outgoing ETag header should be modified during compression +BrotliCompressionMaxInputBlock valuesvEMaximum input block size +BrotliCompressionQuality value 5 svECompression quality +BrotliCompressionWindow value 18 svEBrotli sliding compression window size +BrotliFilterNote [type] notenamesvEPlaces the compression ratio in a note for logging +BrowserMatch regex [!]env-variable[=value] +[[!]env-variable[=value]] ...svdhBSets environment variables conditional on HTTP User-Agent -BrowserMatchNoCase regex [!]env-variable[=value] - [[!]env-variable[=value]] ...svdhBSets environment variables conditional on User-Agent without +BrowserMatchNoCase regex [!]env-variable[=value] + [[!]env-variable[=value]] ...svdhBSets environment variables conditional on User-Agent without respect to case -BufferedLogs On|Off Off sBBuffer log entries in memory before writing to disk -BufferSize integer 131072 dhEMaximum size in bytes to buffer by the buffer filter -CacheDefaultExpire seconds 3600 (one hour) svdhEThe default duration to cache a document when no expiry date is specified. -CacheDetailHeader on|off off svdhEAdd an X-Cache-Detail header to the response. -CacheDirLength length 2 svEThe number of characters in subdirectory names -CacheDirLevels levels 2 svEThe number of levels of subdirectories in the +BufferedLogs On|Off Off sBBuffer log entries in memory before writing to disk +BufferSize integer 131072 dhEMaximum size in bytes to buffer by the buffer filter +CacheDefaultExpire seconds 3600 (one hour) svdhEThe default duration to cache a document when no expiry date is specified. +CacheDetailHeader on|off off svdhEAdd an X-Cache-Detail header to the response. +CacheDirLength length 2 svEThe number of characters in subdirectory names +CacheDirLevels levels 2 svEThe number of levels of subdirectories in the cache. -CacheDisable url-string | onsvdhEDisable caching of specified URLs -CacheEnable cache_type [url-string]svdEEnable caching of specified URLs using a specified storage +CacheDisable url-string | onsvdhEDisable caching of specified URLs +CacheEnable cache_type [url-string]svdEEnable caching of specified URLs using a specified storage manager -CacheFile file-path [file-path] ...sXCache a list of file handles at startup time -CacheHeader on|off off svdhEAdd an X-Cache header to the response. -CacheIgnoreCacheControl On|Off Off svEIgnore request to not serve cached content to client -CacheIgnoreHeaders header-string [header-string] ... None svEDo not store the given HTTP header(s) in the cache. +CacheFile file-path [file-path] ...sXCache a list of file handles at startup time +CacheHeader on|off off svdhEAdd an X-Cache header to the response. +CacheIgnoreCacheControl On|Off Off svEIgnore request to not serve cached content to client +CacheIgnoreHeaders header-string [header-string] ... None svEDo not store the given HTTP header(s) in the cache. -CacheIgnoreNoLastMod On|Off Off svdhEIgnore the fact that a response has no Last Modified +CacheIgnoreNoLastMod On|Off Off svdhEIgnore the fact that a response has no Last Modified header. -CacheIgnoreQueryString On|Off Off svEIgnore query string when caching -CacheIgnoreURLSessionIdentifiers identifier [identifier] ... None svEIgnore defined session identifiers encoded in the URL when caching +CacheIgnoreQueryString On|Off Off svEIgnore query string when caching +CacheIgnoreURLSessionIdentifiers identifier [identifier] ... None svEIgnore defined session identifiers encoded in the URL when caching -CacheKeyBaseURL URLsvEOverride the base URL of reverse proxied cache keys. -CacheLastModifiedFactor float 0.1 svdhEThe factor used to compute an expiry date based on the +CacheKeyBaseURL URLsvEOverride the base URL of reverse proxied cache keys. +CacheLastModifiedFactor float 0.1 svdhEThe factor used to compute an expiry date based on the LastModified date. -CacheLock on|off off svEEnable the thundering herd lock. -CacheLockMaxAge integer 5 svESet the maximum possible age of a cache lock. -CacheLockPath directory mod_cache-lock svESet the lock path directory. -CacheMaxExpire seconds 86400 (one day) svdhEThe maximum time in seconds to cache a document -CacheMaxFileSize bytes 1000000 svdhEThe maximum size (in bytes) of a document to be placed in the +CacheLock on|off off svEEnable the thundering herd lock. +CacheLockMaxAge integer 5 svESet the maximum possible age of a cache lock. +CacheLockPath directory mod_cache-lock svESet the lock path directory. +CacheMaxExpire seconds 86400 (one day) svdhEThe maximum time in seconds to cache a document +CacheMaxFileSize bytes 1000000 svdhEThe maximum size (in bytes) of a document to be placed in the cache -CacheMinExpire seconds 0 svdhEThe minimum time in seconds to cache a document -CacheMinFileSize bytes 1 svdhEThe minimum size (in bytes) of a document to be placed in the +CacheMinExpire seconds 0 svdhEThe minimum time in seconds to cache a document +CacheMinFileSize bytes 1 svdhEThe minimum size (in bytes) of a document to be placed in the cache -CacheNegotiatedDocs On|Off Off svBAllows content-negotiated documents to be +CacheNegotiatedDocs On|Off Off svBAllows content-negotiated documents to be cached by proxy servers -CacheQuickHandler on|off on svERun the cache from the quick handler. -CacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached +CacheQuickHandler on|off on svERun the cache from the quick handler. +CacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream -CacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading +CacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream -CacheRoot directorysvEThe directory root under which cache files are +CacheRoot directorysvEThe directory root under which cache files are stored -CacheSocache type[:args]svEThe shared object cache implementation to use -CacheSocacheMaxSize bytes 102400 svdhEThe maximum size (in bytes) of an entry to be placed in the +CacheSocache type[:args]svEThe shared object cache implementation to use +CacheSocacheMaxSize bytes 102400 svdhEThe maximum size (in bytes) of an entry to be placed in the cache -CacheSocacheMaxTime seconds 86400 svdhEThe maximum time (in seconds) for a document to be placed in the +CacheSocacheMaxTime seconds 86400 svdhEThe maximum time (in seconds) for a document to be placed in the cache -CacheSocacheMinTime seconds 600 svdhEThe minimum time (in seconds) for a document to be placed in the +CacheSocacheMinTime seconds 600 svdhEThe minimum time (in seconds) for a document to be placed in the cache -CacheSocacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached +CacheSocacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream -CacheSocacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading +CacheSocacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream -CacheStaleOnError on|off on svdhEServe stale content in place of 5xx responses. -CacheStoreExpired On|Off Off svdhEAttempt to cache responses that the server reports as expired -CacheStoreNoStore On|Off Off svdhEAttempt to cache requests or responses that have been marked as no-store. -CacheStorePrivate On|Off Off svdhEAttempt to cache responses that the server has marked as private -CGIDScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the +CacheStaleOnError on|off on svdhEServe stale content in place of 5xx responses. +CacheStoreExpired On|Off Off svdhEAttempt to cache responses that the server reports as expired +CacheStoreNoStore On|Off Off svdhEAttempt to cache requests or responses that have been marked as no-store. +CacheStorePrivate On|Off Off svdhEAttempt to cache responses that the server has marked as private +CGIDScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the CGI program -CGIMapExtension cgi-path .extensiondhCTechnique for locating the interpreter for CGI +CGIMapExtension cgi-path .extensiondhCTechnique for locating the interpreter for CGI scripts -CGIPassAuth On|Off Off dhCEnables passing HTTP authorization headers to scripts as CGI +CGIPassAuth On|Off Off dhCEnables passing HTTP authorization headers to scripts as CGI variables -CGIScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the +CGIScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the CGI program -CGIVar variable ruledhCControls how some CGI variables are set -CharsetDefault charsetsvdhECharset to translate into -CharsetOptions option [option] ... ImplicitAdd svdhEConfigures charset translation behavior -CharsetSourceEnc charsetsvdhESource charset of files -CheckBasenameMatch on|off On svdhEAlso match files with differing file name extensions. -CheckCaseOnly on|off Off svdhELimits the action of the speling module to case corrections -CheckSpelling on|off Off svdhEEnables the spelling +CGIVar variable ruledhCControls how some CGI variables are set +CharsetDefault charsetsvdhECharset to translate into +CharsetOptions option [option] ... ImplicitAdd svdhEConfigures charset translation behavior +CharsetSourceEnc charsetsvdhESource charset of files +CheckBasenameMatch on|off On svdhEAlso match files with differing file name extensions. +CheckCaseOnly on|off Off svdhELimits the action of the speling module to case corrections +CheckSpelling on|off Off svdhEEnables the spelling module -ChrootDir /path/to/directorysBDirectory for apache to run chroot(8) after startup. -CookieDomain domainsvdhEThe domain to which the tracking cookie applies -CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie -CookieHTTPOnly on|off off svdhEAdds the 'HTTPOnly' attribute to the cookie -CookieName token Apache svdhEName of the tracking cookie -CookieSameSite None|Lax|StrictsvdhEAdds the 'SameSite' attribute to the cookie -CookieSecure on|off off svdhEAdds the 'Secure' attribute to the cookie -CookieStyle - Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field -CookieTracking on|off off svdhEEnables tracking cookie -CoreDumpDirectory directorysMDirectory where Apache HTTP Server attempts to +ChrootDir /path/to/directorysBDirectory for apache to run chroot(8) after startup. +CookieDomain domainsvdhEThe domain to which the tracking cookie applies +CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie +CookieHTTPOnly on|off off svdhEAdds the 'HTTPOnly' attribute to the cookie +CookieName token Apache svdhEName of the tracking cookie +CookieSameSite None|Lax|StrictsvdhEAdds the 'SameSite' attribute to the cookie +CookieSecure on|off off svdhEAdds the 'Secure' attribute to the cookie +CookieStyle + Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field +CookieTracking on|off off svdhEEnables tracking cookie +CoreDumpDirectory directorysMDirectory where Apache HTTP Server attempts to switch before dumping core -CryptoCipher name aes256 svdhECipher to be used by the crypto filter -CryptoDriver name openssl sEName of the crypto driver to use -CryptoIV value none svdhEIV (Initialization Vector) to be used by the crypto filter -CryptoKey value none svdhEKey to be used by the crypto filter -CryptoSize integer 131072 svdhEMaximum size in bytes to buffer by the crypto filter -CTAuditStorage directorysEExisting directory where data for off-line audit will be stored -CTLogClient executablesELocation of certificate-transparency log client tool -CTLogConfigDB filenamesELog configuration database supporting dynamic updates -CTMaxSCTAge num-secondssEMaximum age of SCT obtained from a log, before it will be +CryptoCipher name aes256 svdhECipher to be used by the crypto filter +CryptoDriver name openssl sEName of the crypto driver to use +CryptoIV value none svdhEIV (Initialization Vector) to be used by the crypto filter +CryptoKey value none svdhEKey to be used by the crypto filter +CryptoSize integer 131072 svdhEMaximum size in bytes to buffer by the crypto filter +CTAuditStorage directorysEExisting directory where data for off-line audit will be stored +CTLogClient executablesELocation of certificate-transparency log client tool +CTLogConfigDB filenamesELog configuration database supporting dynamic updates +CTMaxSCTAge num-secondssEMaximum age of SCT obtained from a log, before it will be refreshed -CTProxyAwareness oblivious|aware|requiresvELevel of CT awareness and enforcement for a proxy +CTProxyAwareness oblivious|aware|requiresvELevel of CT awareness and enforcement for a proxy -CTSCTStorage directorysEExisting directory where SCTs are managed -CTServerHelloSCTLimit limitsELimit on number of SCTs that can be returned in +CTSCTStorage directorysEExisting directory where SCTs are managed +CTServerHelloSCTLimit limitsELimit on number of SCTs that can be returned in ServerHello -CTStaticLogConfig log-id|- public-key-file|- +CTStaticLogConfig log-id|- public-key-file|- 1|0|- min-timestamp|- max-timestamp|- -log-URL|-sEStatic configuration of information about a log -CTStaticSCTs certificate-pem-file sct-directorysEStatic configuration of one or more SCTs for a server certificate +log-URL|-sEStatic configuration of information about a log +CTStaticSCTs certificate-pem-file sct-directorysEStatic configuration of one or more SCTs for a server certificate -CustomLog file|pipe|provider +CustomLog file|pipe|provider format|nickname [env=[!]environment-variable| -expr=expression]svBSets filename and format of log file -Dav On|Off|provider-name Off dEEnable WebDAV HTTP methods -DavBasePath root-pathdEConfigure repository root path -DavDepthInfinity on|off off svdEAllow PROPFIND, Depth: Infinity requests +expr=expression]svBSets filename and format of log file +Dav On|Off|provider-name Off dEEnable WebDAV HTTP methods +DavBasePath root-pathdEConfigure repository root path +DavDepthInfinity on|off off svdEAllow PROPFIND, Depth: Infinity requests +DavHonorMtimeHeader on|off off dEAllow clients to set resource modification times via the +X-OC-Mtime request header DavLockDB file-path DEFAULT_REL_STATEDI +svELocation of the DAV lock database DavLockDBType dbm-type default svEDatabase type of the DAV lock database DavLockDiscovery on|off on svdhEEnable lock discovery @@ -889,6 +890,9 @@ malicious privileges-aware code. <Proxy wildcard-url> ...</Proxy>svEContainer for directives applied to proxied resources Proxy100Continue Off|On On svdEForward 100-continue expectation to the origin server ProxyAddHeaders Off|On On svdEAdd proxy information in X-Forwarded-* headers +ProxyAsyncDelay time[s]svdETime to poll synchronously before handing a connection to the +MPM for asynchronous processing +ProxyAsyncIdleTimeout time[s]svdEInactivity timeout for asynchronous proxy connections ProxyBadHeader IsError|Ignore|StartBody IsError svEDetermines how to handle bad header lines in a response ProxyBlock *|hostname|partial-hostname [hostname|partial-hostname]...svEDisallow proxy requests to certain hosts diff --git a/docs/manual/mod/quickreference.html.es.utf8 b/docs/manual/mod/quickreference.html.es.utf8 index dd2f8ba7f5..2ac3649e63 100644 --- a/docs/manual/mod/quickreference.html.es.utf8 +++ b/docs/manual/mod/quickreference.html.es.utf8 @@ -179,240 +179,241 @@ passwords for authentication response hashes in digest authentication AuthDigestDomain URI [URI] ...dhEURIs that are in the same protection space for digest authentication -AuthDigestNcCheck On|Off Off sEEnables or disables checking of the nonce-count sent by the -server -AuthDigestNonceFormat formatdhEDetermines how the nonce is generated -AuthDigestNonceLifetime seconds 300 dhEHow long the server nonce is valid -AuthDigestProvider provider-name -[provider-name] ... file dhESets the authentication provider(s) for this location -AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhEDetermines the quality-of-protection to use in digest +AuthDigestNcCheck On|Off Off svdhEEnables or disables checking of the nonce-count sent by the +client +AuthDigestNonceLifetime seconds 300 dhEHow long the server nonce is valid +AuthDigestProvider provider-name +[provider-name] ... file dhESets the authentication provider(s) for this location +AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhEDetermines the quality-of-protection to use in digest authentication -AuthDigestShmemSize size 1000 sEThe amount of shared memory to allocate for keeping track +AuthDigestShmemSize size 1000 sEThe amount of shared memory to allocate for keeping track of clients -AuthFormAuthoritative On|Off On dhBSets whether authorization and authentication are passed to +AuthFormAuthoritative On|Off On dhBSets whether authorization and authentication are passed to lower level modules -AuthFormBody fieldname httpd_body dBThe name of a form field carrying the body of the request to attempt on successful login -AuthFormDisableNoStore On|Off Off dBDisable the CacheControl no-store header on the login page -AuthFormFakeBasicAuth On|Off Off dBFake a Basic Authentication header -AuthFormLocation fieldname httpd_location dBThe name of a form field carrying a URL to redirect to on successful login -AuthFormLoginRequiredLocation urldBThe URL of the page to be redirected to should login be required -AuthFormLoginSuccessLocation urldBThe URL of the page to be redirected to should login be successful -AuthFormLogoutLocation uridBThe URL to redirect to after a user has logged out -AuthFormMethod fieldname httpd_method dBThe name of a form field carrying the method of the request to attempt on successful login -AuthFormMimetype fieldname httpd_mimetype dBThe name of a form field carrying the mimetype of the body of the request to attempt on successful login -AuthFormPassword fieldname httpd_password dBThe name of a form field carrying the login password -AuthFormProvider provider-name -[provider-name] ... file dhBSets the authentication provider(s) for this location -AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites -AuthFormSize size 8192 dBThe largest size of the form in bytes that will be parsed for the login details -AuthFormUsername fieldname httpd_username dBThe name of a form field carrying the login username -AuthGroupFile file-pathdhBSets the name of a text file containing the list +AuthFormBody fieldname httpd_body dBThe name of a form field carrying the body of the request to attempt on successful login +AuthFormDisableNoStore On|Off Off dBDisable the CacheControl no-store header on the login page +AuthFormFakeBasicAuth On|Off Off dBFake a Basic Authentication header +AuthFormLocation fieldname httpd_location dBThe name of a form field carrying a URL to redirect to on successful login +AuthFormLoginRequiredLocation urldBThe URL of the page to be redirected to should login be required +AuthFormLoginSuccessLocation urldBThe URL of the page to be redirected to should login be successful +AuthFormLogoutLocation uridBThe URL to redirect to after a user has logged out +AuthFormMethod fieldname httpd_method dBThe name of a form field carrying the method of the request to attempt on successful login +AuthFormMimetype fieldname httpd_mimetype dBThe name of a form field carrying the mimetype of the body of the request to attempt on successful login +AuthFormPassword fieldname httpd_password dBThe name of a form field carrying the login password +AuthFormProvider provider-name +[provider-name] ... file dhBSets the authentication provider(s) for this location +AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites +AuthFormSize size 8192 dBThe largest size of the form in bytes that will be parsed for the login details +AuthFormUsername fieldname httpd_username dBThe name of a form field carrying the login username +AuthGroupFile file-pathdhBSets the name of a text file containing the list of user groups for authorization -AuthLDAPAuthorizePrefix prefix AUTHORIZE_ dhESpecifies the prefix for environment variables set during +AuthLDAPAuthorizePrefix prefix AUTHORIZE_ dhESpecifies the prefix for environment variables set during authorization -AuthLDAPBindAuthoritative off|on on dhEDetermines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials. -AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server -AuthLDAPBindPassword passworddhEPassword used in conjunction with the bind DN -AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file -AuthLDAPCompareAsUser on|off off dhEUse the authenticated user's credentials to perform authorization comparisons -AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs -AuthLDAPDereferenceAliases never|searching|finding|always always dhEWhen will the module de-reference aliases -AuthLDAPGroupAttribute attribute member uniqueMember +dhELDAP attributes used to identify the user members of +AuthLDAPBindAuthoritative off|on on dhEDetermines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials. +AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server +AuthLDAPBindPassword passworddhEPassword used in conjunction with the bind DN +AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file +AuthLDAPCompareAsUser on|off off dhEUse the authenticated user's credentials to perform authorization comparisons +AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs +AuthLDAPDereferenceAliases never|searching|finding|always always dhEWhen will the module de-reference aliases +AuthLDAPGroupAttribute attribute member uniqueMember +dhELDAP attributes used to identify the user members of groups. -AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for +AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for group membership -AuthLDAPInitialBindAsUser off|on off dhEDetermines if the server does the initial DN lookup using the basic authentication users' +AuthLDAPInitialBindAsUser off|on off dhEDetermines if the server does the initial DN lookup using the basic authentication users' own username, instead of anonymously or with hard-coded credentials for the server -AuthLDAPInitialBindPattern regex substitution (.*) $1 (remote use +dhESpecifies the transformation of the basic authentication username to be used when binding to the LDAP server +AuthLDAPInitialBindPattern regex substitution (.*) $1 (remote use +dhESpecifies the transformation of the basic authentication username to be used when binding to the LDAP server to perform a DN lookup -AuthLDAPMaxSubGroupDepth Number 0 dhESpecifies the maximum sub-group nesting depth that will be +AuthLDAPMaxSubGroupDepth Number 0 dhESpecifies the maximum sub-group nesting depth that will be evaluated before the user search is discontinued. -AuthLDAPRemoteUserAttribute uiddhEUse the value of the attribute returned during the user +AuthLDAPRemoteUserAttribute uiddhEUse the value of the attribute returned during the user query to set the REMOTE_USER environment variable -AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER +AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER environment variable -AuthLDAPSearchAsUser on|off off dhEUse the authenticated user's credentials to perform authorization searches -AuthLDAPSubGroupAttribute attribute member uniqueMember +dhESpecifies the attribute labels, one value per +AuthLDAPSearchAsUser on|off off dhEUse the authenticated user's credentials to perform authorization searches +AuthLDAPSubGroupAttribute attribute member uniqueMember +dhESpecifies the attribute labels, one value per directive line, used to distinguish the members of the current group that are groups. -AuthLDAPSubGroupClass LdapObjectClass groupOfNames groupO +dhESpecifies which LDAP objectClass values identify directory +AuthLDAPSubGroupClass LdapObjectClass groupOfNames groupO +dhESpecifies which LDAP objectClass values identify directory objects that are groups during sub-group processing. -AuthLDAPURL url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters -AuthMerging Off | And | Or Off dhBControls the manner in which each configuration section's +AuthLDAPURL url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters +AuthMerging Off | And | Or Off dhBControls the manner in which each configuration section's authorization logic is combined with that of preceding configuration sections. -AuthName auth-domaindhBAuthorization realm for use in HTTP +AuthName auth-domaindhBAuthorization realm for use in HTTP authentication -AuthnCacheContext directory|server|custom-string directory dBSpecify a context string for use in the cache key -AuthnCacheEnablesBEnable Authn caching configured anywhere -AuthnCacheProvideFor authn-provider [...]dhBSpecify which authn provider(s) to cache for -AuthnCacheSOCache provider-name[:provider-args]sBSelect socache backend provider to use -AuthnCacheTimeout timeout (seconds) 300 (5 minutes) dhBSet a timeout for cache entries -<AuthnProviderAlias baseProvider Alias> -... </AuthnProviderAlias>sBEnclose a group of directives that represent an +AuthnCacheContext directory|server|custom-string directory dBSpecify a context string for use in the cache key +AuthnCacheEnablesBEnable Authn caching configured anywhere +AuthnCacheProvideFor authn-provider [...]dhBSpecify which authn provider(s) to cache for +AuthnCacheSOCache provider-name[:provider-args]sBSelect socache backend provider to use +AuthnCacheTimeout timeout (seconds) 300 (5 minutes) dhBSet a timeout for cache entries +<AuthnProviderAlias baseProvider Alias> +... </AuthnProviderAlias>sBEnclose a group of directives that represent an extension of a base authentication provider and referenced by the specified alias -AuthnzFcgiCheckAuthnProvider provider-name|None -option ...dEEnables a FastCGI application to handle the check_authn +AuthnzFcgiCheckAuthnProvider provider-name|None +option ...dEEnables a FastCGI application to handle the check_authn authentication hook. -AuthnzFcgiDefineProvider type provider-name -backend-addresssEDefines a FastCGI application as a provider for +AuthnzFcgiDefineProvider type provider-name +backend-addresssEDefines a FastCGI application as a provider for authentication and/or authorization -AuthtJwtVerify [set|unset] name [value]dhBSet a claim with the given name and expression, or unset the claim with the given name -AuthtJwtDriver name [param[=value]]svBSets the name of the underlying crypto driver to +AuthtJwtVerify [set|unset] name [value]dhBSet a claim with the given name and expression, or unset the claim with the given name +AuthtJwtDriver name [param[=value]]svBSets the name of the underlying crypto driver to use -AuthtJwtSign algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to sign an outgoing +AuthtJwtSign algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to sign an outgoing JWT token -AuthtJwtVerify algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to verify an incoming +AuthtJwtVerify algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to verify an incoming JWT token -<AuthtProviderAlias baseProvider Alias> -... </AuthtProviderAlias>sBEnclose a group of directives that represent an +<AuthtProviderAlias baseProvider Alias> +... </AuthtProviderAlias>sBEnclose a group of directives that represent an extension of a base token provider and referenced by the specified alias -AuthType None|Basic|Digest|FormdhBType of user authentication -AuthUserFile file-pathdhBSets the name of a text file containing the list of users and +AuthType None|Basic|Digest|FormdhBType of user authentication +AuthUserFile file-pathdhBSets the name of a text file containing the list of users and passwords for authentication -AuthzDBDLoginToReferer On|Off Off dEDetermines whether to redirect the Client to the Referring +AuthzDBDLoginToReferer On|Off Off dEDetermines whether to redirect the Client to the Referring page on successful login or logout if a Referer request header is present -AuthzDBDQuery querydESpecify the SQL Query for the required operation -AuthzDBDRedirectQuery querydESpecify a query to look up a login page for the user -AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to +AuthzDBDQuery querydESpecify the SQL Query for the required operation +AuthzDBDRedirectQuery querydESpecify a query to look up a login page for the user +AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to store list of user groups -<AuthzProviderAlias baseProvider Alias Require-Parameters> +<AuthzProviderAlias baseProvider Alias Require-Parameters> ... </AuthzProviderAlias> -sBEnclose a group of directives that represent an +sBEnclose a group of directives that represent an extension of a base authorization provider and referenced by the specified alias -AuthzSendForbiddenOnFailure On|Off Off dhBSend '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if +AuthzSendForbiddenOnFailure On|Off Off dhBSend '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if authentication succeeds but authorization fails -BalancerGrowth # 5 svENumber of additional Balancers that can be added Post-configuration -BalancerInherit On|Off On svEInherit proxy Balancers/Workers defined from the main server -BalancerMember [balancerurl] url [key=value [key=value ...]]dEAdd a member to a load balancing group -BalancerPersist On|Off Off svEAttempt to persist changes made by the Balancer Manager across restarts. -BrotliAlterETag AddSuffix|NoChange|Remove AddSuffix svEHow the outgoing ETag header should be modified during compression -BrotliCompressionMaxInputBlock valuesvEMaximum input block size -BrotliCompressionQuality value 5 svECompression quality -BrotliCompressionWindow value 18 svEBrotli sliding compression window size -BrotliFilterNote [type] notenamesvEPlaces the compression ratio in a note for logging -BrowserMatch regex [!]env-variable[=value] -[[!]env-variable[=value]] ...svdhBSets environment variables conditional on HTTP User-Agent +BalancerGrowth # 5 svENumber of additional Balancers that can be added Post-configuration +BalancerInherit On|Off On svEInherit proxy Balancers/Workers defined from the main server +BalancerMember [balancerurl] url [key=value [key=value ...]]dEAdd a member to a load balancing group +BalancerPersist On|Off Off svEAttempt to persist changes made by the Balancer Manager across restarts. +BrotliAlterETag AddSuffix|NoChange|Remove AddSuffix svEHow the outgoing ETag header should be modified during compression +BrotliCompressionMaxInputBlock valuesvEMaximum input block size +BrotliCompressionQuality value 5 svECompression quality +BrotliCompressionWindow value 18 svEBrotli sliding compression window size +BrotliFilterNote [type] notenamesvEPlaces the compression ratio in a note for logging +BrowserMatch regex [!]env-variable[=value] +[[!]env-variable[=value]] ...svdhBSets environment variables conditional on HTTP User-Agent -BrowserMatchNoCase regex [!]env-variable[=value] - [[!]env-variable[=value]] ...svdhBSets environment variables conditional on User-Agent without +BrowserMatchNoCase regex [!]env-variable[=value] + [[!]env-variable[=value]] ...svdhBSets environment variables conditional on User-Agent without respect to case -BufferedLogs On|Off Off sBBuffer log entries in memory before writing to disk -BufferSize integer 131072 dhEMaximum size in bytes to buffer by the buffer filter -CacheDefaultExpire seconds 3600 (one hour) svdhEThe default duration to cache a document when no expiry date is specified. -CacheDetailHeader on|off off svdhEAdd an X-Cache-Detail header to the response. -CacheDirLength length 2 svEThe number of characters in subdirectory names -CacheDirLevels levels 2 svEThe number of levels of subdirectories in the +BufferedLogs On|Off Off sBBuffer log entries in memory before writing to disk +BufferSize integer 131072 dhEMaximum size in bytes to buffer by the buffer filter +CacheDefaultExpire seconds 3600 (one hour) svdhEThe default duration to cache a document when no expiry date is specified. +CacheDetailHeader on|off off svdhEAdd an X-Cache-Detail header to the response. +CacheDirLength length 2 svEThe number of characters in subdirectory names +CacheDirLevels levels 2 svEThe number of levels of subdirectories in the cache. -CacheDisable url-string | onsvdhEDisable caching of specified URLs -CacheEnable cache_type [url-string]svdEEnable caching of specified URLs using a specified storage +CacheDisable url-string | onsvdhEDisable caching of specified URLs +CacheEnable cache_type [url-string]svdEEnable caching of specified URLs using a specified storage manager -CacheFile file-path [file-path] ...sXCache a list of file handles at startup time -CacheHeader on|off off svdhEAdd an X-Cache header to the response. -CacheIgnoreCacheControl On|Off Off svEIgnore request to not serve cached content to client -CacheIgnoreHeaders header-string [header-string] ... None svEDo not store the given HTTP header(s) in the cache. +CacheFile file-path [file-path] ...sXCache a list of file handles at startup time +CacheHeader on|off off svdhEAdd an X-Cache header to the response. +CacheIgnoreCacheControl On|Off Off svEIgnore request to not serve cached content to client +CacheIgnoreHeaders header-string [header-string] ... None svEDo not store the given HTTP header(s) in the cache. -CacheIgnoreNoLastMod On|Off Off svdhEIgnore the fact that a response has no Last Modified +CacheIgnoreNoLastMod On|Off Off svdhEIgnore the fact that a response has no Last Modified header. -CacheIgnoreQueryString On|Off Off svEIgnore query string when caching -CacheIgnoreURLSessionIdentifiers identifier [identifier] ... None svEIgnore defined session identifiers encoded in the URL when caching +CacheIgnoreQueryString On|Off Off svEIgnore query string when caching +CacheIgnoreURLSessionIdentifiers identifier [identifier] ... None svEIgnore defined session identifiers encoded in the URL when caching -CacheKeyBaseURL URLsvEOverride the base URL of reverse proxied cache keys. -CacheLastModifiedFactor float 0.1 svdhEThe factor used to compute an expiry date based on the +CacheKeyBaseURL URLsvEOverride the base URL of reverse proxied cache keys. +CacheLastModifiedFactor float 0.1 svdhEThe factor used to compute an expiry date based on the LastModified date. -CacheLock on|off off svEEnable the thundering herd lock. -CacheLockMaxAge integer 5 svESet the maximum possible age of a cache lock. -CacheLockPath directory mod_cache-lock svESet the lock path directory. -CacheMaxExpire seconds 86400 (one day) svdhEThe maximum time in seconds to cache a document -CacheMaxFileSize bytes 1000000 svdhEThe maximum size (in bytes) of a document to be placed in the +CacheLock on|off off svEEnable the thundering herd lock. +CacheLockMaxAge integer 5 svESet the maximum possible age of a cache lock. +CacheLockPath directory mod_cache-lock svESet the lock path directory. +CacheMaxExpire seconds 86400 (one day) svdhEThe maximum time in seconds to cache a document +CacheMaxFileSize bytes 1000000 svdhEThe maximum size (in bytes) of a document to be placed in the cache -CacheMinExpire seconds 0 svdhEThe minimum time in seconds to cache a document -CacheMinFileSize bytes 1 svdhEThe minimum size (in bytes) of a document to be placed in the +CacheMinExpire seconds 0 svdhEThe minimum time in seconds to cache a document +CacheMinFileSize bytes 1 svdhEThe minimum size (in bytes) of a document to be placed in the cache -CacheNegotiatedDocs On|Off Off svBAllows content-negotiated documents to be +CacheNegotiatedDocs On|Off Off svBAllows content-negotiated documents to be cached by proxy servers -CacheQuickHandler on|off on svERun the cache from the quick handler. -CacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached +CacheQuickHandler on|off on svERun the cache from the quick handler. +CacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream -CacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading +CacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream -CacheRoot directorysvEThe directory root under which cache files are +CacheRoot directorysvEThe directory root under which cache files are stored -CacheSocache type[:args]svEThe shared object cache implementation to use -CacheSocacheMaxSize bytes 102400 svdhEThe maximum size (in bytes) of an entry to be placed in the +CacheSocache type[:args]svEThe shared object cache implementation to use +CacheSocacheMaxSize bytes 102400 svdhEThe maximum size (in bytes) of an entry to be placed in the cache -CacheSocacheMaxTime seconds 86400 svdhEThe maximum time (in seconds) for a document to be placed in the +CacheSocacheMaxTime seconds 86400 svdhEThe maximum time (in seconds) for a document to be placed in the cache -CacheSocacheMinTime seconds 600 svdhEThe minimum time (in seconds) for a document to be placed in the +CacheSocacheMinTime seconds 600 svdhEThe minimum time (in seconds) for a document to be placed in the cache -CacheSocacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached +CacheSocacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream -CacheSocacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading +CacheSocacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream -CacheStaleOnError on|off on svdhEServe stale content in place of 5xx responses. -CacheStoreExpired On|Off Off svdhEAttempt to cache responses that the server reports as expired -CacheStoreNoStore On|Off Off svdhEAttempt to cache requests or responses that have been marked as no-store. -CacheStorePrivate On|Off Off svdhEAttempt to cache responses that the server has marked as private -CGIDScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the +CacheStaleOnError on|off on svdhEServe stale content in place of 5xx responses. +CacheStoreExpired On|Off Off svdhEAttempt to cache responses that the server reports as expired +CacheStoreNoStore On|Off Off svdhEAttempt to cache requests or responses that have been marked as no-store. +CacheStorePrivate On|Off Off svdhEAttempt to cache responses that the server has marked as private +CGIDScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the CGI program -CGIMapExtension cgi-path .extensiondhCTechnique for locating the interpreter for CGI +CGIMapExtension cgi-path .extensiondhCTechnique for locating the interpreter for CGI scripts -CGIPassAuth On|Off Off dhCEnables passing HTTP authorization headers to scripts as CGI +CGIPassAuth On|Off Off dhCEnables passing HTTP authorization headers to scripts as CGI variables -CGIScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the +CGIScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the CGI program -CGIVar variable ruledhCControls how some CGI variables are set -CharsetDefault charsetsvdhECharset to translate into -CharsetOptions option [option] ... ImplicitAdd svdhEConfigures charset translation behavior -CharsetSourceEnc charsetsvdhESource charset of files -CheckBasenameMatch on|off On svdhEAlso match files with differing file name extensions. -CheckCaseOnly on|off Off svdhELimits the action of the speling module to case corrections -CheckSpelling on|off Off svdhEEnables the spelling +CGIVar variable ruledhCControls how some CGI variables are set +CharsetDefault charsetsvdhECharset to translate into +CharsetOptions option [option] ... ImplicitAdd svdhEConfigures charset translation behavior +CharsetSourceEnc charsetsvdhESource charset of files +CheckBasenameMatch on|off On svdhEAlso match files with differing file name extensions. +CheckCaseOnly on|off Off svdhELimits the action of the speling module to case corrections +CheckSpelling on|off Off svdhEEnables the spelling module -ChrootDir /path/to/directorysBDirectory for apache to run chroot(8) after startup. -CookieDomain domainsvdhEThe domain to which the tracking cookie applies -CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie -CookieHTTPOnly on|off off svdhEAdds the 'HTTPOnly' attribute to the cookie -CookieName token Apache svdhEName of the tracking cookie -CookieSameSite None|Lax|StrictsvdhEAdds the 'SameSite' attribute to the cookie -CookieSecure on|off off svdhEAdds the 'Secure' attribute to the cookie -CookieStyle - Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field -CookieTracking on|off off svdhEEnables tracking cookie -CoreDumpDirectory directorysMDirectory where Apache HTTP Server attempts to +ChrootDir /path/to/directorysBDirectory for apache to run chroot(8) after startup. +CookieDomain domainsvdhEThe domain to which the tracking cookie applies +CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie +CookieHTTPOnly on|off off svdhEAdds the 'HTTPOnly' attribute to the cookie +CookieName token Apache svdhEName of the tracking cookie +CookieSameSite None|Lax|StrictsvdhEAdds the 'SameSite' attribute to the cookie +CookieSecure on|off off svdhEAdds the 'Secure' attribute to the cookie +CookieStyle + Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field +CookieTracking on|off off svdhEEnables tracking cookie +CoreDumpDirectory directorysMDirectory where Apache HTTP Server attempts to switch before dumping core -CryptoCipher name aes256 svdhECipher to be used by the crypto filter -CryptoDriver name openssl sEName of the crypto driver to use -CryptoIV value none svdhEIV (Initialization Vector) to be used by the crypto filter -CryptoKey value none svdhEKey to be used by the crypto filter -CryptoSize integer 131072 svdhEMaximum size in bytes to buffer by the crypto filter -CTAuditStorage directorysEExisting directory where data for off-line audit will be stored -CTLogClient executablesELocation of certificate-transparency log client tool -CTLogConfigDB filenamesELog configuration database supporting dynamic updates -CTMaxSCTAge num-secondssEMaximum age of SCT obtained from a log, before it will be +CryptoCipher name aes256 svdhECipher to be used by the crypto filter +CryptoDriver name openssl sEName of the crypto driver to use +CryptoIV value none svdhEIV (Initialization Vector) to be used by the crypto filter +CryptoKey value none svdhEKey to be used by the crypto filter +CryptoSize integer 131072 svdhEMaximum size in bytes to buffer by the crypto filter +CTAuditStorage directorysEExisting directory where data for off-line audit will be stored +CTLogClient executablesELocation of certificate-transparency log client tool +CTLogConfigDB filenamesELog configuration database supporting dynamic updates +CTMaxSCTAge num-secondssEMaximum age of SCT obtained from a log, before it will be refreshed -CTProxyAwareness oblivious|aware|requiresvELevel of CT awareness and enforcement for a proxy +CTProxyAwareness oblivious|aware|requiresvELevel of CT awareness and enforcement for a proxy -CTSCTStorage directorysEExisting directory where SCTs are managed -CTServerHelloSCTLimit limitsELimit on number of SCTs that can be returned in +CTSCTStorage directorysEExisting directory where SCTs are managed +CTServerHelloSCTLimit limitsELimit on number of SCTs that can be returned in ServerHello -CTStaticLogConfig log-id|- public-key-file|- +CTStaticLogConfig log-id|- public-key-file|- 1|0|- min-timestamp|- max-timestamp|- -log-URL|-sEStatic configuration of information about a log -CTStaticSCTs certificate-pem-file sct-directorysEStatic configuration of one or more SCTs for a server certificate +log-URL|-sEStatic configuration of information about a log +CTStaticSCTs certificate-pem-file sct-directorysEStatic configuration of one or more SCTs for a server certificate -CustomLog file|pipe|provider +CustomLog file|pipe|provider format|nickname [env=[!]environment-variable| -expr=expression]svBSets filename and format of log file -Dav On|Off|provider-name Off dEEnable WebDAV HTTP methods -DavBasePath root-pathdEConfigure repository root path -DavDepthInfinity on|off off svdEAllow PROPFIND, Depth: Infinity requests +expr=expression]svBSets filename and format of log file +Dav On|Off|provider-name Off dEEnable WebDAV HTTP methods +DavBasePath root-pathdEConfigure repository root path +DavDepthInfinity on|off off svdEAllow PROPFIND, Depth: Infinity requests +DavHonorMtimeHeader on|off off dEAllow clients to set resource modification times via the +X-OC-Mtime request header DavLockDB file-path DEFAULT_REL_STATEDI +svELocation of the DAV lock database DavLockDBType dbm-type default svEDatabase type of the DAV lock database DavLockDiscovery on|off on svdhEEnable lock discovery @@ -887,6 +888,9 @@ malicious privileges-aware code. <Proxy wildcard-url> ...</Proxy>svEContainer for directives applied to proxied resources Proxy100Continue Off|On On svdEForward 100-continue expectation to the origin server ProxyAddHeaders Off|On On svdEAdd proxy information in X-Forwarded-* headers +ProxyAsyncDelay time[s]svdETime to poll synchronously before handing a connection to the +MPM for asynchronous processing +ProxyAsyncIdleTimeout time[s]svdEInactivity timeout for asynchronous proxy connections ProxyBadHeader IsError|Ignore|StartBody IsError svEDetermines how to handle bad header lines in a response ProxyBlock *|hostname|partial-hostname [hostname|partial-hostname]...svEDisallow proxy requests to certain hosts diff --git a/docs/manual/mod/quickreference.html.fr.utf8 b/docs/manual/mod/quickreference.html.fr.utf8 index 0624f89118..334418119a 100644 --- a/docs/manual/mod/quickreference.html.fr.utf8 +++ b/docs/manual/mod/quickreference.html.fr.utf8 @@ -204,311 +204,311 @@ condensés du défit et de sa réponse concernant l'authentification à base de condensés AuthDigestNcCheck On|Off Off sEActive ou désactive la vérification du nombre d'envois du nombre à valeur unique (nonce) par le serveur -AuthDigestNonceFormat formatdhEDétermine la manière dont le nombre à valeur unique du -serveur (nonce) est généré -AuthDigestNonceLifetime secondes 300 dhEDurée de validité du nombre à valeur unique du +AuthDigestNonceLifetime secondes 300 dhEDurée de validité du nombre à valeur unique du serveur (nonce) -AuthDigestProvider nom fournisseur -[nom fournisseur] ... file dhEDéfinit le(s) fournisseurs(s) d'authentification pour la +AuthDigestProvider nom fournisseur +[nom fournisseur] ... file dhEDéfinit le(s) fournisseurs(s) d'authentification pour la zone du site web concernée -AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhEDétermine le niveau de protection fourni par +AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhEDétermine le niveau de protection fourni par l'authentification à base de condensé -AuthDigestShmemSize taille 1000 sELa quantité de mémoire partagée à allouer afin de conserver +AuthDigestShmemSize taille 1000 sELa quantité de mémoire partagée à allouer afin de conserver les informations à propos des clients -AuthFormAuthoritative On|Off On dhBDétermine si l'autorisation et l'authentification sont confiés à +AuthFormAuthoritative On|Off On dhBDétermine si l'autorisation et l'authentification sont confiés à des modules de plus bas niveau -AuthFormBody nom du champ httpd_body dBLe nom du champ de formulaire contenant le corps de la +AuthFormBody nom du champ httpd_body dBLe nom du champ de formulaire contenant le corps de la requête à effectuer en cas de connexion réussie -AuthFormDisableNoStore On|Off Off dBDésactive l'en-tête CacheControl no-store sur la page de +AuthFormDisableNoStore On|Off Off dBDésactive l'en-tête CacheControl no-store sur la page de connexion -AuthFormFakeBasicAuth On|Off Off dBSimule une en-tête d'authentification de base -AuthFormLocation nom du champ httpd_location dBLe nom du champ de formulaire qui contiendra l'URL vers +AuthFormFakeBasicAuth On|Off Off dBSimule une en-tête d'authentification de base +AuthFormLocation nom du champ httpd_location dBLe nom du champ de formulaire qui contiendra l'URL vers laquelle l'utilisateur sera redirigé en cas de connexion réussie -AuthFormLoginRequiredLocation urldBL'URL de la page vers laquelle on doit être redirigé si une +AuthFormLoginRequiredLocation urldBL'URL de la page vers laquelle on doit être redirigé si une authentification est requise -AuthFormLoginSuccessLocation urldBL'URL de la page vers laquelle on doit être redirigé en cas +AuthFormLoginSuccessLocation urldBL'URL de la page vers laquelle on doit être redirigé en cas de connexion réussie -AuthFormLogoutLocation uridBL'URL vers laquelle un utilisateur devra être redirigé +AuthFormLogoutLocation uridBL'URL vers laquelle un utilisateur devra être redirigé après s'être déconnecté -AuthFormMethod nom du champ httpd_method dBLe nom du champ de formulaire contenant la méthode de la +AuthFormMethod nom du champ httpd_method dBLe nom du champ de formulaire contenant la méthode de la requête à effectuer en cas de connexion réussie -AuthFormMimetype nom du champ httpd_mimetype dBLe nom du champ de formulaire contenant le type MIME du +AuthFormMimetype nom du champ httpd_mimetype dBLe nom du champ de formulaire contenant le type MIME du corps de la requête à effectuer en cas de connexion réussie -AuthFormPassword nom du champ httpd_password dBLe nom du champ de formulaire qui contient le mot de passe +AuthFormPassword nom du champ httpd_password dBLe nom du champ de formulaire qui contient le mot de passe de connexion -AuthFormProvider nom fournisseur -[nom fournisseur] ... file dhBDéfinit le(s) fournisseur(s) d'authentification pour la +AuthFormProvider nom fournisseur +[nom fournisseur] ... file dhBDéfinit le(s) fournisseur(s) d'authentification pour la zone concernée -AuthFormSitePassphrase secretdBCourt-circuite l'authentification pour les sites à fort +AuthFormSitePassphrase secretdBCourt-circuite l'authentification pour les sites à fort trafic -AuthFormSize taille 8192 dBLa taille maximale en octets du formulaire dont seront +AuthFormSize taille 8192 dBLa taille maximale en octets du formulaire dont seront extraites les informations de connexion -AuthFormUsername nom du champ httpd_username dBLe nom du champ de formulaire qui contient le nom de +AuthFormUsername nom du champ httpd_username dBLe nom du champ de formulaire qui contient le nom de connexion -AuthGroupFile chemin-fichierdhBDéfinit le nom d'un fichier texte contenant la liste des +AuthGroupFile chemin-fichierdhBDéfinit le nom d'un fichier texte contenant la liste des groupes d'utilisateurs permettant de définir les autorisations des utilisateurs -AuthLDAPAuthorizePrefix préfixe AUTHORIZE_ dhESpécifie le préfixe ajouté aux variables d'environnement +AuthLDAPAuthorizePrefix préfixe AUTHORIZE_ dhESpécifie le préfixe ajouté aux variables d'environnement durant la phase d'autorisation -AuthLDAPBindAuthoritative off|on on dhEDétermine si l'on doit utiliser d'autres fournisseurs +AuthLDAPBindAuthoritative off|on on dhEDétermine si l'on doit utiliser d'autres fournisseurs d'authentification lorsque le serveur ne peut pas valider les données d'authentification de l'utilisateur, alors que ce dernier possède un DN. -AuthLDAPBindDN dndhEUn DN optionnel pour se connecter au serveur +AuthLDAPBindDN dndhEUn DN optionnel pour se connecter au serveur LDAP -AuthLDAPBindPassword mot-de-passedhEMot de passe à utiliser en conjonction avec le DN de +AuthLDAPBindPassword mot-de-passedhEMot de passe à utiliser en conjonction avec le DN de connexion -AuthLDAPCharsetConfig chemin-fichiersEChemin du fichier de configuration de la correspondance +AuthLDAPCharsetConfig chemin-fichiersEChemin du fichier de configuration de la correspondance langage/jeu de caractères -AuthLDAPCompareAsUser on|off off dhEUtilisation des données d'authentification de l'utilisateur +AuthLDAPCompareAsUser on|off off dhEUtilisation des données d'authentification de l'utilisateur pour effectuer les comparaisons pour l'attribution des autorisations -AuthLDAPCompareDNOnServer on|off on dhEUtilise le serveur LDAP pour comparer les DNs -AuthLDAPDereferenceAliases never|searching|finding|always always dhEÀ quel moment le module va déréférencer les +AuthLDAPCompareDNOnServer on|off on dhEUtilise le serveur LDAP pour comparer les DNs +AuthLDAPDereferenceAliases never|searching|finding|always always dhEÀ quel moment le module va déréférencer les alias -AuthLDAPGroupAttribute attribut member uniqueMember +dhEL'attribut LDAP utilisé pour vérifier l'appartenance d'un +AuthLDAPGroupAttribute attribut member uniqueMember +dhEL'attribut LDAP utilisé pour vérifier l'appartenance d'un utilisateur à un groupe. -AuthLDAPGroupAttributeIsDN on|off on dhEUtilise le DN de l'utilisateur pour vérifier son +AuthLDAPGroupAttributeIsDN on|off on dhEUtilise le DN de l'utilisateur pour vérifier son appartenance à un groupe -AuthLDAPInitialBindAsUser off|on off dhEDétermine si le serveur effectue la recherche initiale du +AuthLDAPInitialBindAsUser off|on off dhEDétermine si le serveur effectue la recherche initiale du DN en utilisant le nom propre de l'utilisateur pour l'authentification de base et non de manière anonyme, ou en utilisant des données d'authentification codées en dur pour le serveur -AuthLDAPInitialBindPattern regex substitution (.*) $1 (nom de l'u +dhESpécifie la modification a apporter au nom d'utilisateur +AuthLDAPInitialBindPattern regex substitution (.*) $1 (nom de l'u +dhESpécifie la modification a apporter au nom d'utilisateur pour l'authentification de base lors de l'authentification auprès du serveur LDAP pour effectuer une recherche de DN -AuthLDAPMaxSubGroupDepth Nombre 0 dhESpécifie la profondeur d'imbrication des sous-groupes +AuthLDAPMaxSubGroupDepth Nombre 0 dhESpécifie la profondeur d'imbrication des sous-groupes maximale prise en compte avant l'abandon de la recherche de l'utilisateur. -AuthLDAPRemoteUserAttribute uiddhESpécifie l'attribut dont la valeur renvoyée au cours de la +AuthLDAPRemoteUserAttribute uiddhESpécifie l'attribut dont la valeur renvoyée au cours de la requête de l'utilisateur sera utilisée pour définir la variable d'environnement REMOTE_USER -AuthLDAPRemoteUserIsDN on|off off dhEUtilise le DN de l'utilisateur pour définir la variable +AuthLDAPRemoteUserIsDN on|off off dhEUtilise le DN de l'utilisateur pour définir la variable d'environnement REMOTE_USER -AuthLDAPSearchAsUser on|off off dhEUtilise les données d'authentification de l'utilisateur +AuthLDAPSearchAsUser on|off off dhEUtilise les données d'authentification de l'utilisateur pour la recherche des autorisations -AuthLDAPSubGroupAttribute attributdhESpécifie les noms d'attribut, un par directive, utilisés +AuthLDAPSubGroupAttribute attributdhESpécifie les noms d'attribut, un par directive, utilisés pour différencier les membres du groupe courant qui sont eux-mêmes des groupes. -AuthLDAPSubGroupClass ObjectClass-LDAP groupOfNames groupO +dhESpécifie quelles valeurs d'objectClass LDAP identifient les +AuthLDAPSubGroupClass ObjectClass-LDAP groupOfNames groupO +dhESpécifie quelles valeurs d'objectClass LDAP identifient les objets de l'annuaire qui sont des groupes au cours du traitement des sous-groupes. -AuthLDAPURL url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters -AuthMerging Off | And | Or Off dhBDéfinit la manière dont chaque logique d'autorisation des +AuthLDAPURL url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters +AuthMerging Off | And | Or Off dhBDéfinit la manière dont chaque logique d'autorisation des sections de configuration se combine avec celles des sections de configuration précédentes. -AuthName identifiant d'autorisationdhBL'identifiant de l'autorisation à utiliser avec +AuthName identifiant d'autorisationdhBL'identifiant de l'autorisation à utiliser avec l'authentification HTTP -AuthnCacheContext directory|server|custom-string directory dBSpécifie une chaîne de contexte à utiliser dans la clé du +AuthnCacheContext directory|server|custom-string directory dBSpécifie une chaîne de contexte à utiliser dans la clé du cache -AuthnCacheEnablesBActive la mise en cache de l'authentification en tout +AuthnCacheEnablesBActive la mise en cache de l'authentification en tout endroit -AuthnCacheProvideFor fournisseur-authn [...]dhBSpécifie le fournisseur pour lequel on veut effectuer une +AuthnCacheProvideFor fournisseur-authn [...]dhBSpécifie le fournisseur pour lequel on veut effectuer une mise en cache -AuthnCacheSOCache nom-fournisseur[:arguments-fournisseur]sBSélectionne le fournisseur socache d'arrière-plan à +AuthnCacheSOCache nom-fournisseur[:arguments-fournisseur]sBSélectionne le fournisseur socache d'arrière-plan à utiliser -AuthnCacheTimeout durée-de-vie (secondes) 300 (5 minutes) dhBDéfinit une durée de vie pour les entrées du cache -<AuthnProviderAlias alias-fournisseur> -... </AuthnProviderAlias>sBRegroupe un ensemble de directives qui constituent une +AuthnCacheTimeout durée-de-vie (secondes) 300 (5 minutes) dhBDéfinit une durée de vie pour les entrées du cache +<AuthnProviderAlias alias-fournisseur> +... </AuthnProviderAlias>sBRegroupe un ensemble de directives qui constituent une extension d'un fournisseur d'authentification de base et lui attribue l'alias spécifié -AuthnzFcgiCheckAuthnProvider provider-name|None -option ...dEPermet à une application FastCGI de gérer l'accroche +AuthnzFcgiCheckAuthnProvider provider-name|None +option ...dEPermet à une application FastCGI de gérer l'accroche d'authentification check_authn. -AuthnzFcgiDefineProvider type provider-name -backend-addresssEDéfinit une application FastCGI en tant que fournisseur +AuthnzFcgiDefineProvider type provider-name +backend-addresssEDéfinit une application FastCGI en tant que fournisseur d'authentification et/ou autorisation -AuthtJwtVerify [set|unset] name [value]dhBDéfinit une demande avec le nom et l'expression donnés ou annule la +AuthtJwtVerify [set|unset] name [value]dhBDéfinit une demande avec le nom et l'expression donnés ou annule la définition d'une demande avec le nom donné -AuthtJwtDriver name [param[=value]]svBDéfinit le nom du pilote de chiffrement sous-jacent à utiliser -AuthtJwtSign algorithm [type param]dhBL'algorithme de signature JWS et les mot de passe/clé pour signer +AuthtJwtDriver name [param[=value]]svBDéfinit le nom du pilote de chiffrement sous-jacent à utiliser +AuthtJwtSign algorithm [type param]dhBL'algorithme de signature JWS et les mot de passe/clé pour signer un jeton JWT sortant -AuthtJwtVerify algorithm [type param]dhBL'algorithme de signature JWS et les mot de passe/clé pour vérifier +AuthtJwtVerify algorithm [type param]dhBL'algorithme de signature JWS et les mot de passe/clé pour vérifier un jeton JWT entrant -<AuthtProviderAlias baseProvider Alias> -... </AuthtProviderAlias>sBRegroupe des directives qui représentent une extension d'un +<AuthtProviderAlias baseProvider Alias> +... </AuthtProviderAlias>sBRegroupe des directives qui représentent une extension d'un fournisseur de jetons de base et sont référencées par l'alias spécifié -AuthType None|Basic|Digest|FormdhBType d'authentification utilisateur -AuthUserFile chemin-fichierdhBDéfinit le nom d'un fichier texte pour l'authentification +AuthType None|Basic|Digest|FormdhBType d'authentification utilisateur +AuthUserFile chemin-fichierdhBDéfinit le nom d'un fichier texte pour l'authentification contenant la liste des utilisateurs et de leurs mots de passe -AuthzDBDLoginToReferer On|Off Off dEDéfinit si le client doit être redirigé vers la page +AuthzDBDLoginToReferer On|Off Off dEDéfinit si le client doit être redirigé vers la page d'origine en cas de connexion ou de déconnexion réussie si une en-tête de requête Referer est présente -AuthzDBDQuery requêtedEDéfinit la requête SQL pour l'opération +AuthzDBDQuery requêtedEDéfinit la requête SQL pour l'opération requise -AuthzDBDRedirectQuery requêtedEDéfinit une requête pour rechercher une page vers laquelle +AuthzDBDRedirectQuery requêtedEDéfinit une requête pour rechercher une page vers laquelle rediriger l'utilisateur après une connexion réussie -AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhEDéfinit le type de fichier de base de données contenant +AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhEDéfinit le type de fichier de base de données contenant la liste des groupes d'utilisateurs -<AuthzProviderAlias baseProvider Alias Require-Parameters> +<AuthzProviderAlias baseProvider Alias Require-Parameters> ... </AuthzProviderAlias> -sBRegroupe des directives représentant une extension d'un +sBRegroupe des directives représentant une extension d'un fournisseur d'autorisation de base qui pourra être référencée à l'aide de l'alias spécifié -AuthzSendForbiddenOnFailure On|Off Off dhBEnvoie '403 FORBIDDEN' au lieu de '401 UNAUTHORIZED' si +AuthzSendForbiddenOnFailure On|Off Off dhBEnvoie '403 FORBIDDEN' au lieu de '401 UNAUTHORIZED' si l'authentification réussit et si l'autorisation a été refusée. -BalancerGrowth # 5 svENombre de membres supplémentaires pouvant être ajoutés +BalancerGrowth # 5 svENombre de membres supplémentaires pouvant être ajoutés après la configuration initiale -BalancerInherit On|Off On svEHéritage des membres du groupes de répartition de +BalancerInherit On|Off On svEHéritage des membres du groupes de répartition de charge du mandataire définis au niveau du serveur principal -BalancerMember [balancerurl] url [clé=valeur [clé=valeur ...]]dEAjoute un membre à un groupe de répartition de +BalancerMember [balancerurl] url [clé=valeur [clé=valeur ...]]dEAjoute un membre à un groupe de répartition de charge -BalancerPersist On|Off Off svETente de conserver les changements effectués par le +BalancerPersist On|Off Off svETente de conserver les changements effectués par le gestionnaire de répartition de charge après un redémarrage du serveur. -BrotliAlterETag AddSuffix|NoChange|Remove AddSuffix svEComment l'en-tête de réponse ETag doit être modifié au cours de la +BrotliAlterETag AddSuffix|NoChange|Remove AddSuffix svEComment l'en-tête de réponse ETag doit être modifié au cours de la compression -BrotliCompressionMaxInputBlock valuesvETaille maximale du bloc de données en entrée -BrotliCompressionQuality value 5 svEQualité de la compression -BrotliCompressionWindow value 18 svETaille de la fenêtre de compression glissante brotli -BrotliFilterNote [type] notenamesvEEnregistre le taux de compression dans une note à des fins de +BrotliCompressionMaxInputBlock valuesvETaille maximale du bloc de données en entrée +BrotliCompressionQuality value 5 svEQualité de la compression +BrotliCompressionWindow value 18 svETaille de la fenêtre de compression glissante brotli +BrotliFilterNote [type] notenamesvEEnregistre le taux de compression dans une note à des fins de journalisation -BrowserMatch regex [!]env-variable[=valeur] -[[!]env-variable[=valeur]] ...svdhBDéfinit des variables d'environnement en fonction du +BrowserMatch regex [!]env-variable[=valeur] +[[!]env-variable[=valeur]] ...svdhBDéfinit des variables d'environnement en fonction du contenu de l'en-tête HTTP User-Agent -BrowserMatchNoCase regex [!]env-variable[=valeur] - [[!]env-variable[=valeur]] ...svdhBDéfinit des variables d'environnement en fonction du +BrowserMatchNoCase regex [!]env-variable[=valeur] + [[!]env-variable[=valeur]] ...svdhBDéfinit des variables d'environnement en fonction du contenu de l'en-tête HTTP User-Agent sans tenir compte de la casse -BufferedLogs On|Off Off sBEnregistre les entrées du journal dans un tampon en mémoire +BufferedLogs On|Off Off sBEnregistre les entrées du journal dans un tampon en mémoire avant de les écrire sur disque -BufferSize entier 131072 svdhETaille maximale en octets du filtre par tampon -CacheDefaultExpire secondes 3600 (une heure) svdhELa durée par défaut de mise en cache d'un document +BufferSize entier 131072 svdhETaille maximale en octets du filtre par tampon +CacheDefaultExpire secondes 3600 (une heure) svdhELa durée par défaut de mise en cache d'un document lorsqu'aucune date d'expiration n'a été spécifiée. -CacheDetailHeader on|off off svdhEAjoute un en-tête X-Cache-Detail à la réponse. -CacheDirLength longueur 2 svELe nombre de caractères des noms des +CacheDetailHeader on|off off svdhEAjoute un en-tête X-Cache-Detail à la réponse. +CacheDirLength longueur 2 svELe nombre de caractères des noms des sous-répertoires -CacheDirLevels niveaux 2 svELe nombre de niveaux de sous-répertoires que comportera le +CacheDirLevels niveaux 2 svELe nombre de niveaux de sous-répertoires que comportera le cache. -CacheDisable chaîne-url | onsvdhEDésactive la mise en cache des URLs +CacheDisable chaîne-url | onsvdhEDésactive la mise en cache des URLs spécifiées -CacheEnable type de cache [chaîne -URL]svdEActive la mise en cache des URLs spécifiées en utilisant le +CacheEnable type de cache [chaîne +URL]svdEActive la mise en cache des URLs spécifiées en utilisant le gestionnaire de stockage précisé -CacheFile chemin_fichier [chemin fichier] ...sXMet en cache une liste de gestionnaires de fichiers au +CacheFile chemin_fichier [chemin fichier] ...sXMet en cache une liste de gestionnaires de fichiers au démarrage -CacheHeader on|off off svdhEAjoute un en-tête X-Cache à la réponse. -CacheIgnoreCacheControl On|Off Off svEIgnore les en-têtes de requête enjoignant de ne pas servir +CacheHeader on|off off svdhEAjoute un en-tête X-Cache à la réponse. +CacheIgnoreCacheControl On|Off Off svEIgnore les en-têtes de requête enjoignant de ne pas servir le contenu au client depuis le cache -CacheIgnoreHeaders en-tête [en-tête] ... None svENe pas stocker le(s) en-tête(s) spécifié(s) dans le cache. +CacheIgnoreHeaders en-tête [en-tête] ... None svENe pas stocker le(s) en-tête(s) spécifié(s) dans le cache. -CacheIgnoreNoLastMod On|Off Off svdhEIgnore le fait qu'une réponse ne possède pas d'en-tête Last +CacheIgnoreNoLastMod On|Off Off svdhEIgnore le fait qu'une réponse ne possède pas d'en-tête Last Modified. -CacheIgnoreQueryString On|Off Off svEIgnore la chaîne de paramètres lors de la mise en +CacheIgnoreQueryString On|Off Off svEIgnore la chaîne de paramètres lors de la mise en cache -CacheIgnoreURLSessionIdentifiers identifiant -[identifiant] ... None svEIgnore les identifiants de session définis encodés dans +CacheIgnoreURLSessionIdentifiers identifiant +[identifiant] ... None svEIgnore les identifiants de session définis encodés dans l'URL lors de la mise en cache -CacheKeyBaseURL URLsvERemplace l'URL de base des clés du cache mandatées en +CacheKeyBaseURL URLsvERemplace l'URL de base des clés du cache mandatées en inverse -CacheLastModifiedFactor flottant 0.1 svdhELe facteur utilisé pour générer une date d'expiration en +CacheLastModifiedFactor flottant 0.1 svdhELe facteur utilisé pour générer une date d'expiration en fonction de la date de dernière modification. -CacheLock on|off off svEActive la protection contre les tempêtes de requêtes. -CacheLockMaxAge entier 5 svEDéfinit la durée de vie maximale d'un verrou de cache. -CacheLockPath répertoire mod_cache-lock svEDéfinit le répertoire des verrous. -CacheMaxExpire secondes 86400 (une journée) +svdhELa durée maximale en secondes de mise en cache d'un +CacheLock on|off off svEActive la protection contre les tempêtes de requêtes. +CacheLockMaxAge entier 5 svEDéfinit la durée de vie maximale d'un verrou de cache. +CacheLockPath répertoire mod_cache-lock svEDéfinit le répertoire des verrous. +CacheMaxExpire secondes 86400 (une journée) +svdhELa durée maximale en secondes de mise en cache d'un document -CacheMaxFileSize octets 1000000 svdhE>La taille maximale (en octets) d'un document pour pouvoir +CacheMaxFileSize octets 1000000 svdhE>La taille maximale (en octets) d'un document pour pouvoir être stocké dans le cache -CacheMinExpire secondes 0 svdhELa durée minimale en secondes de mise en cache d'un +CacheMinExpire secondes 0 svdhELa durée minimale en secondes de mise en cache d'un document -CacheMinFileSize octets 1 svdhELa taille minimale (en octets) d'un document pour pouvoir +CacheMinFileSize octets 1 svdhELa taille minimale (en octets) d'un document pour pouvoir être stocké dans le cache -CacheNegotiatedDocs On|Off Off svBPermet la mise en cache au niveau des serveurs mandataires +CacheNegotiatedDocs On|Off Off svBPermet la mise en cache au niveau des serveurs mandataires des documents dont le contenu a été négocié -CacheQuickHandler on|off on svEExécute le cache à partir d'un gestionnaire rapide. -CacheReadSize octets 0 svdhELa quantité minimale (en octets) de données à lire et à +CacheQuickHandler on|off on svEExécute le cache à partir d'un gestionnaire rapide. +CacheReadSize octets 0 svdhELa quantité minimale (en octets) de données à lire et à mettre en cache avant de les envoyer au client -CacheReadTime millisecondes 0 svdhELe temps minimum (en millisecondes) qui doit s'écouler +CacheReadTime millisecondes 0 svdhELe temps minimum (en millisecondes) qui doit s'écouler avant d'envoyer les données au client -CacheRoot répertoiresvELa racine du répertoire dans lequel les fichiers du cache +CacheRoot répertoiresvELa racine du répertoire dans lequel les fichiers du cache seront stockés -CacheSocache type[:args]svEImplémentation du cache d'objets partagés à utiliser -CacheSocacheMaxSize octets 102400 svdhELa taille maximale d'une entrée pouvant être placée dans le +CacheSocache type[:args]svEImplémentation du cache d'objets partagés à utiliser +CacheSocacheMaxSize octets 102400 svdhELa taille maximale d'une entrée pouvant être placée dans le cache -CacheSocacheMaxTime secondes 86400 svdhELa durée maximale de stockage d'un document dans le cache +CacheSocacheMaxTime secondes 86400 svdhELa durée maximale de stockage d'un document dans le cache avant péremption -CacheSocacheMinTime seconds 600 svdhELa durée minimale de stockage d'un document dans le cache -CacheSocacheReadSize octets 0 svdhELa quantité minimale de données du document à lire et +CacheSocacheMinTime seconds 600 svdhELa durée minimale de stockage d'un document dans le cache +CacheSocacheReadSize octets 0 svdhELa quantité minimale de données du document à lire et mettre en cache avant envoi au client -CacheSocacheReadTime millisecondes 0 svdhELa durée minimale de lecture avant l'envoi des données -CacheStaleOnError on|off on svdhESert du contenu non à jour à la place de réponses 5xx. -CacheStoreExpired On|Off Off svdhETente de mettre en cache les réponses que le serveur +CacheSocacheReadTime millisecondes 0 svdhELa durée minimale de lecture avant l'envoi des données +CacheStaleOnError on|off on svdhESert du contenu non à jour à la place de réponses 5xx. +CacheStoreExpired On|Off Off svdhETente de mettre en cache les réponses que le serveur considère comme arrivées à expiration -CacheStoreNoStore On|Off Off svdhETente de mettre en cache les requêtes ou réponses dont +CacheStoreNoStore On|Off Off svdhETente de mettre en cache les requêtes ou réponses dont l'entête Cache-Control: a pour valeur no-store. -CacheStorePrivate On|Off Off svdhETente de mettre en cache des réponses que le serveur a +CacheStorePrivate On|Off Off svdhETente de mettre en cache des réponses que le serveur a marquées comme privées -CGIDScriptTimeout time[s|ms]svdhBDurée maximale d'attente de la prochaine sortie du +CGIDScriptTimeout time[s|ms]svdhBDurée maximale d'attente de la prochaine sortie du programme CGI -CGIMapExtension chemin CGI .extensiondhCTechnique permettant de localiser l'interpréteur des +CGIMapExtension chemin CGI .extensiondhCTechnique permettant de localiser l'interpréteur des scripts CGI -CGIPassAuth On|Off Off dhCActive la transmission d'en-têtes d'autorisation HTTP aux scripts en +CGIPassAuth On|Off Off dhCActive la transmission d'en-têtes d'autorisation HTTP aux scripts en tant que variables CGI -CGIScriptTimeout time[s|ms]svdhBLe temps d'attente maximum pour une sortie du programme CGI -CGIVar variable ruledhCContrôle la manière dont certaines variables CGI sont définies -CharsetDefault jeu de caractèressvdhEJeu de caractère vers lequel la traduction doit +CGIScriptTimeout time[s|ms]svdhBLe temps d'attente maximum pour une sortie du programme CGI +CGIVar variable ruledhCContrôle la manière dont certaines variables CGI sont définies +CharsetDefault jeu de caractèressvdhEJeu de caractère vers lequel la traduction doit s'effectuer -CharsetOptions option [option] ... ImplicitAdd svdhEPrécise les détails de la traduction du jeu de +CharsetOptions option [option] ... ImplicitAdd svdhEPrécise les détails de la traduction du jeu de caractères -CharsetSourceEnc jeu de caractèressvdhEJeu de caractères source des fichiers -CheckBasenameMatch on|off On svdhEVérifie aussi la correspondance des fichiers, même avec des +CharsetSourceEnc jeu de caractèressvdhEJeu de caractères source des fichiers +CheckBasenameMatch on|off On svdhEVérifie aussi la correspondance des fichiers, même avec des extensions différentes -CheckCaseOnly on|off Off svdhELimite l'action du module aux corrections de +CheckCaseOnly on|off Off svdhELimite l'action du module aux corrections de majuscules -CheckSpelling on|off Off svdhEActive le module de correction -ChrootDir chemin-répertoiresBRépertoire dans lequel Apache doit se positionner au +CheckSpelling on|off Off svdhEActive le module de correction +ChrootDir chemin-répertoiresBRépertoire dans lequel Apache doit se positionner au démarrage après avoir effectué un chroot(8). -CookieDomain domainesvdhELe domaine auquel le cookie traceur +CookieDomain domainesvdhELe domaine auquel le cookie traceur s'applique -CookieExpires duréesvdhEDurée avant expiration du cookie traceur -CookieHTTPOnly on|off off svdhEAjoute l'attribut 'HTTPOnly' au cookie -CookieName symbole Apache svdhENom du cookie traceur -CookieSameSite None|Lax|StrictsvdhEAjoute l'attribut 'SameSite' au cookie -CookieSecure on|off off svdhEAjoute l'attribut 'Secure' au cookie -CookieStyle - Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat du champ d'en-tête cookie -CookieTracking on|off off svdhEActive le cookie traceur -CoreDumpDirectory répertoiresMLe répertoire dans lequel le serveur HTTP Apache va tenter de se +CookieExpires duréesvdhEDurée avant expiration du cookie traceur +CookieHTTPOnly on|off off svdhEAjoute l'attribut 'HTTPOnly' au cookie +CookieName symbole Apache svdhENom du cookie traceur +CookieSameSite None|Lax|StrictsvdhEAjoute l'attribut 'SameSite' au cookie +CookieSecure on|off off svdhEAjoute l'attribut 'Secure' au cookie +CookieStyle + Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat du champ d'en-tête cookie +CookieTracking on|off off svdhEActive le cookie traceur +CoreDumpDirectory répertoiresMLe répertoire dans lequel le serveur HTTP Apache va tenter de se positionner avant d'effectuer un vidage mémoire -CryptoCipher name aes256 svdhEL'algorithme de chiffrement que le filtre crypto doit utiliser -CryptoDriver name openssl sENom du pilote crypto à utiliser -CryptoIV value none svdhELe Vecteur d'Initialisation IV (Initialisation Vector) que le +CryptoCipher name aes256 svdhEL'algorithme de chiffrement que le filtre crypto doit utiliser +CryptoDriver name openssl sENom du pilote crypto à utiliser +CryptoIV value none svdhELe Vecteur d'Initialisation IV (Initialisation Vector) que le filtre crypto doit utiliser -CryptoKey value none svdhEClé que le filtre crypto doit utiliser -CryptoSize integer 131072 svdhETaille maximale en octets du tampon utilisé par le filtre crypto -CTAuditStorage directorysERépertoire de stockage des données pour l'audit hors ligne -CTLogClient executablesEChemin de l'utilitaire client du log certificate-transparency -CTLogConfigDB filenamesEBase de données pour la configuration des logs avec mises à +CryptoKey value none svdhEClé que le filtre crypto doit utiliser +CryptoSize integer 131072 svdhETaille maximale en octets du tampon utilisé par le filtre crypto +CTAuditStorage directorysERépertoire de stockage des données pour l'audit hors ligne +CTLogClient executablesEChemin de l'utilitaire client du log certificate-transparency +CTLogConfigDB filenamesEBase de données pour la configuration des logs avec mises à jour dynamiques -CTMaxSCTAge num-secondssEAge maximum d'un SCT obtenu depuis un log avant son +CTMaxSCTAge num-secondssEAge maximum d'un SCT obtenu depuis un log avant son raffraîchissement -CTProxyAwareness oblivious|aware|requiresvENiveau de prise en compte et de mise en oeuvre des CTs pour un +CTProxyAwareness oblivious|aware|requiresvENiveau de prise en compte et de mise en oeuvre des CTs pour un mandataire -CTSCTStorage directorysERépertoire où les SCTs sont stockés -CTServerHelloSCTLimit limitsENombre maximum de SCTs pouvant être renvoyés au cours de la +CTSCTStorage directorysERépertoire où les SCTs sont stockés +CTServerHelloSCTLimit limitsENombre maximum de SCTs pouvant être renvoyés au cours de la phase ServerHello -CTStaticLogConfig log-id|- public-key-file|- +CTStaticLogConfig log-id|- public-key-file|- 1|0|- min-timestamp|- max-timestamp|- -log-URL|-sEConfiguration statique d'un log -CTStaticSCTs certificate-pem-file sct-directorysEConfiguration statique d'un ou plusieurs SCTs pour un +log-URL|-sEConfiguration statique d'un log +CTStaticSCTs certificate-pem-file sct-directorysEConfiguration statique d'un ou plusieurs SCTs pour un certificat de serveur -CustomLog fichier|pipe|provider +CustomLog fichier|pipe|provider format|alias [env=[!]variable-environnement| -expr=expression]svBDéfinit le nom et le format du fichier +expr=expression]svBDéfinit le nom et le format du fichier journal -Dav On|Off|nom fournisseur Off dEActive les méthodes HTTP WebDAV -DavBasePath root-pathdEDéfinir le chemin de la racine du répertoire -DavDepthInfinity on|off off svdEAutorise les requêtes PROPFIND avec en-tête Depth: +Dav On|Off|nom fournisseur Off dEActive les méthodes HTTP WebDAV +DavBasePath root-pathdEDéfinir le chemin de la racine du répertoire +DavDepthInfinity on|off off svdEAutorise les requêtes PROPFIND avec en-tête Depth: Infinity +DavHonorMtimeHeader on|off off dEAllow clients to set resource modification times via the +X-OC-Mtime request header DavLockDB chemin fichier DEFAULT_REL_STATEDI +svEChemin de la base de données des verrous DAV DavLockDBType dbm-type default svEType de base de données pour le verrou DAV DavLockDiscovery on|off on svdhEActive la découverte de verrou @@ -1131,6 +1131,9 @@ mandatées Proxy100Continue Off|On On svdETransmission du message "100-continue" au serveur d'origine ProxyAddHeaders Off|On On svdEAjoute des informations à propos du mandataire aux en-têtes X-Forwarded-* +ProxyAsyncDelay time[s]svdETime to poll synchronously before handing a connection to the +MPM for asynchronous processing +ProxyAsyncIdleTimeout time[s]svdEInactivity timeout for asynchronous proxy connections ProxyBadHeader IsError|Ignore|StartBody IsError svEDétermine la manière de traiter les lignes d'en-tête incorrectes d'une réponse ProxyBlock *|nom d'hôte|nom d'hôte partiel diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index a056131191..c881c77d12 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -175,231 +175,232 @@ of user groups for authorization response hashes in digest authentication AuthDigestDomain URI [URI] ...dhEURIs that are in the same protection space for digest authentication -AuthDigestNcCheck On|Off Off sEEnables or disables checking of the nonce-count sent by the -server -AuthDigestNonceFormat formatdhEDetermines how the nonce is generated -AuthDigestNonceLifetime seconds 300 dhEHow long the server nonce is valid -AuthDigestProvider provider-name -[provider-name] ... file dhESets the authentication provider(s) for this location -AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhEDetermines the quality-of-protection to use in digest +AuthDigestNcCheck On|Off Off svdhEEnables or disables checking of the nonce-count sent by the +client +AuthDigestNonceLifetime seconds 300 dhEHow long the server nonce is valid +AuthDigestProvider provider-name +[provider-name] ... file dhESets the authentication provider(s) for this location +AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhEDetermines the quality-of-protection to use in digest authentication -AuthDigestShmemSize size 1000 sEThe amount of shared memory to allocate for keeping track +AuthDigestShmemSize size 1000 sEThe amount of shared memory to allocate for keeping track of clients -AuthFormAuthoritative On|Off On dhBSets whether authorization and authentication are passed to +AuthFormAuthoritative On|Off On dhBSets whether authorization and authentication are passed to lower level modules -AuthFormBody fieldname httpd_body dBThe name of a form field carrying the body of the request to attempt on successful login -AuthFormDisableNoStore On|Off Off dBDisable the CacheControl no-store header on the login page -AuthFormFakeBasicAuth On|Off Off dBFake a Basic Authentication header -AuthFormLocation fieldname httpd_location dBThe name of a form field carrying a URL to redirect to on successful login -AuthFormLoginRequiredLocation urldBThe URL of the page to be redirected to should login be required -AuthFormLoginSuccessLocation urldBThe URL of the page to be redirected to should login be successful -AuthFormLogoutLocation uridBThe URL to redirect to after a user has logged out -AuthFormMethod fieldname httpd_method dBThe name of a form field carrying the method of the request to attempt on successful login -AuthFormMimetype fieldname httpd_mimetype dBThe name of a form field carrying the mimetype of the body of the request to attempt on successful login -AuthFormPassword fieldname httpd_password dBThe name of a form field carrying the login password -AuthFormProvider provider-name -[provider-name] ... file dhBSets the authentication provider(s) for this location -AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites -AuthFormSize size 8192 dBThe largest size of the form in bytes that will be parsed for the login details -AuthFormUsername fieldname httpd_username dBThe name of a form field carrying the login username -AuthGroupFile file-pathdhB証認に使用するユーザグループの一覧が格納されている、 +AuthFormBody fieldname httpd_body dBThe name of a form field carrying the body of the request to attempt on successful login +AuthFormDisableNoStore On|Off Off dBDisable the CacheControl no-store header on the login page +AuthFormFakeBasicAuth On|Off Off dBFake a Basic Authentication header +AuthFormLocation fieldname httpd_location dBThe name of a form field carrying a URL to redirect to on successful login +AuthFormLoginRequiredLocation urldBThe URL of the page to be redirected to should login be required +AuthFormLoginSuccessLocation urldBThe URL of the page to be redirected to should login be successful +AuthFormLogoutLocation uridBThe URL to redirect to after a user has logged out +AuthFormMethod fieldname httpd_method dBThe name of a form field carrying the method of the request to attempt on successful login +AuthFormMimetype fieldname httpd_mimetype dBThe name of a form field carrying the mimetype of the body of the request to attempt on successful login +AuthFormPassword fieldname httpd_password dBThe name of a form field carrying the login password +AuthFormProvider provider-name +[provider-name] ... file dhBSets the authentication provider(s) for this location +AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites +AuthFormSize size 8192 dBThe largest size of the form in bytes that will be parsed for the login details +AuthFormUsername fieldname httpd_username dBThe name of a form field carrying the login username +AuthGroupFile file-pathdhB証認に使用するユーザグループの一覧が格納されている、 テキストファイルの名前を設定する -AuthLDAPAuthorizePrefix prefix AUTHORIZE_ dhESpecifies the prefix for environment variables set during +AuthLDAPAuthorizePrefix prefix AUTHORIZE_ dhESpecifies the prefix for environment variables set during authorization -AuthLDAPBindAuthoritative off|on on dhEDetermines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials. -AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server -AuthLDAPBindPassword passworddhEPassword used in conjunction with the bind DN -AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file -AuthLDAPCompareAsUser on|off off dhEUse the authenticated user's credentials to perform authorization comparisons -AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs -AuthLDAPDereferenceAliases never|searching|finding|always always dhEWhen will the module de-reference aliases -AuthLDAPGroupAttribute attribute member uniqueMember +dhELDAP attributes used to identify the user members of +AuthLDAPBindAuthoritative off|on on dhEDetermines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials. +AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server +AuthLDAPBindPassword passworddhEPassword used in conjunction with the bind DN +AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file +AuthLDAPCompareAsUser on|off off dhEUse the authenticated user's credentials to perform authorization comparisons +AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs +AuthLDAPDereferenceAliases never|searching|finding|always always dhEWhen will the module de-reference aliases +AuthLDAPGroupAttribute attribute member uniqueMember +dhELDAP attributes used to identify the user members of groups. -AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for +AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for group membership -AuthLDAPInitialBindAsUser off|on off dhEDetermines if the server does the initial DN lookup using the basic authentication users' +AuthLDAPInitialBindAsUser off|on off dhEDetermines if the server does the initial DN lookup using the basic authentication users' own username, instead of anonymously or with hard-coded credentials for the server -AuthLDAPInitialBindPattern regex substitution (.*) $1 (remote use +dhESpecifies the transformation of the basic authentication username to be used when binding to the LDAP server +AuthLDAPInitialBindPattern regex substitution (.*) $1 (remote use +dhESpecifies the transformation of the basic authentication username to be used when binding to the LDAP server to perform a DN lookup -AuthLDAPMaxSubGroupDepth Number 0 dhESpecifies the maximum sub-group nesting depth that will be +AuthLDAPMaxSubGroupDepth Number 0 dhESpecifies the maximum sub-group nesting depth that will be evaluated before the user search is discontinued. -AuthLDAPRemoteUserAttribute uiddhEUse the value of the attribute returned during the user +AuthLDAPRemoteUserAttribute uiddhEUse the value of the attribute returned during the user query to set the REMOTE_USER environment variable -AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER +AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER environment variable -AuthLDAPSearchAsUser on|off off dhEUse the authenticated user's credentials to perform authorization searches -AuthLDAPSubGroupAttribute attribute member uniqueMember +dhESpecifies the attribute labels, one value per +AuthLDAPSearchAsUser on|off off dhEUse the authenticated user's credentials to perform authorization searches +AuthLDAPSubGroupAttribute attribute member uniqueMember +dhESpecifies the attribute labels, one value per directive line, used to distinguish the members of the current group that are groups. -AuthLDAPSubGroupClass LdapObjectClass groupOfNames groupO +dhESpecifies which LDAP objectClass values identify directory +AuthLDAPSubGroupClass LdapObjectClass groupOfNames groupO +dhESpecifies which LDAP objectClass values identify directory objects that are groups during sub-group processing. -AuthLDAPURL url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters -AuthMerging Off | And | Or Off dhBControls the manner in which each configuration section's +AuthLDAPURL url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters +AuthMerging Off | And | Or Off dhBControls the manner in which each configuration section's authorization logic is combined with that of preceding configuration sections. -AuthName auth-domaindhBAuthorization realm for use in HTTP +AuthName auth-domaindhBAuthorization realm for use in HTTP authentication -AuthnCacheContext directory|server|custom-string directory dBSpecify a context string for use in the cache key -AuthnCacheEnablesBEnable Authn caching configured anywhere -AuthnCacheProvideFor authn-provider [...]dhBSpecify which authn provider(s) to cache for -AuthnCacheSOCache provider-name[:provider-args]sBSelect socache backend provider to use -AuthnCacheTimeout timeout (seconds) 300 (5 minutes) dhBSet a timeout for cache entries -<AuthnProviderAlias baseProvider Alias> -... </AuthnProviderAlias>sBEnclose a group of directives that represent an +AuthnCacheContext directory|server|custom-string directory dBSpecify a context string for use in the cache key +AuthnCacheEnablesBEnable Authn caching configured anywhere +AuthnCacheProvideFor authn-provider [...]dhBSpecify which authn provider(s) to cache for +AuthnCacheSOCache provider-name[:provider-args]sBSelect socache backend provider to use +AuthnCacheTimeout timeout (seconds) 300 (5 minutes) dhBSet a timeout for cache entries +<AuthnProviderAlias baseProvider Alias> +... </AuthnProviderAlias>sBEnclose a group of directives that represent an extension of a base authentication provider and referenced by the specified alias -AuthnzFcgiCheckAuthnProvider provider-name|None -option ...dEEnables a FastCGI application to handle the check_authn +AuthnzFcgiCheckAuthnProvider provider-name|None +option ...dEEnables a FastCGI application to handle the check_authn authentication hook. -AuthnzFcgiDefineProvider type provider-name -backend-addresssEDefines a FastCGI application as a provider for +AuthnzFcgiDefineProvider type provider-name +backend-addresssEDefines a FastCGI application as a provider for authentication and/or authorization -AuthtJwtVerify [set|unset] name [value]dhBSet a claim with the given name and expression, or unset the claim with the given name -AuthtJwtDriver name [param[=value]]svBSets the name of the underlying crypto driver to +AuthtJwtVerify [set|unset] name [value]dhBSet a claim with the given name and expression, or unset the claim with the given name +AuthtJwtDriver name [param[=value]]svBSets the name of the underlying crypto driver to use -AuthtJwtSign algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to sign an outgoing +AuthtJwtSign algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to sign an outgoing JWT token -AuthtJwtVerify algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to verify an incoming +AuthtJwtVerify algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to verify an incoming JWT token -<AuthtProviderAlias baseProvider Alias> -... </AuthtProviderAlias>sBEnclose a group of directives that represent an +<AuthtProviderAlias baseProvider Alias> +... </AuthtProviderAlias>sBEnclose a group of directives that represent an extension of a base token provider and referenced by the specified alias -AuthType None|Basic|Digest|FormdhBType of user authentication -AuthUserFile file-pathdhB認証に使用するユーザとパスワードの一覧が格納されている、 +AuthType None|Basic|Digest|FormdhBType of user authentication +AuthUserFile file-pathdhB認証に使用するユーザとパスワードの一覧が格納されている、 テキストファイルの名前を設定する -AuthzDBDLoginToReferer On|Off Off dEDetermines whether to redirect the Client to the Referring +AuthzDBDLoginToReferer On|Off Off dEDetermines whether to redirect the Client to the Referring page on successful login or logout if a Referer request header is present -AuthzDBDQuery querydESpecify the SQL Query for the required operation -AuthzDBDRedirectQuery querydESpecify a query to look up a login page for the user -AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to +AuthzDBDQuery querydESpecify the SQL Query for the required operation +AuthzDBDRedirectQuery querydESpecify a query to look up a login page for the user +AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to store list of user groups -<AuthzProviderAlias baseProvider Alias Require-Parameters> +<AuthzProviderAlias baseProvider Alias Require-Parameters> ... </AuthzProviderAlias> -sBEnclose a group of directives that represent an +sBEnclose a group of directives that represent an extension of a base authorization provider and referenced by the specified alias -AuthzSendForbiddenOnFailure On|Off Off dhBSend '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if +AuthzSendForbiddenOnFailure On|Off Off dhBSend '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if authentication succeeds but authorization fails -BalancerGrowth # 5 svENumber of additional Balancers that can be added Post-configuration -BalancerInherit On|Off On svEInherit proxy Balancers/Workers defined from the main server -dEAdd a member to a load balancing group -BalancerPersist On|Off Off svEAttempt to persist changes made by the Balancer Manager across restarts. -BrotliAlterETag AddSuffix|NoChange|Remove AddSuffix svEHow the outgoing ETag header should be modified during compression -BrotliCompressionMaxInputBlock valuesvEMaximum input block size -BrotliCompressionQuality value 5 svECompression quality -BrotliCompressionWindow value 18 svEBrotli sliding compression window size -BrotliFilterNote [type] notenamesvEPlaces the compression ratio in a note for logging -BrowserMatch regex [!]env-variable[=value] -[[!]env-variable[=value]] ...svdhBHTTP User-Agent に基づいて環境変数を設定する +BalancerGrowth # 5 svENumber of additional Balancers that can be added Post-configuration +BalancerInherit On|Off On svEInherit proxy Balancers/Workers defined from the main server +dEAdd a member to a load balancing group +BalancerPersist On|Off Off svEAttempt to persist changes made by the Balancer Manager across restarts. +BrotliAlterETag AddSuffix|NoChange|Remove AddSuffix svEHow the outgoing ETag header should be modified during compression +BrotliCompressionMaxInputBlock valuesvEMaximum input block size +BrotliCompressionQuality value 5 svECompression quality +BrotliCompressionWindow value 18 svEBrotli sliding compression window size +BrotliFilterNote [type] notenamesvEPlaces the compression ratio in a note for logging +BrowserMatch regex [!]env-variable[=value] +[[!]env-variable[=value]] ...svdhBHTTP User-Agent に基づいて環境変数を設定する -BrowserMatchNoCase regex [!]env-variable[=value] - [[!]env-variable[=value]] ...svdhBHTTP User-Agent に基づいて大文字小文字を区別せずに +BrowserMatchNoCase regex [!]env-variable[=value] + [[!]env-variable[=value]] ...svdhBHTTP User-Agent に基づいて大文字小文字を区別せずに 環境変数を設定する -BufferedLogs On|Off Off sBディスクに書き出す前にメモリにログエントリをバッファする -BufferSize integer 131072 dhEMaximum size in bytes to buffer by the buffer filter -CacheDefaultExpire seconds 3600 (1時間) svdhE期日が指定されていないときにドキュメントをキャッシュするデフォルトの期間 -CacheDetailHeader on|off off svdhEAdd an X-Cache-Detail header to the response. -CacheDirLength length 2 svEサブディレクトリ名の文字数 -CacheDirLevels levels 2 svEキャッシュのサブディレクトリの深さの数 -CacheDisable url-stringsvdhE特定の URL をキャッシュしない -CacheEnable cache_type url-stringsvdE指定したストレージ管理方式を使ってのキャッシュを有効にする -CacheFile file-path [file-path] ...sXCache a list of file handles at startup time -CacheHeader on|off off svdhEAdd an X-Cache header to the response. -CacheIgnoreCacheControl On|Off Off svEキャッシュされているコンテンツを返さないようにクライアントから +BufferedLogs On|Off Off sBディスクに書き出す前にメモリにログエントリをバッファする +BufferSize integer 131072 dhEMaximum size in bytes to buffer by the buffer filter +CacheDefaultExpire seconds 3600 (1時間) svdhE期日が指定されていないときにドキュメントをキャッシュするデフォルトの期間 +CacheDetailHeader on|off off svdhEAdd an X-Cache-Detail header to the response. +CacheDirLength length 2 svEサブディレクトリ名の文字数 +CacheDirLevels levels 2 svEキャッシュのサブディレクトリの深さの数 +CacheDisable url-stringsvdhE特定の URL をキャッシュしない +CacheEnable cache_type url-stringsvdE指定したストレージ管理方式を使ってのキャッシュを有効にする +CacheFile file-path [file-path] ...sXCache a list of file handles at startup time +CacheHeader on|off off svdhEAdd an X-Cache header to the response. +CacheIgnoreCacheControl On|Off Off svEキャッシュされているコンテンツを返さないようにクライアントから リクエストされても無視する -CacheIgnoreHeaders header-string [header-string] ... None svE指定された HTTP ヘッダをキャッシュに保存しない。 +CacheIgnoreHeaders header-string [header-string] ... None svE指定された HTTP ヘッダをキャッシュに保存しない。 -CacheIgnoreNoLastMod On|Off Off svdhE応答に Last Modified が無くても気にしないようにする -CacheIgnoreQueryString On|Off Off svEキャッシュ時にクエリーストリングを無視する -CacheIgnoreURLSessionIdentifiers identifier [identifier] ... None svEIgnore defined session identifiers encoded in the URL when caching +CacheIgnoreNoLastMod On|Off Off svdhE応答に Last Modified が無くても気にしないようにする +CacheIgnoreQueryString On|Off Off svEキャッシュ時にクエリーストリングを無視する +CacheIgnoreURLSessionIdentifiers identifier [identifier] ... None svEIgnore defined session identifiers encoded in the URL when caching -CacheKeyBaseURL URLsvEOverride the base URL of reverse proxied cache keys. -CacheLastModifiedFactor float 0.1 svdhELastModified の日付に基づいて有効期限 (expiry) +CacheKeyBaseURL URLsvEOverride the base URL of reverse proxied cache keys. +CacheLastModifiedFactor float 0.1 svdhELastModified の日付に基づいて有効期限 (expiry) を計算するための重みを指定する -CacheLock on|off off svEEnable the thundering herd lock. -CacheLockMaxAge integer 5 svESet the maximum possible age of a cache lock. -CacheLockPath directory mod_cache-lock svESet the lock path directory. -CacheMaxExpire seconds 86400 (一日) svdhEドキュメントをキャッシュする最大時間を秒数で表したもの -CacheMaxFileSize bytes 1000000 svdhEキャッシュに保管されるドキュメントの最大の (バイトでの) サイズ -CacheMinExpire seconds 0 svdhEドキュメントをキャッシュする最小秒数 -CacheMinFileSize bytes 1 svdhEキャッシュに保管されるドキュメントの最小限の (バイトでの) 大きさ -CacheNegotiatedDocs On|Off Off svBコンテントネゴシエーションされたドキュメントをプロキシサーバが +CacheLock on|off off svEEnable the thundering herd lock. +CacheLockMaxAge integer 5 svESet the maximum possible age of a cache lock. +CacheLockPath directory mod_cache-lock svESet the lock path directory. +CacheMaxExpire seconds 86400 (一日) svdhEドキュメントをキャッシュする最大時間を秒数で表したもの +CacheMaxFileSize bytes 1000000 svdhEキャッシュに保管されるドキュメントの最大の (バイトでの) サイズ +CacheMinExpire seconds 0 svdhEドキュメントをキャッシュする最小秒数 +CacheMinFileSize bytes 1 svdhEキャッシュに保管されるドキュメントの最小限の (バイトでの) 大きさ +CacheNegotiatedDocs On|Off Off svBコンテントネゴシエーションされたドキュメントをプロキシサーバが キャッシュできるようにする -CacheQuickHandler on|off on svERun the cache from the quick handler. -svdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream -svdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream -CacheRoot directorysvEキャッシュファイルが保管されるルートディレクトリ -CacheSocache type[:args]svEThe shared object cache implementation to use -CacheSocacheMaxSize bytes 102400 svdhEThe maximum size (in bytes) of an entry to be placed in the +CacheQuickHandler on|off on svERun the cache from the quick handler. +svdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream +svdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream +CacheRoot directorysvEキャッシュファイルが保管されるルートディレクトリ +CacheSocache type[:args]svEThe shared object cache implementation to use +CacheSocacheMaxSize bytes 102400 svdhEThe maximum size (in bytes) of an entry to be placed in the cache -CacheSocacheMaxTime seconds 86400 svdhEThe maximum time (in seconds) for a document to be placed in the +CacheSocacheMaxTime seconds 86400 svdhEThe maximum time (in seconds) for a document to be placed in the cache -CacheSocacheMinTime seconds 600 svdhEThe minimum time (in seconds) for a document to be placed in the +CacheSocacheMinTime seconds 600 svdhEThe minimum time (in seconds) for a document to be placed in the cache -CacheSocacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached +CacheSocacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream -CacheSocacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading +CacheSocacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream -CacheStaleOnError on|off on svdhEServe stale content in place of 5xx responses. -CacheStoreExpired On|Off Off svdhEAttempt to cache responses that the server reports as expired -CacheStoreNoStore On|Off Off svdhEno-store と指定されているレスポンスのキャッシュを試みる。 -CacheStorePrivate On|Off Off svdhEprivate と指定されているレスポンスのキャッシュを試みる。 -CGIDScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the +CacheStaleOnError on|off on svdhEServe stale content in place of 5xx responses. +CacheStoreExpired On|Off Off svdhEAttempt to cache responses that the server reports as expired +CacheStoreNoStore On|Off Off svdhEno-store と指定されているレスポンスのキャッシュを試みる。 +CacheStorePrivate On|Off Off svdhEprivate と指定されているレスポンスのキャッシュを試みる。 +CGIDScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the CGI program -CGIMapExtension cgi-path .extensiondhCCGI スクリプトのインタープリタの位置を調べるための手法 -CGIPassAuth On|Off Off dhCEnables passing HTTP authorization headers to scripts as CGI +CGIMapExtension cgi-path .extensiondhCCGI スクリプトのインタープリタの位置を調べるための手法 +CGIPassAuth On|Off Off dhCEnables passing HTTP authorization headers to scripts as CGI variables -CGIScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the +CGIScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the CGI program -CGIVar variable ruledhCControls how some CGI variables are set -CharsetDefault charsetsvdhECharset to translate into -CharsetOptions option [option] ... ImplicitAdd svdhEConfigures charset translation behavior -CharsetSourceEnc charsetsvdhESource charset of files -CheckBasenameMatch on|off On svdhEAlso match files with differing file name extensions. -CheckCaseOnly on|off Off svdhE大文字小文字の修正だけ行うようにする -CheckSpelling on|off Off svdhEspelling モジュールを使用するようにする -ChrootDir /path/to/directorysBDirectory for apache to run chroot(8) after startup. -CookieDomain domainsvdhEThe domain to which the tracking cookie applies -CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie -CookieHTTPOnly on|off off svdhEAdds the 'HTTPOnly' attribute to the cookie -CookieName token Apache svdhEName of the tracking cookie -CookieSameSite None|Lax|StrictsvdhEAdds the 'SameSite' attribute to the cookie -CookieSecure on|off off svdhEAdds the 'Secure' attribute to the cookie -CookieStyle - Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field -CookieTracking on|off off svdhEEnables tracking cookie -CoreDumpDirectory directorysMApache がコアダンプする前に移動を試みるディレクトリ +CGIVar variable ruledhCControls how some CGI variables are set +CharsetDefault charsetsvdhECharset to translate into +CharsetOptions option [option] ... ImplicitAdd svdhEConfigures charset translation behavior +CharsetSourceEnc charsetsvdhESource charset of files +CheckBasenameMatch on|off On svdhEAlso match files with differing file name extensions. +CheckCaseOnly on|off Off svdhE大文字小文字の修正だけ行うようにする +CheckSpelling on|off Off svdhEspelling モジュールを使用するようにする +ChrootDir /path/to/directorysBDirectory for apache to run chroot(8) after startup. +CookieDomain domainsvdhEThe domain to which the tracking cookie applies +CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie +CookieHTTPOnly on|off off svdhEAdds the 'HTTPOnly' attribute to the cookie +CookieName token Apache svdhEName of the tracking cookie +CookieSameSite None|Lax|StrictsvdhEAdds the 'SameSite' attribute to the cookie +CookieSecure on|off off svdhEAdds the 'Secure' attribute to the cookie +CookieStyle + Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field +CookieTracking on|off off svdhEEnables tracking cookie +CoreDumpDirectory directorysMApache がコアダンプする前に移動を試みるディレクトリ -CryptoCipher name aes256 svdhECipher to be used by the crypto filter -CryptoDriver name openssl sEName of the crypto driver to use -CryptoIV value none svdhEIV (Initialization Vector) to be used by the crypto filter -CryptoKey value none svdhEKey to be used by the crypto filter -CryptoSize integer 131072 svdhEMaximum size in bytes to buffer by the crypto filter -CTAuditStorage directorysEExisting directory where data for off-line audit will be stored -CTLogClient executablesELocation of certificate-transparency log client tool -CTLogConfigDB filenamesELog configuration database supporting dynamic updates -CTMaxSCTAge num-secondssEMaximum age of SCT obtained from a log, before it will be +CryptoCipher name aes256 svdhECipher to be used by the crypto filter +CryptoDriver name openssl sEName of the crypto driver to use +CryptoIV value none svdhEIV (Initialization Vector) to be used by the crypto filter +CryptoKey value none svdhEKey to be used by the crypto filter +CryptoSize integer 131072 svdhEMaximum size in bytes to buffer by the crypto filter +CTAuditStorage directorysEExisting directory where data for off-line audit will be stored +CTLogClient executablesELocation of certificate-transparency log client tool +CTLogConfigDB filenamesELog configuration database supporting dynamic updates +CTMaxSCTAge num-secondssEMaximum age of SCT obtained from a log, before it will be refreshed -CTProxyAwareness oblivious|aware|requiresvELevel of CT awareness and enforcement for a proxy +CTProxyAwareness oblivious|aware|requiresvELevel of CT awareness and enforcement for a proxy -CTSCTStorage directorysEExisting directory where SCTs are managed -CTServerHelloSCTLimit limitsELimit on number of SCTs that can be returned in +CTSCTStorage directorysEExisting directory where SCTs are managed +CTServerHelloSCTLimit limitsELimit on number of SCTs that can be returned in ServerHello -CTStaticLogConfig log-id|- public-key-file|- +CTStaticLogConfig log-id|- public-key-file|- 1|0|- min-timestamp|- max-timestamp|- -log-URL|-sEStatic configuration of information about a log -CTStaticSCTs certificate-pem-file sct-directorysEStatic configuration of one or more SCTs for a server certificate +log-URL|-sEStatic configuration of information about a log +CTStaticSCTs certificate-pem-file sct-directorysEStatic configuration of one or more SCTs for a server certificate -CustomLog file|pipe +CustomLog file|pipe format|nickname -[env=[!]environment-variable]svBログファイルの名前と書式を設定する -Dav On|Off|provider-name Off dEWebDAV HTTP メソッドを有効にします -DavBasePath root-pathdEConfigure repository root path -DavDepthInfinity on|off off svdEPROPFIND, Depth: Infinity リクエストを許可します +[env=[!]environment-variable]svBログファイルの名前と書式を設定する +Dav On|Off|provider-name Off dEWebDAV HTTP メソッドを有効にします +DavBasePath root-pathdEConfigure repository root path +DavDepthInfinity on|off off svdEPROPFIND, Depth: Infinity リクエストを許可します +DavHonorMtimeHeader on|off off dEAllow clients to set resource modification times via the +X-OC-Mtime request header DavLockDB file-pathsvEDAV ロックデータベースの位置 DavLockDBType dbm-type default svEDatabase type of the DAV lock database DavLockDiscovery on|off on svdhEEnable lock discovery @@ -852,6 +853,9 @@ malicious privileges-aware code. <Proxy wildcard-url> ...</Proxy>svEプロキシされるリソースに適用されるコンテナ Proxy100Continue Off|On On svdEForward 100-continue expectation to the origin server ProxyAddHeaders Off|On On svdEAdd proxy information in X-Forwarded-* headers +ProxyAsyncDelay time[s]svdETime to poll synchronously before handing a connection to the +MPM for asynchronous processing +ProxyAsyncIdleTimeout time[s]svdEInactivity timeout for asynchronous proxy connections ProxyBadHeader IsError|Ignore|StartBody IsError svE応答におかしなヘッダがある場合の扱い方を決める ProxyBlock *|word|host|domain [word|host|domain] ...svEプロキシ接続を禁止する語句、ホスト名、ドメインを指定する diff --git a/docs/manual/mod/quickreference.html.ko.euc-kr b/docs/manual/mod/quickreference.html.ko.euc-kr index be96ed0a72..f113c00482 100644 --- a/docs/manual/mod/quickreference.html.ko.euc-kr +++ b/docs/manual/mod/quickreference.html.ko.euc-kr @@ -175,226 +175,227 @@ hash AuthDigestDomain URI [URI] ...dhXdigest authentication¿¡¼­ °°Àº º¸È£¿µ¿ª¿¡ ¼ÓÇÏ´Â URIµé AuthDigestNcCheck On|Off Off sX¼­¹ö°¡ º¸³»´Â nonce-count¸¦ °Ë»çÇÒÁö ¿©ºÎ -AuthDigestNonceFormat formatdhXnonce¸¦ ¸¸µå´Â ¹æ¹ýÀ» °áÁ¤ÇÑ´Ù -AuthDigestNonceLifetime seconds 300 dhX¼­¹ö nonce°¡ À¯È¿ÇÑ ±â°£ -AuthDigestProvider On|Off|provider-name -[provider-name] ... On dhXÀÌ À§Ä¡¿¡ ´ëÇÑ ÀÎÁõÁ¦°øÀÚ¸¦ ÁöÁ¤ÇÑ´Ù -AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhXdigest authentication°¡ »ç¿ëÇÒ +AuthDigestNonceLifetime seconds 300 dhX¼­¹ö nonce°¡ À¯È¿ÇÑ ±â°£ +AuthDigestProvider On|Off|provider-name +[provider-name] ... On dhXÀÌ À§Ä¡¿¡ ´ëÇÑ ÀÎÁõÁ¦°øÀÚ¸¦ ÁöÁ¤ÇÑ´Ù +AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhXdigest authentication°¡ »ç¿ëÇÒ º¸È£¼öÁØ(quality-of-protection)À» ÁöÁ¤ÇÑ´Ù. -AuthDigestShmemSize size 1000 sXŬ¶óÀÌ¾ðÆ®¸¦ ÃßÀûÇϱâÀ§ÇØ ÇÒ´çÇÏ´Â °øÀ¯¸Þ¸ð¸®·® -AuthFormAuthoritative On|Off On dhBSets whether authorization and authentication are passed to +AuthDigestShmemSize size 1000 sXŬ¶óÀÌ¾ðÆ®¸¦ ÃßÀûÇϱâÀ§ÇØ ÇÒ´çÇÏ´Â °øÀ¯¸Þ¸ð¸®·® +AuthFormAuthoritative On|Off On dhBSets whether authorization and authentication are passed to lower level modules -AuthFormBody fieldname httpd_body dBThe name of a form field carrying the body of the request to attempt on successful login -AuthFormDisableNoStore On|Off Off dBDisable the CacheControl no-store header on the login page -AuthFormFakeBasicAuth On|Off Off dBFake a Basic Authentication header -AuthFormLocation fieldname httpd_location dBThe name of a form field carrying a URL to redirect to on successful login -AuthFormLoginRequiredLocation urldBThe URL of the page to be redirected to should login be required -AuthFormLoginSuccessLocation urldBThe URL of the page to be redirected to should login be successful -AuthFormLogoutLocation uridBThe URL to redirect to after a user has logged out -AuthFormMethod fieldname httpd_method dBThe name of a form field carrying the method of the request to attempt on successful login -AuthFormMimetype fieldname httpd_mimetype dBThe name of a form field carrying the mimetype of the body of the request to attempt on successful login -AuthFormPassword fieldname httpd_password dBThe name of a form field carrying the login password -AuthFormProvider provider-name -[provider-name] ... file dhBSets the authentication provider(s) for this location -AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites -AuthFormSize size 8192 dBThe largest size of the form in bytes that will be parsed for the login details -AuthFormUsername fieldname httpd_username dBThe name of a form field carrying the login username -AuthGroupFile file-pathdhBÀÎÁõ¿¡ »ç¿ëÇÒ »ç¿ëÀÚ ±×·ì ¸ñ·ÏÀ» ÀúÀåÇÏ´Â ¹®ÀÚÆÄÀϸíÀ» +AuthFormBody fieldname httpd_body dBThe name of a form field carrying the body of the request to attempt on successful login +AuthFormDisableNoStore On|Off Off dBDisable the CacheControl no-store header on the login page +AuthFormFakeBasicAuth On|Off Off dBFake a Basic Authentication header +AuthFormLocation fieldname httpd_location dBThe name of a form field carrying a URL to redirect to on successful login +AuthFormLoginRequiredLocation urldBThe URL of the page to be redirected to should login be required +AuthFormLoginSuccessLocation urldBThe URL of the page to be redirected to should login be successful +AuthFormLogoutLocation uridBThe URL to redirect to after a user has logged out +AuthFormMethod fieldname httpd_method dBThe name of a form field carrying the method of the request to attempt on successful login +AuthFormMimetype fieldname httpd_mimetype dBThe name of a form field carrying the mimetype of the body of the request to attempt on successful login +AuthFormPassword fieldname httpd_password dBThe name of a form field carrying the login password +AuthFormProvider provider-name +[provider-name] ... file dhBSets the authentication provider(s) for this location +AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites +AuthFormSize size 8192 dBThe largest size of the form in bytes that will be parsed for the login details +AuthFormUsername fieldname httpd_username dBThe name of a form field carrying the login username +AuthGroupFile file-pathdhBÀÎÁõ¿¡ »ç¿ëÇÒ »ç¿ëÀÚ ±×·ì ¸ñ·ÏÀ» ÀúÀåÇÏ´Â ¹®ÀÚÆÄÀϸíÀ» ÁöÁ¤ÇÑ´Ù -AuthLDAPAuthorizePrefix prefix AUTHORIZE_ dhESpecifies the prefix for environment variables set during +AuthLDAPAuthorizePrefix prefix AUTHORIZE_ dhESpecifies the prefix for environment variables set during authorization -AuthLDAPBindAuthoritative off|on on dhEDetermines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials. -AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server -AuthLDAPBindPassword passworddhEPassword used in conjunction with the bind DN -AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file -AuthLDAPCompareAsUser on|off off dhEUse the authenticated user's credentials to perform authorization comparisons -AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs -AuthLDAPDereferenceAliases never|searching|finding|always always dhEWhen will the module de-reference aliases -AuthLDAPGroupAttribute attribute member uniqueMember +dhELDAP attributes used to identify the user members of +AuthLDAPBindAuthoritative off|on on dhEDetermines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials. +AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server +AuthLDAPBindPassword passworddhEPassword used in conjunction with the bind DN +AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file +AuthLDAPCompareAsUser on|off off dhEUse the authenticated user's credentials to perform authorization comparisons +AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs +AuthLDAPDereferenceAliases never|searching|finding|always always dhEWhen will the module de-reference aliases +AuthLDAPGroupAttribute attribute member uniqueMember +dhELDAP attributes used to identify the user members of groups. -AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for +AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for group membership -AuthLDAPInitialBindAsUser off|on off dhEDetermines if the server does the initial DN lookup using the basic authentication users' +AuthLDAPInitialBindAsUser off|on off dhEDetermines if the server does the initial DN lookup using the basic authentication users' own username, instead of anonymously or with hard-coded credentials for the server -AuthLDAPInitialBindPattern regex substitution (.*) $1 (remote use +dhESpecifies the transformation of the basic authentication username to be used when binding to the LDAP server +AuthLDAPInitialBindPattern regex substitution (.*) $1 (remote use +dhESpecifies the transformation of the basic authentication username to be used when binding to the LDAP server to perform a DN lookup -AuthLDAPMaxSubGroupDepth Number 0 dhESpecifies the maximum sub-group nesting depth that will be +AuthLDAPMaxSubGroupDepth Number 0 dhESpecifies the maximum sub-group nesting depth that will be evaluated before the user search is discontinued. -AuthLDAPRemoteUserAttribute uiddhEUse the value of the attribute returned during the user +AuthLDAPRemoteUserAttribute uiddhEUse the value of the attribute returned during the user query to set the REMOTE_USER environment variable -AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER +AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER environment variable -AuthLDAPSearchAsUser on|off off dhEUse the authenticated user's credentials to perform authorization searches -AuthLDAPSubGroupAttribute attribute member uniqueMember +dhESpecifies the attribute labels, one value per +AuthLDAPSearchAsUser on|off off dhEUse the authenticated user's credentials to perform authorization searches +AuthLDAPSubGroupAttribute attribute member uniqueMember +dhESpecifies the attribute labels, one value per directive line, used to distinguish the members of the current group that are groups. -AuthLDAPSubGroupClass LdapObjectClass groupOfNames groupO +dhESpecifies which LDAP objectClass values identify directory +AuthLDAPSubGroupClass LdapObjectClass groupOfNames groupO +dhESpecifies which LDAP objectClass values identify directory objects that are groups during sub-group processing. -AuthLDAPURL url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters -AuthMerging Off | And | Or Off dhBControls the manner in which each configuration section's +AuthLDAPURL url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters +AuthMerging Off | And | Or Off dhBControls the manner in which each configuration section's authorization logic is combined with that of preceding configuration sections. -AuthName auth-domaindhBAuthorization realm for use in HTTP +AuthName auth-domaindhBAuthorization realm for use in HTTP authentication -AuthnCacheContext directory|server|custom-string directory dBSpecify a context string for use in the cache key -AuthnCacheEnablesBEnable Authn caching configured anywhere -AuthnCacheProvideFor authn-provider [...]dhBSpecify which authn provider(s) to cache for -AuthnCacheSOCache provider-name[:provider-args]sBSelect socache backend provider to use -AuthnCacheTimeout timeout (seconds) 300 (5 minutes) dhBSet a timeout for cache entries -<AuthnProviderAlias baseProvider Alias> -... </AuthnProviderAlias>sBEnclose a group of directives that represent an +AuthnCacheContext directory|server|custom-string directory dBSpecify a context string for use in the cache key +AuthnCacheEnablesBEnable Authn caching configured anywhere +AuthnCacheProvideFor authn-provider [...]dhBSpecify which authn provider(s) to cache for +AuthnCacheSOCache provider-name[:provider-args]sBSelect socache backend provider to use +AuthnCacheTimeout timeout (seconds) 300 (5 minutes) dhBSet a timeout for cache entries +<AuthnProviderAlias baseProvider Alias> +... </AuthnProviderAlias>sBEnclose a group of directives that represent an extension of a base authentication provider and referenced by the specified alias -AuthnzFcgiCheckAuthnProvider provider-name|None -option ...dEEnables a FastCGI application to handle the check_authn +AuthnzFcgiCheckAuthnProvider provider-name|None +option ...dEEnables a FastCGI application to handle the check_authn authentication hook. -AuthnzFcgiDefineProvider type provider-name -backend-addresssEDefines a FastCGI application as a provider for +AuthnzFcgiDefineProvider type provider-name +backend-addresssEDefines a FastCGI application as a provider for authentication and/or authorization -AuthtJwtVerify [set|unset] name [value]dhBSet a claim with the given name and expression, or unset the claim with the given name -AuthtJwtDriver name [param[=value]]svBSets the name of the underlying crypto driver to +AuthtJwtVerify [set|unset] name [value]dhBSet a claim with the given name and expression, or unset the claim with the given name +AuthtJwtDriver name [param[=value]]svBSets the name of the underlying crypto driver to use -AuthtJwtSign algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to sign an outgoing +AuthtJwtSign algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to sign an outgoing JWT token -AuthtJwtVerify algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to verify an incoming +AuthtJwtVerify algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to verify an incoming JWT token -<AuthtProviderAlias baseProvider Alias> -... </AuthtProviderAlias>sBEnclose a group of directives that represent an +<AuthtProviderAlias baseProvider Alias> +... </AuthtProviderAlias>sBEnclose a group of directives that represent an extension of a base token provider and referenced by the specified alias -AuthType None|Basic|Digest|FormdhBType of user authentication -AuthUserFile file-pathdhBÀÎÁõÇÒ »ç¿ëÀÚ¸í¿Í ¾ÏÈ£ ¸ñ·ÏÀ» ÀúÀåÇÏ´Â ¹®ÀÚÆÄÀϸíÀ» +AuthType None|Basic|Digest|FormdhBType of user authentication +AuthUserFile file-pathdhBÀÎÁõÇÒ »ç¿ëÀÚ¸í¿Í ¾ÏÈ£ ¸ñ·ÏÀ» ÀúÀåÇÏ´Â ¹®ÀÚÆÄÀϸíÀ» ÁöÁ¤ÇÑ´Ù -AuthzDBDLoginToReferer On|Off Off dEDetermines whether to redirect the Client to the Referring +AuthzDBDLoginToReferer On|Off Off dEDetermines whether to redirect the Client to the Referring page on successful login or logout if a Referer request header is present -AuthzDBDQuery querydESpecify the SQL Query for the required operation -AuthzDBDRedirectQuery querydESpecify a query to look up a login page for the user -AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhE¾ÏÈ£¸¦ ÀúÀåÇÏ´Â µ¥ÀÌÅͺ£À̽º ÆÄÀÏ Á¾·ù¸¦ ÁöÁ¤ÇÑ´Ù -<AuthzProviderAlias baseProvider Alias Require-Parameters> +AuthzDBDQuery querydESpecify the SQL Query for the required operation +AuthzDBDRedirectQuery querydESpecify a query to look up a login page for the user +AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhE¾ÏÈ£¸¦ ÀúÀåÇÏ´Â µ¥ÀÌÅͺ£À̽º ÆÄÀÏ Á¾·ù¸¦ ÁöÁ¤ÇÑ´Ù +<AuthzProviderAlias baseProvider Alias Require-Parameters> ... </AuthzProviderAlias> -sBEnclose a group of directives that represent an +sBEnclose a group of directives that represent an extension of a base authorization provider and referenced by the specified alias -AuthzSendForbiddenOnFailure On|Off Off dhBSend '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if +AuthzSendForbiddenOnFailure On|Off Off dhBSend '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if authentication succeeds but authorization fails -BalancerGrowth # 5 svENumber of additional Balancers that can be added Post-configuration -BalancerInherit On|Off On svEInherit proxy Balancers/Workers defined from the main server -BalancerMember [balancerurl] url [key=value [key=value ...]]dEAdd a member to a load balancing group -BalancerPersist On|Off Off svEAttempt to persist changes made by the Balancer Manager across restarts. -BrotliAlterETag AddSuffix|NoChange|Remove AddSuffix svEHow the outgoing ETag header should be modified during compression -BrotliCompressionMaxInputBlock valuesvEMaximum input block size -BrotliCompressionQuality value 5 svECompression quality -BrotliCompressionWindow value 18 svEBrotli sliding compression window size -BrotliFilterNote [type] notenamesvEPlaces the compression ratio in a note for logging -BrowserMatch regex [!]env-variable[=value] -[[!]env-variable[=value]] ...svdhBHTTP User-Agent¿¡ µû¶ó ȯ°æº¯¼ö¸¦ ¼³Á¤ÇÑ´Ù -BrowserMatchNoCase regex [!]env-variable[=value] - [[!]env-variable[=value]] ...svdhB´ë¼Ò¹®ÀÚ¸¦ ±¸º°ÇÏÁö¾Ê°í User-Agent¿¡ µû¶ó ȯ°æº¯¼ö¸¦ +BalancerGrowth # 5 svENumber of additional Balancers that can be added Post-configuration +BalancerInherit On|Off On svEInherit proxy Balancers/Workers defined from the main server +BalancerMember [balancerurl] url [key=value [key=value ...]]dEAdd a member to a load balancing group +BalancerPersist On|Off Off svEAttempt to persist changes made by the Balancer Manager across restarts. +BrotliAlterETag AddSuffix|NoChange|Remove AddSuffix svEHow the outgoing ETag header should be modified during compression +BrotliCompressionMaxInputBlock valuesvEMaximum input block size +BrotliCompressionQuality value 5 svECompression quality +BrotliCompressionWindow value 18 svEBrotli sliding compression window size +BrotliFilterNote [type] notenamesvEPlaces the compression ratio in a note for logging +BrowserMatch regex [!]env-variable[=value] +[[!]env-variable[=value]] ...svdhBHTTP User-Agent¿¡ µû¶ó ȯ°æº¯¼ö¸¦ ¼³Á¤ÇÑ´Ù +BrowserMatchNoCase regex [!]env-variable[=value] + [[!]env-variable[=value]] ...svdhB´ë¼Ò¹®ÀÚ¸¦ ±¸º°ÇÏÁö¾Ê°í User-Agent¿¡ µû¶ó ȯ°æº¯¼ö¸¦ ¼³Á¤ÇÑ´Ù -sBBuffer log entries in memory before writing to disk -BufferSize integer 131072 dhEMaximum size in bytes to buffer by the buffer filter -CacheDefaultExpire seconds 3600 (one hour) svdhX¸¸±â½Ã°£À» ÁöÁ¤ÇÏÁö¾ÊÀº ¹®¼­¸¦ ij½¬ÇÒ ±âº» ±â°£. -svdhXAdd an X-Cache-Detail header to the response. -CacheDirLength length 2 svXÇÏÀ§µð·ºÅ丮¸íÀÇ ¹®ÀÚ°³¼ö -CacheDirLevels levels 3 svXij½¬ÀÇ ÇÏÀ§µð·ºÅ丮 ±íÀÌ. -CacheDisable url-stringsvdhXƯÁ¤ URLÀ» ij½¬ÇÏÁö ¾Ê´Â´Ù -CacheEnable cache_type url-stringsvdXÁöÁ¤ÇÑ ÀúÀå°ü¸®ÀÚ¸¦ »ç¿ëÇÏ¿© ÁöÁ¤ÇÑ URLÀ» ij½¬ÇÑ´Ù -CacheFile file-path [file-path] ...sX½ÃÀ۽à ¿©·¯ ÆÄÀÏ ÇÚµéÀ» ij½¬ÇÑ´Ù -svdhXAdd an X-Cache header to the response. -CacheIgnoreCacheControl On|Off Off svXŬ¶óÀÌ¾ðÆ®°¡ ij½¬ÇÏÁö¾Ê´Â ³»¿ëÀ» ¿äûÇÔÀ» ¹«½ÃÇÑ´Ù. -CacheIgnoreHeaders header-string [header-string] ... None svXij½¬¿¡ ÁöÁ¤ÇÑ HTTP Çì´õ(µé)¸¦ ÀúÀåÇÏÁö ¾Ê´Â´Ù +sBBuffer log entries in memory before writing to disk +BufferSize integer 131072 dhEMaximum size in bytes to buffer by the buffer filter +CacheDefaultExpire seconds 3600 (one hour) svdhX¸¸±â½Ã°£À» ÁöÁ¤ÇÏÁö¾ÊÀº ¹®¼­¸¦ ij½¬ÇÒ ±âº» ±â°£. +svdhXAdd an X-Cache-Detail header to the response. +CacheDirLength length 2 svXÇÏÀ§µð·ºÅ丮¸íÀÇ ¹®ÀÚ°³¼ö +CacheDirLevels levels 3 svXij½¬ÀÇ ÇÏÀ§µð·ºÅ丮 ±íÀÌ. +CacheDisable url-stringsvdhXƯÁ¤ URLÀ» ij½¬ÇÏÁö ¾Ê´Â´Ù +CacheEnable cache_type url-stringsvdXÁöÁ¤ÇÑ ÀúÀå°ü¸®ÀÚ¸¦ »ç¿ëÇÏ¿© ÁöÁ¤ÇÑ URLÀ» ij½¬ÇÑ´Ù +CacheFile file-path [file-path] ...sX½ÃÀ۽à ¿©·¯ ÆÄÀÏ ÇÚµéÀ» ij½¬ÇÑ´Ù +svdhXAdd an X-Cache header to the response. +CacheIgnoreCacheControl On|Off Off svXŬ¶óÀÌ¾ðÆ®°¡ ij½¬ÇÏÁö¾Ê´Â ³»¿ëÀ» ¿äûÇÔÀ» ¹«½ÃÇÑ´Ù. +CacheIgnoreHeaders header-string [header-string] ... None svXij½¬¿¡ ÁöÁ¤ÇÑ HTTP Çì´õ(µé)¸¦ ÀúÀåÇÏÁö ¾Ê´Â´Ù -CacheIgnoreNoLastMod On|Off Off svdhXÀÀ´ä¿¡ Last Modified Çì´õ°¡ ¾ø´Ù´Â »ç½ÇÀ» ¹«½ÃÇÑ´Ù. -svXIgnore query string when caching -svXIgnore defined session identifiers encoded in the URL when caching +CacheIgnoreNoLastMod On|Off Off svdhXÀÀ´ä¿¡ Last Modified Çì´õ°¡ ¾ø´Ù´Â »ç½ÇÀ» ¹«½ÃÇÑ´Ù. +svXIgnore query string when caching +svXIgnore defined session identifiers encoded in the URL when caching -svXOverride the base URL of reverse proxied cache keys. -CacheLastModifiedFactor float 0.1 svdhXLastModified ½Ã°£À¸·Î ¸¸±â½Ã°£À» °è»êÇϴµ¥ »ç¿ëÇÏ´Â +svXOverride the base URL of reverse proxied cache keys. +CacheLastModifiedFactor float 0.1 svdhXLastModified ½Ã°£À¸·Î ¸¸±â½Ã°£À» °è»êÇϴµ¥ »ç¿ëÇÏ´Â °è¼ö. -svXEnable the thundering herd lock. -svXSet the maximum possible age of a cache lock. -svXSet the lock path directory. -CacheMaxExpire seconds 86400 (ÇÏ·ç) svdhX¹®¼­¸¦ ij½¬ÇÏ´Â ÃÊ´ÜÀ§ ÃÖ´ë½Ã°£ -CacheMaxFileSize bytes 1000000 svdhXij½¬¿¡ ÀúÀåÇÒ ¹®¼­ÀÇ ÃÖ´ëÅ©±â (¹ÙÀÌÆ® ´ÜÀ§) -svdhXThe minimum time in seconds to cache a document -CacheMinFileSize bytes 1 svdhXij½¬¿¡ ÀúÀåÇÒ ¹®¼­ÀÇ ÃÖ¼ÒÅ©±â (¹ÙÀÌÆ® ´ÜÀ§) -CacheNegotiatedDocs On|Off Off svBAllows content-negotiated documents to be +svXEnable the thundering herd lock. +svXSet the maximum possible age of a cache lock. +svXSet the lock path directory. +CacheMaxExpire seconds 86400 (ÇÏ·ç) svdhX¹®¼­¸¦ ij½¬ÇÏ´Â ÃÊ´ÜÀ§ ÃÖ´ë½Ã°£ +CacheMaxFileSize bytes 1000000 svdhXij½¬¿¡ ÀúÀåÇÒ ¹®¼­ÀÇ ÃÖ´ëÅ©±â (¹ÙÀÌÆ® ´ÜÀ§) +svdhXThe minimum time in seconds to cache a document +CacheMinFileSize bytes 1 svdhXij½¬¿¡ ÀúÀåÇÒ ¹®¼­ÀÇ ÃÖ¼ÒÅ©±â (¹ÙÀÌÆ® ´ÜÀ§) +CacheNegotiatedDocs On|Off Off svBAllows content-negotiated documents to be cached by proxy servers -svXRun the cache from the quick handler. -svdhXThe minimum size (in bytes) of the document to read and be cached before sending the data downstream -svdhXThe minimum time (in milliseconds) that should elapse while reading +svXRun the cache from the quick handler. +svdhXThe minimum size (in bytes) of the document to read and be cached before sending the data downstream +svdhXThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream -CacheRoot directorysvXij½¬ ÆÄÀÏÀ» ÀúÀåÇÒ µð·ºÅ丮 root -CacheSocache type[:args]svEThe shared object cache implementation to use -CacheSocacheMaxSize bytes 102400 svdhEThe maximum size (in bytes) of an entry to be placed in the +CacheRoot directorysvXij½¬ ÆÄÀÏÀ» ÀúÀåÇÒ µð·ºÅ丮 root +CacheSocache type[:args]svEThe shared object cache implementation to use +CacheSocacheMaxSize bytes 102400 svdhEThe maximum size (in bytes) of an entry to be placed in the cache -CacheSocacheMaxTime seconds 86400 svdhEThe maximum time (in seconds) for a document to be placed in the +CacheSocacheMaxTime seconds 86400 svdhEThe maximum time (in seconds) for a document to be placed in the cache -CacheSocacheMinTime seconds 600 svdhEThe minimum time (in seconds) for a document to be placed in the +CacheSocacheMinTime seconds 600 svdhEThe minimum time (in seconds) for a document to be placed in the cache -CacheSocacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached +CacheSocacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream -CacheSocacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading +CacheSocacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream -svdhXServe stale content in place of 5xx responses. -svdhXAttempt to cache responses that the server reports as expired -svdhXAttempt to cache requests or responses that have been marked as no-store. -svdhXAttempt to cache responses that the server has marked as private -CGIDScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the +svdhXServe stale content in place of 5xx responses. +svdhXAttempt to cache responses that the server reports as expired +svdhXAttempt to cache requests or responses that have been marked as no-store. +svdhXAttempt to cache responses that the server has marked as private +CGIDScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the CGI program -CGIMapExtension cgi-path .extensiondhCTechnique for locating the interpreter for CGI +CGIMapExtension cgi-path .extensiondhCTechnique for locating the interpreter for CGI scripts -CGIPassAuth On|Off Off dhCEnables passing HTTP authorization headers to scripts as CGI +CGIPassAuth On|Off Off dhCEnables passing HTTP authorization headers to scripts as CGI variables -CGIScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the +CGIScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the CGI program -CGIVar variable ruledhCControls how some CGI variables are set -CharsetDefault charsetsvdhXº¯È¯ÇÒ ¹®ÀÚÁýÇÕ -CharsetOptions option [option] ... DebugLevel=0 NoImpl +svdhX¹®ÀÚÁýÇÕ º¯È¯ ±â´ÉÀ» ¼³Á¤ -CharsetSourceEnc charsetsvdhXÆÄÀÏ ¿øº»ÀÇ ¹®ÀÚÁýÇÕ -CheckBasenameMatch on|off On svdhEAlso match files with differing file name extensions. -svdhELimits the action of the speling module to case corrections -CheckSpelling on|off Off svdhE¸ÂÃã¹ý ¸ðµâÀ» »ç¿ëÇÑ´Ù -ChrootDir /path/to/directorysBDirectory for apache to run chroot(8) after startup. -CookieDomain domainsvdhEThe domain to which the tracking cookie applies -CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie -CookieHTTPOnly on|off off svdhEAdds the 'HTTPOnly' attribute to the cookie -CookieName token Apache svdhEName of the tracking cookie -CookieSameSite None|Lax|StrictsvdhEAdds the 'SameSite' attribute to the cookie -CookieSecure on|off off svdhEAdds the 'Secure' attribute to the cookie -CookieStyle - Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field -CookieTracking on|off off svdhEEnables tracking cookie -CoreDumpDirectory directorysMDirectory where Apache HTTP Server attempts to +CGIVar variable ruledhCControls how some CGI variables are set +CharsetDefault charsetsvdhXº¯È¯ÇÒ ¹®ÀÚÁýÇÕ +CharsetOptions option [option] ... DebugLevel=0 NoImpl +svdhX¹®ÀÚÁýÇÕ º¯È¯ ±â´ÉÀ» ¼³Á¤ +CharsetSourceEnc charsetsvdhXÆÄÀÏ ¿øº»ÀÇ ¹®ÀÚÁýÇÕ +CheckBasenameMatch on|off On svdhEAlso match files with differing file name extensions. +svdhELimits the action of the speling module to case corrections +CheckSpelling on|off Off svdhE¸ÂÃã¹ý ¸ðµâÀ» »ç¿ëÇÑ´Ù +ChrootDir /path/to/directorysBDirectory for apache to run chroot(8) after startup. +CookieDomain domainsvdhEThe domain to which the tracking cookie applies +CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie +CookieHTTPOnly on|off off svdhEAdds the 'HTTPOnly' attribute to the cookie +CookieName token Apache svdhEName of the tracking cookie +CookieSameSite None|Lax|StrictsvdhEAdds the 'SameSite' attribute to the cookie +CookieSecure on|off off svdhEAdds the 'Secure' attribute to the cookie +CookieStyle + Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field +CookieTracking on|off off svdhEEnables tracking cookie +CoreDumpDirectory directorysMDirectory where Apache HTTP Server attempts to switch before dumping core -CryptoCipher name aes256 svdhECipher to be used by the crypto filter -CryptoDriver name openssl sEName of the crypto driver to use -CryptoIV value none svdhEIV (Initialization Vector) to be used by the crypto filter -CryptoKey value none svdhEKey to be used by the crypto filter -CryptoSize integer 131072 svdhEMaximum size in bytes to buffer by the crypto filter -CTAuditStorage directorysEExisting directory where data for off-line audit will be stored -CTLogClient executablesELocation of certificate-transparency log client tool -CTLogConfigDB filenamesELog configuration database supporting dynamic updates -CTMaxSCTAge num-secondssEMaximum age of SCT obtained from a log, before it will be +CryptoCipher name aes256 svdhECipher to be used by the crypto filter +CryptoDriver name openssl sEName of the crypto driver to use +CryptoIV value none svdhEIV (Initialization Vector) to be used by the crypto filter +CryptoKey value none svdhEKey to be used by the crypto filter +CryptoSize integer 131072 svdhEMaximum size in bytes to buffer by the crypto filter +CTAuditStorage directorysEExisting directory where data for off-line audit will be stored +CTLogClient executablesELocation of certificate-transparency log client tool +CTLogConfigDB filenamesELog configuration database supporting dynamic updates +CTMaxSCTAge num-secondssEMaximum age of SCT obtained from a log, before it will be refreshed -CTProxyAwareness oblivious|aware|requiresvELevel of CT awareness and enforcement for a proxy +CTProxyAwareness oblivious|aware|requiresvELevel of CT awareness and enforcement for a proxy -CTSCTStorage directorysEExisting directory where SCTs are managed -CTServerHelloSCTLimit limitsELimit on number of SCTs that can be returned in +CTSCTStorage directorysEExisting directory where SCTs are managed +CTServerHelloSCTLimit limitsELimit on number of SCTs that can be returned in ServerHello -CTStaticLogConfig log-id|- public-key-file|- +CTStaticLogConfig log-id|- public-key-file|- 1|0|- min-timestamp|- max-timestamp|- -log-URL|-sEStatic configuration of information about a log -CTStaticSCTs certificate-pem-file sct-directorysEStatic configuration of one or more SCTs for a server certificate +log-URL|-sEStatic configuration of information about a log +CTStaticSCTs certificate-pem-file sct-directorysEStatic configuration of one or more SCTs for a server certificate -CustomLog file|pipe +CustomLog file|pipe format|nickname -[env=[!]environment-variable]svB·Î±×ÆÄÀÏ À̸§°ú Çü½ÄÀ» ÁöÁ¤ÇÑ´Ù -Dav On|Off|provider-name Off dEWebDAV HTTP ¸Þ½áµå¸¦ ½ÃÀÛÇÑ´Ù -DavBasePath root-pathdEConfigure repository root path -DavDepthInfinity on|off off svdEPROPFINDÀÇ Depth: Infinity ¿äûÀ» Çã°¡ÇÑ´Ù +[env=[!]environment-variable]svB·Î±×ÆÄÀÏ À̸§°ú Çü½ÄÀ» ÁöÁ¤ÇÑ´Ù +Dav On|Off|provider-name Off dEWebDAV HTTP ¸Þ½áµå¸¦ ½ÃÀÛÇÑ´Ù +DavBasePath root-pathdEConfigure repository root path +DavDepthInfinity on|off off svdEPROPFINDÀÇ Depth: Infinity ¿äûÀ» Çã°¡ÇÑ´Ù +DavHonorMtimeHeader on|off off dEAllow clients to set resource modification times via the +X-OC-Mtime request header DavLockDB file-pathsvEDAV Àá±Ý µ¥ÀÌÅͺ£À̽º À§Ä¡ DavLockDBType dbm-type default svEDatabase type of the DAV lock database DavLockDiscovery on|off on svdhEEnable lock discovery @@ -855,6 +856,9 @@ malicious privileges-aware code. <Proxy wildcard-url> ...</Proxy>svEContainer for directives applied to proxied resources Proxy100Continue Off|On On svdEForward 100-continue expectation to the origin server ProxyAddHeaders Off|On On svdEAdd proxy information in X-Forwarded-* headers +ProxyAsyncDelay time[s]svdETime to poll synchronously before handing a connection to the +MPM for asynchronous processing +ProxyAsyncIdleTimeout time[s]svdEInactivity timeout for asynchronous proxy connections ProxyBadHeader IsError|Ignore|StartBody IsError svEDetermines how to handle bad header lines in a response ProxyBlock *|hostname|partial-hostname [hostname|partial-hostname]...svEDisallow proxy requests to certain hosts diff --git a/docs/manual/mod/quickreference.html.tr.utf8 b/docs/manual/mod/quickreference.html.tr.utf8 index c395bb11f5..3c84b30f7a 100644 --- a/docs/manual/mod/quickreference.html.tr.utf8 +++ b/docs/manual/mod/quickreference.html.tr.utf8 @@ -183,242 +183,243 @@ passwords for authentication response hashes in digest authentication AuthDigestDomain URI [URI] ...dhEURIs that are in the same protection space for digest authentication -AuthDigestNcCheck On|Off Off sEEnables or disables checking of the nonce-count sent by the -server -AuthDigestNonceFormat formatdhEDetermines how the nonce is generated -AuthDigestNonceLifetime seconds 300 dhEHow long the server nonce is valid -AuthDigestProvider provider-name -[provider-name] ... file dhESets the authentication provider(s) for this location -AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhEDetermines the quality-of-protection to use in digest +AuthDigestNcCheck On|Off Off skdhEEnables or disables checking of the nonce-count sent by the +client +AuthDigestNonceLifetime seconds 300 dhEHow long the server nonce is valid +AuthDigestProvider provider-name +[provider-name] ... file dhESets the authentication provider(s) for this location +AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhEDetermines the quality-of-protection to use in digest authentication -AuthDigestShmemSize size 1000 sEThe amount of shared memory to allocate for keeping track +AuthDigestShmemSize size 1000 sEThe amount of shared memory to allocate for keeping track of clients -AuthFormAuthoritative On|Off On dhTSets whether authorization and authentication are passed to +AuthFormAuthoritative On|Off On dhTSets whether authorization and authentication are passed to lower level modules -AuthFormBody fieldname httpd_body dTThe name of a form field carrying the body of the request to attempt on successful login -AuthFormDisableNoStore On|Off Off dTDisable the CacheControl no-store header on the login page -AuthFormFakeBasicAuth On|Off Off dTFake a Basic Authentication header -AuthFormLocation fieldname httpd_location dTThe name of a form field carrying a URL to redirect to on successful login -AuthFormLoginRequiredLocation urldTThe URL of the page to be redirected to should login be required -AuthFormLoginSuccessLocation urldTThe URL of the page to be redirected to should login be successful -AuthFormLogoutLocation uridTThe URL to redirect to after a user has logged out -AuthFormMethod fieldname httpd_method dTThe name of a form field carrying the method of the request to attempt on successful login -AuthFormMimetype fieldname httpd_mimetype dTThe name of a form field carrying the mimetype of the body of the request to attempt on successful login -AuthFormPassword fieldname httpd_password dTThe name of a form field carrying the login password -AuthFormProvider provider-name -[provider-name] ... file dhTSets the authentication provider(s) for this location -AuthFormSitePassphrase secretdTBypass authentication checks for high traffic sites -AuthFormSize size 8192 dTThe largest size of the form in bytes that will be parsed for the login details -AuthFormUsername fieldname httpd_username dTThe name of a form field carrying the login username -AuthGroupFile file-pathdhTSets the name of a text file containing the list +AuthFormBody fieldname httpd_body dTThe name of a form field carrying the body of the request to attempt on successful login +AuthFormDisableNoStore On|Off Off dTDisable the CacheControl no-store header on the login page +AuthFormFakeBasicAuth On|Off Off dTFake a Basic Authentication header +AuthFormLocation fieldname httpd_location dTThe name of a form field carrying a URL to redirect to on successful login +AuthFormLoginRequiredLocation urldTThe URL of the page to be redirected to should login be required +AuthFormLoginSuccessLocation urldTThe URL of the page to be redirected to should login be successful +AuthFormLogoutLocation uridTThe URL to redirect to after a user has logged out +AuthFormMethod fieldname httpd_method dTThe name of a form field carrying the method of the request to attempt on successful login +AuthFormMimetype fieldname httpd_mimetype dTThe name of a form field carrying the mimetype of the body of the request to attempt on successful login +AuthFormPassword fieldname httpd_password dTThe name of a form field carrying the login password +AuthFormProvider provider-name +[provider-name] ... file dhTSets the authentication provider(s) for this location +AuthFormSitePassphrase secretdTBypass authentication checks for high traffic sites +AuthFormSize size 8192 dTThe largest size of the form in bytes that will be parsed for the login details +AuthFormUsername fieldname httpd_username dTThe name of a form field carrying the login username +AuthGroupFile file-pathdhTSets the name of a text file containing the list of user groups for authorization -AuthLDAPAuthorizePrefix prefix AUTHORIZE_ dhESpecifies the prefix for environment variables set during +AuthLDAPAuthorizePrefix prefix AUTHORIZE_ dhESpecifies the prefix for environment variables set during authorization -AuthLDAPBindAuthoritative off|on on dhEDetermines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials. -AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server -AuthLDAPBindPassword passworddhEPassword used in conjunction with the bind DN -AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file -AuthLDAPCompareAsUser on|off off dhEUse the authenticated user's credentials to perform authorization comparisons -AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs -AuthLDAPDereferenceAliases never|searching|finding|always always dhEWhen will the module de-reference aliases -AuthLDAPGroupAttribute attribute member uniqueMember +dhELDAP attributes used to identify the user members of +AuthLDAPBindAuthoritative off|on on dhEDetermines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials. +AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server +AuthLDAPBindPassword passworddhEPassword used in conjunction with the bind DN +AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file +AuthLDAPCompareAsUser on|off off dhEUse the authenticated user's credentials to perform authorization comparisons +AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs +AuthLDAPDereferenceAliases never|searching|finding|always always dhEWhen will the module de-reference aliases +AuthLDAPGroupAttribute attribute member uniqueMember +dhELDAP attributes used to identify the user members of groups. -AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for +AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for group membership -AuthLDAPInitialBindAsUser off|on off dhEDetermines if the server does the initial DN lookup using the basic authentication users' +AuthLDAPInitialBindAsUser off|on off dhEDetermines if the server does the initial DN lookup using the basic authentication users' own username, instead of anonymously or with hard-coded credentials for the server -AuthLDAPInitialBindPattern regex substitution (.*) $1 (remote use +dhESpecifies the transformation of the basic authentication username to be used when binding to the LDAP server +AuthLDAPInitialBindPattern regex substitution (.*) $1 (remote use +dhESpecifies the transformation of the basic authentication username to be used when binding to the LDAP server to perform a DN lookup -AuthLDAPMaxSubGroupDepth Number 0 dhESpecifies the maximum sub-group nesting depth that will be +AuthLDAPMaxSubGroupDepth Number 0 dhESpecifies the maximum sub-group nesting depth that will be evaluated before the user search is discontinued. -AuthLDAPRemoteUserAttribute uiddhEUse the value of the attribute returned during the user +AuthLDAPRemoteUserAttribute uiddhEUse the value of the attribute returned during the user query to set the REMOTE_USER environment variable -AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER +AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER environment variable -AuthLDAPSearchAsUser on|off off dhEUse the authenticated user's credentials to perform authorization searches -AuthLDAPSubGroupAttribute attribute member uniqueMember +dhESpecifies the attribute labels, one value per +AuthLDAPSearchAsUser on|off off dhEUse the authenticated user's credentials to perform authorization searches +AuthLDAPSubGroupAttribute attribute member uniqueMember +dhESpecifies the attribute labels, one value per directive line, used to distinguish the members of the current group that are groups. -AuthLDAPSubGroupClass LdapObjectClass groupOfNames groupO +dhESpecifies which LDAP objectClass values identify directory +AuthLDAPSubGroupClass LdapObjectClass groupOfNames groupO +dhESpecifies which LDAP objectClass values identify directory objects that are groups during sub-group processing. -AuthLDAPURL url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters -AuthMerging Off | And | Or Off dhTControls the manner in which each configuration section's +AuthLDAPURL url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters +AuthMerging Off | And | Or Off dhTControls the manner in which each configuration section's authorization logic is combined with that of preceding configuration sections. -AuthName auth-domaindhTAuthorization realm for use in HTTP +AuthName auth-domaindhTAuthorization realm for use in HTTP authentication -AuthnCacheContext directory|server|custom-string directory dTSpecify a context string for use in the cache key -AuthnCacheEnablesTEnable Authn caching configured anywhere -AuthnCacheProvideFor authn-provider [...]dhTSpecify which authn provider(s) to cache for -AuthnCacheSOCache provider-name[:provider-args]sTSelect socache backend provider to use -AuthnCacheTimeout timeout (seconds) 300 (5 minutes) dhTSet a timeout for cache entries -<AuthnProviderAlias baseProvider Alias> -... </AuthnProviderAlias>sTEnclose a group of directives that represent an +AuthnCacheContext directory|server|custom-string directory dTSpecify a context string for use in the cache key +AuthnCacheEnablesTEnable Authn caching configured anywhere +AuthnCacheProvideFor authn-provider [...]dhTSpecify which authn provider(s) to cache for +AuthnCacheSOCache provider-name[:provider-args]sTSelect socache backend provider to use +AuthnCacheTimeout timeout (seconds) 300 (5 minutes) dhTSet a timeout for cache entries +<AuthnProviderAlias baseProvider Alias> +... </AuthnProviderAlias>sTEnclose a group of directives that represent an extension of a base authentication provider and referenced by the specified alias -AuthnzFcgiCheckAuthnProvider provider-name|None -option ...dEEnables a FastCGI application to handle the check_authn +AuthnzFcgiCheckAuthnProvider provider-name|None +option ...dEEnables a FastCGI application to handle the check_authn authentication hook. -AuthnzFcgiDefineProvider type provider-name -backend-addresssEDefines a FastCGI application as a provider for +AuthnzFcgiDefineProvider type provider-name +backend-addresssEDefines a FastCGI application as a provider for authentication and/or authorization -AuthtJwtVerify [set|unset] name [value]dhTSet a claim with the given name and expression, or unset the claim with the given name -AuthtJwtDriver name [param[=value]]skTSets the name of the underlying crypto driver to +AuthtJwtVerify [set|unset] name [value]dhTSet a claim with the given name and expression, or unset the claim with the given name +AuthtJwtDriver name [param[=value]]skTSets the name of the underlying crypto driver to use -AuthtJwtSign algorithm [type param]dhTThe JWS signing algorithm and passphrase/key to sign an outgoing +AuthtJwtSign algorithm [type param]dhTThe JWS signing algorithm and passphrase/key to sign an outgoing JWT token -AuthtJwtVerify algorithm [type param]dhTThe JWS signing algorithm and passphrase/key to verify an incoming +AuthtJwtVerify algorithm [type param]dhTThe JWS signing algorithm and passphrase/key to verify an incoming JWT token -<AuthtProviderAlias baseProvider Alias> -... </AuthtProviderAlias>sTEnclose a group of directives that represent an +<AuthtProviderAlias baseProvider Alias> +... </AuthtProviderAlias>sTEnclose a group of directives that represent an extension of a base token provider and referenced by the specified alias -AuthType None|Basic|Digest|FormdhTType of user authentication -AuthUserFile file-pathdhTSets the name of a text file containing the list of users and +AuthType None|Basic|Digest|FormdhTType of user authentication +AuthUserFile file-pathdhTSets the name of a text file containing the list of users and passwords for authentication -AuthzDBDLoginToReferer On|Off Off dEDetermines whether to redirect the Client to the Referring +AuthzDBDLoginToReferer On|Off Off dEDetermines whether to redirect the Client to the Referring page on successful login or logout if a Referer request header is present -AuthzDBDQuery querydESpecify the SQL Query for the required operation -AuthzDBDRedirectQuery querydESpecify a query to look up a login page for the user -AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to +AuthzDBDQuery querydESpecify the SQL Query for the required operation +AuthzDBDRedirectQuery querydESpecify a query to look up a login page for the user +AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to store list of user groups -<AuthzProviderAlias baseProvider Alias Require-Parameters> +<AuthzProviderAlias baseProvider Alias Require-Parameters> ... </AuthzProviderAlias> -sTEnclose a group of directives that represent an +sTEnclose a group of directives that represent an extension of a base authorization provider and referenced by the specified alias -AuthzSendForbiddenOnFailure On|Off Off dhTSend '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if +AuthzSendForbiddenOnFailure On|Off Off dhTSend '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if authentication succeeds but authorization fails -BalancerGrowth # 5 skENumber of additional Balancers that can be added Post-configuration -BalancerInherit On|Off On skEInherit proxy Balancers/Workers defined from the main server -BalancerMember [balancerurl] url [key=value [key=value ...]]dEAdd a member to a load balancing group -BalancerPersist On|Off Off skEAttempt to persist changes made by the Balancer Manager across restarts. -BrotliAlterETag AddSuffix|NoChange|Remove AddSuffix skEHow the outgoing ETag header should be modified during compression -BrotliCompressionMaxInputBlock valueskEMaximum input block size -BrotliCompressionQuality value 5 skECompression quality -BrotliCompressionWindow value 18 skEBrotli sliding compression window size -BrotliFilterNote [type] notenameskEPlaces the compression ratio in a note for logging -BrowserMatch düzifd [!]ort-değişkeni[=değer] -[[!]ort-değişkeni[=değer]] ...skdhTOrtam değişkenlerini HTTP kullanıcı arayüzüne göre belirler. +BalancerGrowth # 5 skENumber of additional Balancers that can be added Post-configuration +BalancerInherit On|Off On skEInherit proxy Balancers/Workers defined from the main server +BalancerMember [balancerurl] url [key=value [key=value ...]]dEAdd a member to a load balancing group +BalancerPersist On|Off Off skEAttempt to persist changes made by the Balancer Manager across restarts. +BrotliAlterETag AddSuffix|NoChange|Remove AddSuffix skEHow the outgoing ETag header should be modified during compression +BrotliCompressionMaxInputBlock valueskEMaximum input block size +BrotliCompressionQuality value 5 skECompression quality +BrotliCompressionWindow value 18 skEBrotli sliding compression window size +BrotliFilterNote [type] notenameskEPlaces the compression ratio in a note for logging +BrowserMatch düzifd [!]ort-değişkeni[=değer] +[[!]ort-değişkeni[=değer]] ...skdhTOrtam değişkenlerini HTTP kullanıcı arayüzüne göre belirler. -BrowserMatchNoCase düzifd [!]ort-değişkeni[=değer] -[[!]ort-değişkeni[=değer]] ...skdhTOrtam değişkenlerini HTTP kullanıcı arayüzünün harf büyüklüğüne +BrowserMatchNoCase düzifd [!]ort-değişkeni[=değer] +[[!]ort-değişkeni[=değer]] ...skdhTOrtam değişkenlerini HTTP kullanıcı arayüzünün harf büyüklüğüne duyarsız eşleşmelerine bağlı olarak belirler. -BufferedLogs On|Off Off sTGünlük girdilerini diske yazmadan önce bellekte tamponlar +BufferedLogs On|Off Off sTGünlük girdilerini diske yazmadan önce bellekte tamponlar -BufferSize integer 131072 dhEMaximum size in bytes to buffer by the buffer filter -CacheDefaultExpire seconds 3600 (one hour) skdhEThe default duration to cache a document when no expiry date is specified. -CacheDetailHeader on|off off skdhEAdd an X-Cache-Detail header to the response. -CacheDirLength length 2 skEThe number of characters in subdirectory names -CacheDirLevels levels 2 skEThe number of levels of subdirectories in the +BufferSize integer 131072 dhEMaximum size in bytes to buffer by the buffer filter +CacheDefaultExpire seconds 3600 (one hour) skdhEThe default duration to cache a document when no expiry date is specified. +CacheDetailHeader on|off off skdhEAdd an X-Cache-Detail header to the response. +CacheDirLength length 2 skEThe number of characters in subdirectory names +CacheDirLevels levels 2 skEThe number of levels of subdirectories in the cache. -CacheDisable url-string | onskdhEDisable caching of specified URLs -CacheEnable cache_type [url-string]skdEEnable caching of specified URLs using a specified storage +CacheDisable url-string | onskdhEDisable caching of specified URLs +CacheEnable cache_type [url-string]skdEEnable caching of specified URLs using a specified storage manager -CacheFile file-path [file-path] ...sDCache a list of file handles at startup time -CacheHeader on|off off skdhEAdd an X-Cache header to the response. -CacheIgnoreCacheControl On|Off Off skEIgnore request to not serve cached content to client -CacheIgnoreHeaders header-string [header-string] ... None skEDo not store the given HTTP header(s) in the cache. +CacheFile file-path [file-path] ...sDCache a list of file handles at startup time +CacheHeader on|off off skdhEAdd an X-Cache header to the response. +CacheIgnoreCacheControl On|Off Off skEIgnore request to not serve cached content to client +CacheIgnoreHeaders header-string [header-string] ... None skEDo not store the given HTTP header(s) in the cache. -CacheIgnoreNoLastMod On|Off Off skdhEIgnore the fact that a response has no Last Modified +CacheIgnoreNoLastMod On|Off Off skdhEIgnore the fact that a response has no Last Modified header. -CacheIgnoreQueryString On|Off Off skEIgnore query string when caching -CacheIgnoreURLSessionIdentifiers identifier [identifier] ... None skEIgnore defined session identifiers encoded in the URL when caching +CacheIgnoreQueryString On|Off Off skEIgnore query string when caching +CacheIgnoreURLSessionIdentifiers identifier [identifier] ... None skEIgnore defined session identifiers encoded in the URL when caching -CacheKeyBaseURL URLskEOverride the base URL of reverse proxied cache keys. -CacheLastModifiedFactor float 0.1 skdhEThe factor used to compute an expiry date based on the +CacheKeyBaseURL URLskEOverride the base URL of reverse proxied cache keys. +CacheLastModifiedFactor float 0.1 skdhEThe factor used to compute an expiry date based on the LastModified date. -CacheLock on|off off skEEnable the thundering herd lock. -CacheLockMaxAge integer 5 skESet the maximum possible age of a cache lock. -CacheLockPath directory mod_cache-lock skESet the lock path directory. -CacheMaxExpire seconds 86400 (one day) skdhEThe maximum time in seconds to cache a document -CacheMaxFileSize bytes 1000000 skdhEThe maximum size (in bytes) of a document to be placed in the +CacheLock on|off off skEEnable the thundering herd lock. +CacheLockMaxAge integer 5 skESet the maximum possible age of a cache lock. +CacheLockPath directory mod_cache-lock skESet the lock path directory. +CacheMaxExpire seconds 86400 (one day) skdhEThe maximum time in seconds to cache a document +CacheMaxFileSize bytes 1000000 skdhEThe maximum size (in bytes) of a document to be placed in the cache -CacheMinExpire seconds 0 skdhEThe minimum time in seconds to cache a document -CacheMinFileSize bytes 1 skdhEThe minimum size (in bytes) of a document to be placed in the +CacheMinExpire seconds 0 skdhEThe minimum time in seconds to cache a document +CacheMinFileSize bytes 1 skdhEThe minimum size (in bytes) of a document to be placed in the cache -CacheNegotiatedDocs On|Off Off skTAllows content-negotiated documents to be +CacheNegotiatedDocs On|Off Off skTAllows content-negotiated documents to be cached by proxy servers -CacheQuickHandler on|off on skERun the cache from the quick handler. -CacheReadSize bytes 0 skdhEThe minimum size (in bytes) of the document to read and be cached +CacheQuickHandler on|off on skERun the cache from the quick handler. +CacheReadSize bytes 0 skdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream -CacheReadTime milliseconds 0 skdhEThe minimum time (in milliseconds) that should elapse while reading +CacheReadTime milliseconds 0 skdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream -CacheRoot directoryskEThe directory root under which cache files are +CacheRoot directoryskEThe directory root under which cache files are stored -CacheSocache type[:args]skEThe shared object cache implementation to use -CacheSocacheMaxSize bytes 102400 skdhEThe maximum size (in bytes) of an entry to be placed in the +CacheSocache type[:args]skEThe shared object cache implementation to use +CacheSocacheMaxSize bytes 102400 skdhEThe maximum size (in bytes) of an entry to be placed in the cache -CacheSocacheMaxTime seconds 86400 skdhEThe maximum time (in seconds) for a document to be placed in the +CacheSocacheMaxTime seconds 86400 skdhEThe maximum time (in seconds) for a document to be placed in the cache -CacheSocacheMinTime seconds 600 skdhEThe minimum time (in seconds) for a document to be placed in the +CacheSocacheMinTime seconds 600 skdhEThe minimum time (in seconds) for a document to be placed in the cache -CacheSocacheReadSize bytes 0 skdhEThe minimum size (in bytes) of the document to read and be cached +CacheSocacheReadSize bytes 0 skdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream -CacheSocacheReadTime milliseconds 0 skdhEThe minimum time (in milliseconds) that should elapse while reading +CacheSocacheReadTime milliseconds 0 skdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream -CacheStaleOnError on|off on skdhEServe stale content in place of 5xx responses. -CacheStoreExpired On|Off Off skdhEAttempt to cache responses that the server reports as expired -CacheStoreNoStore On|Off Off skdhEAttempt to cache requests or responses that have been marked as no-store. -CacheStorePrivate On|Off Off skdhEAttempt to cache responses that the server has marked as private -CGIDScriptTimeout time[s|ms]skdhTThe length of time to wait for more output from the +CacheStaleOnError on|off on skdhEServe stale content in place of 5xx responses. +CacheStoreExpired On|Off Off skdhEAttempt to cache responses that the server reports as expired +CacheStoreNoStore On|Off Off skdhEAttempt to cache requests or responses that have been marked as no-store. +CacheStorePrivate On|Off Off skdhEAttempt to cache responses that the server has marked as private +CGIDScriptTimeout time[s|ms]skdhTThe length of time to wait for more output from the CGI program -CGIMapExtension cgi-yolu .uzantıdhÇCGI betik yorumlayıcısını saptama tekniğini belirler. +CGIMapExtension cgi-yolu .uzantıdhÇCGI betik yorumlayıcısını saptama tekniğini belirler. -CGIPassAuth On|Off Off dhÇEnables passing HTTP authorization headers to scripts as CGI +CGIPassAuth On|Off Off dhÇEnables passing HTTP authorization headers to scripts as CGI variables -CGIScriptTimeout time[s|ms]skdhTThe length of time to wait for more output from the +CGIScriptTimeout time[s|ms]skdhTThe length of time to wait for more output from the CGI program -CGIVar variable ruledhÇControls how some CGI variables are set -CharsetDefault charsetskdhECharset to translate into -CharsetOptions option [option] ... ImplicitAdd skdhEConfigures charset translation behavior -CharsetSourceEnc charsetskdhESource charset of files -CheckBasenameMatch on|off On skdhEAlso match files with differing file name extensions. -CheckCaseOnly on|off Off skdhELimits the action of the speling module to case corrections -CheckSpelling on|off Off skdhEEnables the spelling +CGIVar variable ruledhÇControls how some CGI variables are set +CharsetDefault charsetskdhECharset to translate into +CharsetOptions option [option] ... ImplicitAdd skdhEConfigures charset translation behavior +CharsetSourceEnc charsetskdhESource charset of files +CheckBasenameMatch on|off On skdhEAlso match files with differing file name extensions. +CheckCaseOnly on|off Off skdhELimits the action of the speling module to case corrections +CheckSpelling on|off Off skdhEEnables the spelling module -ChrootDir /dizin/yolusTSunucunun başlatıldıktan sonra chroot(8) yapacağı dizini +ChrootDir /dizin/yolusTSunucunun başlatıldıktan sonra chroot(8) yapacağı dizini belirler. -CookieDomain domainskdhEThe domain to which the tracking cookie applies -CookieExpires expiry-periodskdhEExpiry time for the tracking cookie -CookieHTTPOnly on|off off skdhEAdds the 'HTTPOnly' attribute to the cookie -CookieName token Apache skdhEName of the tracking cookie -CookieSameSite None|Lax|StrictskdhEAdds the 'SameSite' attribute to the cookie -CookieSecure on|off off skdhEAdds the 'Secure' attribute to the cookie -CookieStyle - Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape skdhEFormat of the cookie header field -CookieTracking on|off off skdhEEnables tracking cookie -CoreDumpDirectory dizinsMcore dosyasını dökümlemek üzere Apache HTTP +CookieDomain domainskdhEThe domain to which the tracking cookie applies +CookieExpires expiry-periodskdhEExpiry time for the tracking cookie +CookieHTTPOnly on|off off skdhEAdds the 'HTTPOnly' attribute to the cookie +CookieName token Apache skdhEName of the tracking cookie +CookieSameSite None|Lax|StrictskdhEAdds the 'SameSite' attribute to the cookie +CookieSecure on|off off skdhEAdds the 'Secure' attribute to the cookie +CookieStyle + Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape skdhEFormat of the cookie header field +CookieTracking on|off off skdhEEnables tracking cookie +CoreDumpDirectory dizinsMcore dosyasını dökümlemek üzere Apache HTTP Sunucusunun geçmeye çalışacağı dizin. -CryptoCipher name aes256 skdhECipher to be used by the crypto filter -CryptoDriver name openssl sEName of the crypto driver to use -CryptoIV value none skdhEIV (Initialization Vector) to be used by the crypto filter -CryptoKey value none skdhEKey to be used by the crypto filter -CryptoSize integer 131072 skdhEMaximum size in bytes to buffer by the crypto filter -CTAuditStorage directorysEExisting directory where data for off-line audit will be stored -CTLogClient executablesELocation of certificate-transparency log client tool -CTLogConfigDB filenamesELog configuration database supporting dynamic updates -CTMaxSCTAge num-secondssEMaximum age of SCT obtained from a log, before it will be +CryptoCipher name aes256 skdhECipher to be used by the crypto filter +CryptoDriver name openssl sEName of the crypto driver to use +CryptoIV value none skdhEIV (Initialization Vector) to be used by the crypto filter +CryptoKey value none skdhEKey to be used by the crypto filter +CryptoSize integer 131072 skdhEMaximum size in bytes to buffer by the crypto filter +CTAuditStorage directorysEExisting directory where data for off-line audit will be stored +CTLogClient executablesELocation of certificate-transparency log client tool +CTLogConfigDB filenamesELog configuration database supporting dynamic updates +CTMaxSCTAge num-secondssEMaximum age of SCT obtained from a log, before it will be refreshed -CTProxyAwareness oblivious|aware|requireskELevel of CT awareness and enforcement for a proxy +CTProxyAwareness oblivious|aware|requireskELevel of CT awareness and enforcement for a proxy -CTSCTStorage directorysEExisting directory where SCTs are managed -CTServerHelloSCTLimit limitsELimit on number of SCTs that can be returned in +CTSCTStorage directorysEExisting directory where SCTs are managed +CTServerHelloSCTLimit limitsELimit on number of SCTs that can be returned in ServerHello -CTStaticLogConfig log-id|- public-key-file|- +CTStaticLogConfig log-id|- public-key-file|- 1|0|- min-timestamp|- max-timestamp|- -log-URL|-sEStatic configuration of information about a log -CTStaticSCTs certificate-pem-file sct-directorysEStatic configuration of one or more SCTs for a server certificate +log-URL|-sEStatic configuration of information about a log +CTStaticSCTs certificate-pem-file sct-directorysEStatic configuration of one or more SCTs for a server certificate -CustomLog dosya|borulu-süreç +CustomLog dosya|borulu-süreç biçem|takma-ad [env=[!]ortam-değişkeni]| -expr=ifade]skTGünlük dosyasın ismini ve girdi biçemini belirler. -Dav On|Off|provider-name Off dEEnable WebDAV HTTP methods -DavBasePath root-pathdEConfigure repository root path -DavDepthInfinity on|off off skdEAllow PROPFIND, Depth: Infinity requests +expr=ifade]skTGünlük dosyasın ismini ve girdi biçemini belirler. +Dav On|Off|provider-name Off dEEnable WebDAV HTTP methods +DavBasePath root-pathdEConfigure repository root path +DavDepthInfinity on|off off skdEAllow PROPFIND, Depth: Infinity requests +DavHonorMtimeHeader on|off off dEAllow clients to set resource modification times via the +X-OC-Mtime request header DavLockDB file-path DEFAULT_REL_STATEDI +skELocation of the DAV lock database DavLockDBType dbm-type default skEDatabase type of the DAV lock database DavLockDiscovery on|off on skdhEEnable lock discovery @@ -887,6 +888,9 @@ malicious privileges-aware code. <Proxy wildcard-url> ...</Proxy>skEContainer for directives applied to proxied resources Proxy100Continue Off|On On skdEForward 100-continue expectation to the origin server ProxyAddHeaders Off|On On skdEAdd proxy information in X-Forwarded-* headers +ProxyAsyncDelay time[s]skdETime to poll synchronously before handing a connection to the +MPM for asynchronous processing +ProxyAsyncIdleTimeout time[s]skdEInactivity timeout for asynchronous proxy connections ProxyBadHeader IsError|Ignore|StartBody IsError skEDetermines how to handle bad header lines in a response ProxyBlock *|hostname|partial-hostname [hostname|partial-hostname]...skEDisallow proxy requests to certain hosts diff --git a/docs/manual/mod/quickreference.html.zh-cn.utf8 b/docs/manual/mod/quickreference.html.zh-cn.utf8 index d977e3ce20..8eff0671a9 100644 --- a/docs/manual/mod/quickreference.html.zh-cn.utf8 +++ b/docs/manual/mod/quickreference.html.zh-cn.utf8 @@ -175,240 +175,241 @@ passwords for authentication response hashes in digest authentication AuthDigestDomain URI [URI] ...dhEURIs that are in the same protection space for digest authentication -AuthDigestNcCheck On|Off Off sEEnables or disables checking of the nonce-count sent by the -server -AuthDigestNonceFormat formatdhEDetermines how the nonce is generated -AuthDigestNonceLifetime seconds 300 dhEHow long the server nonce is valid -AuthDigestProvider provider-name -[provider-name] ... file dhESets the authentication provider(s) for this location -AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhEDetermines the quality-of-protection to use in digest +AuthDigestNcCheck On|Off Off svdhEEnables or disables checking of the nonce-count sent by the +client +AuthDigestNonceLifetime seconds 300 dhEHow long the server nonce is valid +AuthDigestProvider provider-name +[provider-name] ... file dhESets the authentication provider(s) for this location +AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhEDetermines the quality-of-protection to use in digest authentication -AuthDigestShmemSize size 1000 sEThe amount of shared memory to allocate for keeping track +AuthDigestShmemSize size 1000 sEThe amount of shared memory to allocate for keeping track of clients -AuthFormAuthoritative On|Off On dhBSets whether authorization and authentication are passed to +AuthFormAuthoritative On|Off On dhBSets whether authorization and authentication are passed to lower level modules -AuthFormBody fieldname httpd_body dBThe name of a form field carrying the body of the request to attempt on successful login -AuthFormDisableNoStore On|Off Off dBDisable the CacheControl no-store header on the login page -AuthFormFakeBasicAuth On|Off Off dBFake a Basic Authentication header -AuthFormLocation fieldname httpd_location dBThe name of a form field carrying a URL to redirect to on successful login -AuthFormLoginRequiredLocation urldBThe URL of the page to be redirected to should login be required -AuthFormLoginSuccessLocation urldBThe URL of the page to be redirected to should login be successful -AuthFormLogoutLocation uridBThe URL to redirect to after a user has logged out -AuthFormMethod fieldname httpd_method dBThe name of a form field carrying the method of the request to attempt on successful login -AuthFormMimetype fieldname httpd_mimetype dBThe name of a form field carrying the mimetype of the body of the request to attempt on successful login -AuthFormPassword fieldname httpd_password dBThe name of a form field carrying the login password -AuthFormProvider provider-name -[provider-name] ... file dhBSets the authentication provider(s) for this location -AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites -AuthFormSize size 8192 dBThe largest size of the form in bytes that will be parsed for the login details -AuthFormUsername fieldname httpd_username dBThe name of a form field carrying the login username -AuthGroupFile file-pathdhBSets the name of a text file containing the list +AuthFormBody fieldname httpd_body dBThe name of a form field carrying the body of the request to attempt on successful login +AuthFormDisableNoStore On|Off Off dBDisable the CacheControl no-store header on the login page +AuthFormFakeBasicAuth On|Off Off dBFake a Basic Authentication header +AuthFormLocation fieldname httpd_location dBThe name of a form field carrying a URL to redirect to on successful login +AuthFormLoginRequiredLocation urldBThe URL of the page to be redirected to should login be required +AuthFormLoginSuccessLocation urldBThe URL of the page to be redirected to should login be successful +AuthFormLogoutLocation uridBThe URL to redirect to after a user has logged out +AuthFormMethod fieldname httpd_method dBThe name of a form field carrying the method of the request to attempt on successful login +AuthFormMimetype fieldname httpd_mimetype dBThe name of a form field carrying the mimetype of the body of the request to attempt on successful login +AuthFormPassword fieldname httpd_password dBThe name of a form field carrying the login password +AuthFormProvider provider-name +[provider-name] ... file dhBSets the authentication provider(s) for this location +AuthFormSitePassphrase secretdBBypass authentication checks for high traffic sites +AuthFormSize size 8192 dBThe largest size of the form in bytes that will be parsed for the login details +AuthFormUsername fieldname httpd_username dBThe name of a form field carrying the login username +AuthGroupFile file-pathdhBSets the name of a text file containing the list of user groups for authorization -AuthLDAPAuthorizePrefix prefix AUTHORIZE_ dhESpecifies the prefix for environment variables set during +AuthLDAPAuthorizePrefix prefix AUTHORIZE_ dhESpecifies the prefix for environment variables set during authorization -AuthLDAPBindAuthoritative off|on on dhEDetermines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials. -AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server -AuthLDAPBindPassword passworddhEPassword used in conjunction with the bind DN -AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file -AuthLDAPCompareAsUser on|off off dhEUse the authenticated user's credentials to perform authorization comparisons -AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs -AuthLDAPDereferenceAliases never|searching|finding|always always dhEWhen will the module de-reference aliases -AuthLDAPGroupAttribute attribute member uniqueMember +dhELDAP attributes used to identify the user members of +AuthLDAPBindAuthoritative off|on on dhEDetermines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials. +AuthLDAPBindDN distinguished-namedhEOptional DN to use in binding to the LDAP server +AuthLDAPBindPassword passworddhEPassword used in conjunction with the bind DN +AuthLDAPCharsetConfig file-pathsELanguage to charset conversion configuration file +AuthLDAPCompareAsUser on|off off dhEUse the authenticated user's credentials to perform authorization comparisons +AuthLDAPCompareDNOnServer on|off on dhEUse the LDAP server to compare the DNs +AuthLDAPDereferenceAliases never|searching|finding|always always dhEWhen will the module de-reference aliases +AuthLDAPGroupAttribute attribute member uniqueMember +dhELDAP attributes used to identify the user members of groups. -AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for +AuthLDAPGroupAttributeIsDN on|off on dhEUse the DN of the client username when checking for group membership -AuthLDAPInitialBindAsUser off|on off dhEDetermines if the server does the initial DN lookup using the basic authentication users' +AuthLDAPInitialBindAsUser off|on off dhEDetermines if the server does the initial DN lookup using the basic authentication users' own username, instead of anonymously or with hard-coded credentials for the server -AuthLDAPInitialBindPattern regex substitution (.*) $1 (remote use +dhESpecifies the transformation of the basic authentication username to be used when binding to the LDAP server +AuthLDAPInitialBindPattern regex substitution (.*) $1 (remote use +dhESpecifies the transformation of the basic authentication username to be used when binding to the LDAP server to perform a DN lookup -AuthLDAPMaxSubGroupDepth Number 0 dhESpecifies the maximum sub-group nesting depth that will be +AuthLDAPMaxSubGroupDepth Number 0 dhESpecifies the maximum sub-group nesting depth that will be evaluated before the user search is discontinued. -AuthLDAPRemoteUserAttribute uiddhEUse the value of the attribute returned during the user +AuthLDAPRemoteUserAttribute uiddhEUse the value of the attribute returned during the user query to set the REMOTE_USER environment variable -AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER +AuthLDAPRemoteUserIsDN on|off off dhEUse the DN of the client username to set the REMOTE_USER environment variable -AuthLDAPSearchAsUser on|off off dhEUse the authenticated user's credentials to perform authorization searches -AuthLDAPSubGroupAttribute attribute member uniqueMember +dhESpecifies the attribute labels, one value per +AuthLDAPSearchAsUser on|off off dhEUse the authenticated user's credentials to perform authorization searches +AuthLDAPSubGroupAttribute attribute member uniqueMember +dhESpecifies the attribute labels, one value per directive line, used to distinguish the members of the current group that are groups. -AuthLDAPSubGroupClass LdapObjectClass groupOfNames groupO +dhESpecifies which LDAP objectClass values identify directory +AuthLDAPSubGroupClass LdapObjectClass groupOfNames groupO +dhESpecifies which LDAP objectClass values identify directory objects that are groups during sub-group processing. -AuthLDAPURL url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters -AuthMerging Off | And | Or Off dhBControls the manner in which each configuration section's +AuthLDAPURL url [NONE|SSL|TLS|STARTTLS]dhEURL specifying the LDAP search parameters +AuthMerging Off | And | Or Off dhBControls the manner in which each configuration section's authorization logic is combined with that of preceding configuration sections. -AuthName auth-domaindhBAuthorization realm for use in HTTP +AuthName auth-domaindhBAuthorization realm for use in HTTP authentication -AuthnCacheContext directory|server|custom-string directory dBSpecify a context string for use in the cache key -AuthnCacheEnablesBEnable Authn caching configured anywhere -AuthnCacheProvideFor authn-provider [...]dhBSpecify which authn provider(s) to cache for -AuthnCacheSOCache provider-name[:provider-args]sBSelect socache backend provider to use -AuthnCacheTimeout timeout (seconds) 300 (5 minutes) dhBSet a timeout for cache entries -<AuthnProviderAlias baseProvider Alias> -... </AuthnProviderAlias>sBEnclose a group of directives that represent an +AuthnCacheContext directory|server|custom-string directory dBSpecify a context string for use in the cache key +AuthnCacheEnablesBEnable Authn caching configured anywhere +AuthnCacheProvideFor authn-provider [...]dhBSpecify which authn provider(s) to cache for +AuthnCacheSOCache provider-name[:provider-args]sBSelect socache backend provider to use +AuthnCacheTimeout timeout (seconds) 300 (5 minutes) dhBSet a timeout for cache entries +<AuthnProviderAlias baseProvider Alias> +... </AuthnProviderAlias>sBEnclose a group of directives that represent an extension of a base authentication provider and referenced by the specified alias -AuthnzFcgiCheckAuthnProvider provider-name|None -option ...dEEnables a FastCGI application to handle the check_authn +AuthnzFcgiCheckAuthnProvider provider-name|None +option ...dEEnables a FastCGI application to handle the check_authn authentication hook. -AuthnzFcgiDefineProvider type provider-name -backend-addresssEDefines a FastCGI application as a provider for +AuthnzFcgiDefineProvider type provider-name +backend-addresssEDefines a FastCGI application as a provider for authentication and/or authorization -AuthtJwtVerify [set|unset] name [value]dhBSet a claim with the given name and expression, or unset the claim with the given name -AuthtJwtDriver name [param[=value]]svBSets the name of the underlying crypto driver to +AuthtJwtVerify [set|unset] name [value]dhBSet a claim with the given name and expression, or unset the claim with the given name +AuthtJwtDriver name [param[=value]]svBSets the name of the underlying crypto driver to use -AuthtJwtSign algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to sign an outgoing +AuthtJwtSign algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to sign an outgoing JWT token -AuthtJwtVerify algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to verify an incoming +AuthtJwtVerify algorithm [type param]dhBThe JWS signing algorithm and passphrase/key to verify an incoming JWT token -<AuthtProviderAlias baseProvider Alias> -... </AuthtProviderAlias>sBEnclose a group of directives that represent an +<AuthtProviderAlias baseProvider Alias> +... </AuthtProviderAlias>sBEnclose a group of directives that represent an extension of a base token provider and referenced by the specified alias -AuthType None|Basic|Digest|FormdhBType of user authentication -AuthUserFile file-pathdhBSets the name of a text file containing the list of users and +AuthType None|Basic|Digest|FormdhBType of user authentication +AuthUserFile file-pathdhBSets the name of a text file containing the list of users and passwords for authentication -AuthzDBDLoginToReferer On|Off Off dEDetermines whether to redirect the Client to the Referring +AuthzDBDLoginToReferer On|Off Off dEDetermines whether to redirect the Client to the Referring page on successful login or logout if a Referer request header is present -AuthzDBDQuery querydESpecify the SQL Query for the required operation -AuthzDBDRedirectQuery querydESpecify a query to look up a login page for the user -AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to +AuthzDBDQuery querydESpecify the SQL Query for the required operation +AuthzDBDRedirectQuery querydESpecify a query to look up a login page for the user +AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhESets the type of database file that is used to store list of user groups -<AuthzProviderAlias baseProvider Alias Require-Parameters> +<AuthzProviderAlias baseProvider Alias Require-Parameters> ... </AuthzProviderAlias> -sBEnclose a group of directives that represent an +sBEnclose a group of directives that represent an extension of a base authorization provider and referenced by the specified alias -AuthzSendForbiddenOnFailure On|Off Off dhBSend '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if +AuthzSendForbiddenOnFailure On|Off Off dhBSend '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if authentication succeeds but authorization fails -BalancerGrowth # 5 svENumber of additional Balancers that can be added Post-configuration -BalancerInherit On|Off On svEInherit proxy Balancers/Workers defined from the main server -BalancerMember [balancerurl] url [key=value [key=value ...]]dEAdd a member to a load balancing group -BalancerPersist On|Off Off svEAttempt to persist changes made by the Balancer Manager across restarts. -BrotliAlterETag AddSuffix|NoChange|Remove AddSuffix svEHow the outgoing ETag header should be modified during compression -BrotliCompressionMaxInputBlock valuesvEMaximum input block size -BrotliCompressionQuality value 5 svECompression quality -BrotliCompressionWindow value 18 svEBrotli sliding compression window size -BrotliFilterNote [type] notenamesvEPlaces the compression ratio in a note for logging -BrowserMatch regex [!]env-variable[=value] -[[!]env-variable[=value]] ...svdhBSets environment variables conditional on HTTP User-Agent +BalancerGrowth # 5 svENumber of additional Balancers that can be added Post-configuration +BalancerInherit On|Off On svEInherit proxy Balancers/Workers defined from the main server +BalancerMember [balancerurl] url [key=value [key=value ...]]dEAdd a member to a load balancing group +BalancerPersist On|Off Off svEAttempt to persist changes made by the Balancer Manager across restarts. +BrotliAlterETag AddSuffix|NoChange|Remove AddSuffix svEHow the outgoing ETag header should be modified during compression +BrotliCompressionMaxInputBlock valuesvEMaximum input block size +BrotliCompressionQuality value 5 svECompression quality +BrotliCompressionWindow value 18 svEBrotli sliding compression window size +BrotliFilterNote [type] notenamesvEPlaces the compression ratio in a note for logging +BrowserMatch regex [!]env-variable[=value] +[[!]env-variable[=value]] ...svdhBSets environment variables conditional on HTTP User-Agent -BrowserMatchNoCase regex [!]env-variable[=value] - [[!]env-variable[=value]] ...svdhBSets environment variables conditional on User-Agent without +BrowserMatchNoCase regex [!]env-variable[=value] + [[!]env-variable[=value]] ...svdhBSets environment variables conditional on User-Agent without respect to case -BufferedLogs On|Off Off sBBuffer log entries in memory before writing to disk -BufferSize integer 131072 dhEMaximum size in bytes to buffer by the buffer filter -CacheDefaultExpire seconds 3600 (one hour) svdhEThe default duration to cache a document when no expiry date is specified. -CacheDetailHeader on|off off svdhEAdd an X-Cache-Detail header to the response. -CacheDirLength length 2 svEThe number of characters in subdirectory names -CacheDirLevels levels 2 svEThe number of levels of subdirectories in the +BufferedLogs On|Off Off sBBuffer log entries in memory before writing to disk +BufferSize integer 131072 dhEMaximum size in bytes to buffer by the buffer filter +CacheDefaultExpire seconds 3600 (one hour) svdhEThe default duration to cache a document when no expiry date is specified. +CacheDetailHeader on|off off svdhEAdd an X-Cache-Detail header to the response. +CacheDirLength length 2 svEThe number of characters in subdirectory names +CacheDirLevels levels 2 svEThe number of levels of subdirectories in the cache. -CacheDisable url-string | onsvdhEDisable caching of specified URLs -CacheEnable cache_type [url-string]svdEEnable caching of specified URLs using a specified storage +CacheDisable url-string | onsvdhEDisable caching of specified URLs +CacheEnable cache_type [url-string]svdEEnable caching of specified URLs using a specified storage manager -CacheFile file-path [file-path] ...sXCache a list of file handles at startup time -CacheHeader on|off off svdhEAdd an X-Cache header to the response. -CacheIgnoreCacheControl On|Off Off svEIgnore request to not serve cached content to client -CacheIgnoreHeaders header-string [header-string] ... None svEDo not store the given HTTP header(s) in the cache. +CacheFile file-path [file-path] ...sXCache a list of file handles at startup time +CacheHeader on|off off svdhEAdd an X-Cache header to the response. +CacheIgnoreCacheControl On|Off Off svEIgnore request to not serve cached content to client +CacheIgnoreHeaders header-string [header-string] ... None svEDo not store the given HTTP header(s) in the cache. -CacheIgnoreNoLastMod On|Off Off svdhEIgnore the fact that a response has no Last Modified +CacheIgnoreNoLastMod On|Off Off svdhEIgnore the fact that a response has no Last Modified header. -CacheIgnoreQueryString On|Off Off svEIgnore query string when caching -CacheIgnoreURLSessionIdentifiers identifier [identifier] ... None svEIgnore defined session identifiers encoded in the URL when caching +CacheIgnoreQueryString On|Off Off svEIgnore query string when caching +CacheIgnoreURLSessionIdentifiers identifier [identifier] ... None svEIgnore defined session identifiers encoded in the URL when caching -CacheKeyBaseURL URLsvEOverride the base URL of reverse proxied cache keys. -CacheLastModifiedFactor float 0.1 svdhEThe factor used to compute an expiry date based on the +CacheKeyBaseURL URLsvEOverride the base URL of reverse proxied cache keys. +CacheLastModifiedFactor float 0.1 svdhEThe factor used to compute an expiry date based on the LastModified date. -CacheLock on|off off svEEnable the thundering herd lock. -CacheLockMaxAge integer 5 svESet the maximum possible age of a cache lock. -CacheLockPath directory mod_cache-lock svESet the lock path directory. -CacheMaxExpire seconds 86400 (one day) svdhEThe maximum time in seconds to cache a document -CacheMaxFileSize bytes 1000000 svdhEThe maximum size (in bytes) of a document to be placed in the +CacheLock on|off off svEEnable the thundering herd lock. +CacheLockMaxAge integer 5 svESet the maximum possible age of a cache lock. +CacheLockPath directory mod_cache-lock svESet the lock path directory. +CacheMaxExpire seconds 86400 (one day) svdhEThe maximum time in seconds to cache a document +CacheMaxFileSize bytes 1000000 svdhEThe maximum size (in bytes) of a document to be placed in the cache -CacheMinExpire seconds 0 svdhEThe minimum time in seconds to cache a document -CacheMinFileSize bytes 1 svdhEThe minimum size (in bytes) of a document to be placed in the +CacheMinExpire seconds 0 svdhEThe minimum time in seconds to cache a document +CacheMinFileSize bytes 1 svdhEThe minimum size (in bytes) of a document to be placed in the cache -CacheNegotiatedDocs On|Off Off svBAllows content-negotiated documents to be +CacheNegotiatedDocs On|Off Off svBAllows content-negotiated documents to be cached by proxy servers -CacheQuickHandler on|off on svERun the cache from the quick handler. -CacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached +CacheQuickHandler on|off on svERun the cache from the quick handler. +CacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream -CacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading +CacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream -CacheRoot directorysvEThe directory root under which cache files are +CacheRoot directorysvEThe directory root under which cache files are stored -CacheSocache type[:args]svEThe shared object cache implementation to use -CacheSocacheMaxSize bytes 102400 svdhEThe maximum size (in bytes) of an entry to be placed in the +CacheSocache type[:args]svEThe shared object cache implementation to use +CacheSocacheMaxSize bytes 102400 svdhEThe maximum size (in bytes) of an entry to be placed in the cache -CacheSocacheMaxTime seconds 86400 svdhEThe maximum time (in seconds) for a document to be placed in the +CacheSocacheMaxTime seconds 86400 svdhEThe maximum time (in seconds) for a document to be placed in the cache -CacheSocacheMinTime seconds 600 svdhEThe minimum time (in seconds) for a document to be placed in the +CacheSocacheMinTime seconds 600 svdhEThe minimum time (in seconds) for a document to be placed in the cache -CacheSocacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached +CacheSocacheReadSize bytes 0 svdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream -CacheSocacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading +CacheSocacheReadTime milliseconds 0 svdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream -CacheStaleOnError on|off on svdhEServe stale content in place of 5xx responses. -CacheStoreExpired On|Off Off svdhEAttempt to cache responses that the server reports as expired -CacheStoreNoStore On|Off Off svdhEAttempt to cache requests or responses that have been marked as no-store. -CacheStorePrivate On|Off Off svdhEAttempt to cache responses that the server has marked as private -CGIDScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the +CacheStaleOnError on|off on svdhEServe stale content in place of 5xx responses. +CacheStoreExpired On|Off Off svdhEAttempt to cache responses that the server reports as expired +CacheStoreNoStore On|Off Off svdhEAttempt to cache requests or responses that have been marked as no-store. +CacheStorePrivate On|Off Off svdhEAttempt to cache responses that the server has marked as private +CGIDScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the CGI program -CGIMapExtension cgi-path .extensiondhCTechnique for locating the interpreter for CGI +CGIMapExtension cgi-path .extensiondhCTechnique for locating the interpreter for CGI scripts -CGIPassAuth On|Off Off dhCEnables passing HTTP authorization headers to scripts as CGI +CGIPassAuth On|Off Off dhCEnables passing HTTP authorization headers to scripts as CGI variables -CGIScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the +CGIScriptTimeout time[s|ms]svdhBThe length of time to wait for more output from the CGI program -CGIVar variable ruledhCControls how some CGI variables are set -CharsetDefault charsetsvdhECharset to translate into -CharsetOptions option [option] ... ImplicitAdd svdhEConfigures charset translation behavior -CharsetSourceEnc charsetsvdhESource charset of files -CheckBasenameMatch on|off On svdhEAlso match files with differing file name extensions. -CheckCaseOnly on|off Off svdhELimits the action of the speling module to case corrections -CheckSpelling on|off Off svdhEEnables the spelling +CGIVar variable ruledhCControls how some CGI variables are set +CharsetDefault charsetsvdhECharset to translate into +CharsetOptions option [option] ... ImplicitAdd svdhEConfigures charset translation behavior +CharsetSourceEnc charsetsvdhESource charset of files +CheckBasenameMatch on|off On svdhEAlso match files with differing file name extensions. +CheckCaseOnly on|off Off svdhELimits the action of the speling module to case corrections +CheckSpelling on|off Off svdhEEnables the spelling module -ChrootDir /path/to/directorysBDirectory for apache to run chroot(8) after startup. -CookieDomain domainsvdhEThe domain to which the tracking cookie applies -CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie -CookieHTTPOnly on|off off svdhEAdds the 'HTTPOnly' attribute to the cookie -CookieName token Apache svdhEName of the tracking cookie -CookieSameSite None|Lax|StrictsvdhEAdds the 'SameSite' attribute to the cookie -CookieSecure on|off off svdhEAdds the 'Secure' attribute to the cookie -CookieStyle - Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field -CookieTracking on|off off svdhEEnables tracking cookie -CoreDumpDirectory directorysMDirectory where Apache HTTP Server attempts to +ChrootDir /path/to/directorysBDirectory for apache to run chroot(8) after startup. +CookieDomain domainsvdhEThe domain to which the tracking cookie applies +CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie +CookieHTTPOnly on|off off svdhEAdds the 'HTTPOnly' attribute to the cookie +CookieName token Apache svdhEName of the tracking cookie +CookieSameSite None|Lax|StrictsvdhEAdds the 'SameSite' attribute to the cookie +CookieSecure on|off off svdhEAdds the 'Secure' attribute to the cookie +CookieStyle + Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field +CookieTracking on|off off svdhEEnables tracking cookie +CoreDumpDirectory directorysMDirectory where Apache HTTP Server attempts to switch before dumping core -CryptoCipher name aes256 svdhECipher to be used by the crypto filter -CryptoDriver name openssl sEName of the crypto driver to use -CryptoIV value none svdhEIV (Initialization Vector) to be used by the crypto filter -CryptoKey value none svdhEKey to be used by the crypto filter -CryptoSize integer 131072 svdhEMaximum size in bytes to buffer by the crypto filter -CTAuditStorage directorysEExisting directory where data for off-line audit will be stored -CTLogClient executablesELocation of certificate-transparency log client tool -CTLogConfigDB filenamesELog configuration database supporting dynamic updates -CTMaxSCTAge num-secondssEMaximum age of SCT obtained from a log, before it will be +CryptoCipher name aes256 svdhECipher to be used by the crypto filter +CryptoDriver name openssl sEName of the crypto driver to use +CryptoIV value none svdhEIV (Initialization Vector) to be used by the crypto filter +CryptoKey value none svdhEKey to be used by the crypto filter +CryptoSize integer 131072 svdhEMaximum size in bytes to buffer by the crypto filter +CTAuditStorage directorysEExisting directory where data for off-line audit will be stored +CTLogClient executablesELocation of certificate-transparency log client tool +CTLogConfigDB filenamesELog configuration database supporting dynamic updates +CTMaxSCTAge num-secondssEMaximum age of SCT obtained from a log, before it will be refreshed -CTProxyAwareness oblivious|aware|requiresvELevel of CT awareness and enforcement for a proxy +CTProxyAwareness oblivious|aware|requiresvELevel of CT awareness and enforcement for a proxy -CTSCTStorage directorysEExisting directory where SCTs are managed -CTServerHelloSCTLimit limitsELimit on number of SCTs that can be returned in +CTSCTStorage directorysEExisting directory where SCTs are managed +CTServerHelloSCTLimit limitsELimit on number of SCTs that can be returned in ServerHello -CTStaticLogConfig log-id|- public-key-file|- +CTStaticLogConfig log-id|- public-key-file|- 1|0|- min-timestamp|- max-timestamp|- -log-URL|-sEStatic configuration of information about a log -CTStaticSCTs certificate-pem-file sct-directorysEStatic configuration of one or more SCTs for a server certificate +log-URL|-sEStatic configuration of information about a log +CTStaticSCTs certificate-pem-file sct-directorysEStatic configuration of one or more SCTs for a server certificate -CustomLog file|pipe|provider +CustomLog file|pipe|provider format|nickname [env=[!]environment-variable| -expr=expression]svBSets filename and format of log file -Dav On|Off|provider-name Off dEEnable WebDAV HTTP methods -DavBasePath root-pathdEConfigure repository root path -DavDepthInfinity on|off off svdEAllow PROPFIND, Depth: Infinity requests +expr=expression]svBSets filename and format of log file +Dav On|Off|provider-name Off dEEnable WebDAV HTTP methods +DavBasePath root-pathdEConfigure repository root path +DavDepthInfinity on|off off svdEAllow PROPFIND, Depth: Infinity requests +DavHonorMtimeHeader on|off off dEAllow clients to set resource modification times via the +X-OC-Mtime request header DavLockDB file-path DEFAULT_REL_STATEDI +svELocation of the DAV lock database DavLockDBType dbm-type default svEDatabase type of the DAV lock database DavLockDiscovery on|off on svdhEEnable lock discovery @@ -884,6 +885,9 @@ malicious privileges-aware code. <Proxy wildcard-url> ...</Proxy>svEContainer for directives applied to proxied resources Proxy100Continue Off|On On svdEForward 100-continue expectation to the origin server ProxyAddHeaders Off|On On svdEAdd proxy information in X-Forwarded-* headers +ProxyAsyncDelay time[s]svdETime to poll synchronously before handing a connection to the +MPM for asynchronous processing +ProxyAsyncIdleTimeout time[s]svdEInactivity timeout for asynchronous proxy connections ProxyBadHeader IsError|Ignore|StartBody IsError svEDetermines how to handle bad header lines in a response ProxyBlock *|hostname|partial-hostname [hostname|partial-hostname]...svEDisallow proxy requests to certain hosts diff --git a/docs/manual/new_features_2_0.html b/docs/manual/new_features_2_0.html index b4c4d1d298..7154db51f8 100644 --- a/docs/manual/new_features_2_0.html +++ b/docs/manual/new_features_2_0.html @@ -20,7 +20,7 @@ URI: new_features_2_0.html.ko.euc-kr Content-Language: ko Content-type: text/html; charset=EUC-KR -URI: new_features_2_0.html.pt-br +URI: new_features_2_0.html.pt-br.utf8 Content-Language: pt-br Content-type: text/html; charset=UTF-8 diff --git a/docs/manual/new_features_2_0.html.pt-br.utf8 b/docs/manual/new_features_2_0.html.pt-br.utf8 index b2e63b2775..294a9f1eac 100644 --- a/docs/manual/new_features_2_0.html.pt-br.utf8 +++ b/docs/manual/new_features_2_0.html.pt-br.utf8 @@ -42,7 +42,7 @@

    Veja também

    top
    -

    Principais Melhorias

    +

    Principais Melhorias

    @@ -138,7 +138,7 @@
    top
    -

    Melhorias nos Módulos

    +

    Melhorias nos Módulos

    diff --git a/docs/manual/new_features_2_2.html b/docs/manual/new_features_2_2.html index 6326bbc7ec..e4fc575a5e 100644 --- a/docs/manual/new_features_2_2.html +++ b/docs/manual/new_features_2_2.html @@ -16,7 +16,7 @@ URI: new_features_2_2.html.ko.euc-kr Content-Language: ko Content-type: text/html; charset=EUC-KR -URI: new_features_2_2.html.pt-br +URI: new_features_2_2.html.pt-br.utf8 Content-Language: pt-br Content-type: text/html; charset=UTF-8 diff --git a/docs/manual/new_features_2_2.html.pt-br.utf8 b/docs/manual/new_features_2_2.html.pt-br.utf8 index 67728e3d4c..21058d70bf 100644 --- a/docs/manual/new_features_2_2.html.pt-br.utf8 +++ b/docs/manual/new_features_2_2.html.pt-br.utf8 @@ -45,7 +45,7 @@
    top
    -

    Melhorias do Núcleo

    +

    Melhorias do Núcleo

    @@ -122,7 +122,7 @@
    top
    -

    Melhorias nos Módulos

    +

    Melhorias nos Módulos

    Authn/Authz
    @@ -172,7 +172,7 @@
    top
    -

    Melhorias na Aplicação

    +

    Melhorias na Aplicação

    httpd
    @@ -188,7 +188,7 @@
    top
    -

    Alterações para Desenvolvedor de Módulos

    +

    Alterações para Desenvolvedor de Módulos

    API APR 1.0
    diff --git a/docs/manual/new_features_2_4.html b/docs/manual/new_features_2_4.html index 09557e0ed1..bc0356b6a0 100644 --- a/docs/manual/new_features_2_4.html +++ b/docs/manual/new_features_2_4.html @@ -12,7 +12,7 @@ URI: new_features_2_4.html.fr.utf8 Content-Language: fr Content-type: text/html; charset=UTF-8 -URI: new_features_2_4.html.pt-br +URI: new_features_2_4.html.pt-br.utf8 Content-Language: pt-br Content-type: text/html; charset=UTF-8 diff --git a/docs/manual/new_features_2_4.html.pt-br.utf8 b/docs/manual/new_features_2_4.html.pt-br.utf8 index 233c1b3252..d6390ee4f2 100644 --- a/docs/manual/new_features_2_4.html.pt-br.utf8 +++ b/docs/manual/new_features_2_4.html.pt-br.utf8 @@ -46,7 +46,7 @@
    top
    -

    Melhorias no Núcleo

    +

    Melhorias no Núcleo

    MPMs carregáveis no momento da execução
    @@ -112,7 +112,7 @@
    top
    -

    Novos Módulos

    +

    Novos Módulos

    mod_proxy_fcgi
    @@ -223,7 +223,7 @@
    top
    -

    Melhorias em Módulos

    +

    Melhorias em Módulos

    mod_ssl
    @@ -343,7 +343,7 @@
    top
    -

    Melhorias em Programas

    +

    Melhorias em Programas

    fcgistarter
    @@ -370,7 +370,7 @@
    top
    -

    Documentação

    +

    Documentação

    mod_rewrite
    @@ -397,7 +397,7 @@
    top
    -

    Mudanças no Desenvolvedor de Módulos

    +

    Mudanças no Desenvolvedor de Módulos

    Adicionado o Gancho de Verificação de Configuração
    diff --git a/docs/manual/rewrite/htaccess.html.en.utf8 b/docs/manual/rewrite/htaccess.html.en.utf8 index 42b78f98ff..27cae4dad4 100644 --- a/docs/manual/rewrite/htaccess.html.en.utf8 +++ b/docs/manual/rewrite/htaccess.html.en.utf8 @@ -320,6 +320,23 @@ unsupported and should never be necessary. Relative substitutions, in particular, are likely to break in these contexts.

    +

    These containers silently change rewrite +behavior

    +

    Placing a RewriteRule +inside a <Directory>, +<If>, or +<Location> block +— even inside a +<VirtualHost> in the +main server config — silently switches to +per-directory context behavior. +This means the leading slash is stripped from the URL before pattern +matching, substitutions trigger an internal redirect (with loop risk), +and the [L] flag no longer +truly stops processing — use +[END] instead.

    +
    +
    top

    Rule inheritance with RewriteOptions

    diff --git a/docs/manual/rewrite/htaccess.xml.de b/docs/manual/rewrite/htaccess.xml.de index 87ecb50949..cc92862c39 100644 --- a/docs/manual/rewrite/htaccess.xml.de +++ b/docs/manual/rewrite/htaccess.xml.de @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/rewrite/htaccess.xml.ja b/docs/manual/rewrite/htaccess.xml.ja index 5fb42f708b..2b19c963e4 100644 --- a/docs/manual/rewrite/htaccess.xml.ja +++ b/docs/manual/rewrite/htaccess.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + diff --git a/docs/manual/rewrite/intro.xml.ja b/docs/manual/rewrite/intro.xml.ja index 724bcc1fb2..530052400d 100644 --- a/docs/manual/rewrite/intro.xml.ja +++ b/docs/manual/rewrite/intro.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + diff --git a/docs/manual/rewrite/remapping.xml.ja b/docs/manual/rewrite/remapping.xml.ja index 113dd7a615..99815c69a2 100644 --- a/docs/manual/rewrite/remapping.xml.ja +++ b/docs/manual/rewrite/remapping.xml.ja @@ -1,7 +1,7 @@ - + + + + +Atualizando da versão 2.2 para 2.4 - Servidor HTTP Apache Versão 2.5 + + + + + + + +
    <-
    +

    Atualizando da versão 2.2 para 2.4

    + +
    +

    Línguas Disponíveis:  en  | + fr  | + pt-br 

    +
    + +

    Para auxiliar os usuários na atualização, mantemos um documento + que descreve informações essenciais para usuários existentes do Servidor HTTP + Apache. Estas notas são breves e você poderá encontrar + mais informações no documento Novas Funcionalidades ou no + arquivo src/CHANGES. Desenvolvedores de aplicações e módulos + podem encontrar um resumo das alterações da API na Visão geral de atualizações da API.

    + +

    Este documento descreve alterações no comportamento do servidor que podem + exigir que você altere sua configuração ou a forma como usa o servidor + para continuar usando a versão 2.4 da mesma forma que usa a versão 2.2. + Para aproveitar os novos recursos da versão 2.4, consulte o documento sobre Novas + Funcionalidades.

    + +

    Este documento descreve apenas as alterações da versão 2.2 para a 2.4. Se você + estiver atualizando da versão 2.0, também deverá consultar o Documento de Atualização + da versão 2.0 para 2.2.

    + +
    + +
    top
    +
    +

    Alterações na Configuração no Momento da Compilação

    + + +

    O processo de compilação é muito semelhante ao usado na + versão 2.2. Sua antiga linha de comando configure + (encontrada em build/config.nice no diretório do servidor + instalado) pode ser usada na maioria dos casos. Há algumas alterações nas + configurações padrão. Alguns detalhes das alterações:

    + +
      +
    • Estes módulos foram removidos: mod_authn_default, + mod_authz_default, mod_mem_cache. Se você estava usando + mod_mem_cache na versão 2.2, consulte mod_cache_disk + na versão 2.4.
    • + +
    • Todas as implementações de balanceamento de carga foram movidas para + submódulos individuais e independentes do mod_proxy, por exemplo: + mod_lbmethod_bybusyness. Você pode precisar + compilar e carregar qualquer um desses que sua configuração + utiliza.
    • + +
    • O suporte à plataforma foi removido para BeOS, TPF e + até mesmo plataformas mais antigas, como A/UX, Next e Tandem. Acredita-se + que estas já não estivessem funcionando corretamente.
    • + +
    • configure: módulos dinâmicos (DSO) são compilados por padrão.
    • + +
    • configure: por padrão, apenas um conjunto básico de módulos é carregado. As + outras diretivas LoadModule estão comentadas + no arquivo de configuração.
    • + +
    • configure: o conjunto de módulos "most" ("maioria") é compilado por padrão
    • + +
    • configure: o conjunto de módutos "reallyall" ("realmente todos") adiciona os módulos de desenvolvedor + ao conjunto "all" ("todos")
    • +
    + +
    top
    +
    +

    Alterações na Configuração no Momento da Execução

    + +

    Houve mudanças significativas na configuração de autorização e outras + pequenas alterações de configuração que podem exigir alterações em seus arquivos + de configuração da versão 2.2 antes de usá-los na versão 2.4.

    + +

    Autorização

    + + +

    Qualquer arquivo de configuração que utilize autorização provavelmente + precisará de alterações.

    + +

    Você deve revisar a seção Como Fazer: Autenticação, + Autorização e Controle de Acesso, especialmente a parte + Além da simples autorização + que explica os novos mecanismos para controlar a ordem + em que as diretivas de autorização são aplicadas.

    + +

    As diretivas que controlam como os módulos de autorização respondem quando + não correspondem ao usuário autenticado foram removidas: Isso inclui + AuthzLDAPAuthoritative, AuthzDBDAuthoritative, AuthzDBMAuthoritative, + AuthzGroupFileAuthoritative, AuthzUserAuthoritative, + e AuthzOwnerAuthoritative. Essas diretivas foram substituídas pelas + diretivas mais expressivas RequireAny, + RequireNone e + RequireAll.

    + +

    Se você usa mod_authz_dbm, você deve migrar sua + configuração para usar Require dbm-group ... em vez de + Require group ....

    + +

    Controle de acesso

    + + +

    Na versão 2.2, o controle de acesso baseado no nome do host do cliente, no endereço IP, + e em outras características das solicitações do cliente era feito usando as + diretivas Order, Allow, Deny e Satisfy.

    + +

    Na versão 2.4, esse controle de acesso é feito da mesma forma que outras + verificações de autorização, usando o novo módulo + mod_authz_host. Os antigos padrões de controle de acesso + devem ser substituídos pelos novos mecanismos de autenticação, + embora, para compatibilidade com configurações antigas, o novo + módulo mod_access_compat seja fornecido.

    + +

    Misturando diretivas antigas com novas

    +

    Misturar diretivas antigas como Order, Allow ou Deny com novas como + Require é possível tecnicamente porém + não é recomendado. mod_access_compat foi criado para suportar + configurações que contêm somente diretivas antigas para facilitar a migração para a versão 2.4. + Favor verificar os exemplos abaixo para ter uma ideia melhor sobre os problemas que podem surgir. +

    +
    + +

    Aqui estão alguns exemplos de maneiras antigas e novas de fazer o mesmo + controle de acesso.

    + +

    Neste exemplo, não há autenticação e todas as solicitações são negadas.

    +

    Configuração na versão 2.2:

    Order deny,allow
    +Deny from all
    +
    +

    Configuração na versão 2.4:

    Require all denied
    +
    + +

    Neste exemplo, não há autenticação e todas as solicitações são permitidas.

    +

    Configuração na versão 2.2:

    Order allow,deny
    +Allow from all
    +
    +

    Configuração na versão 2.4:

    Require all granted
    +
    + +

    No exemplo a seguir, não há autenticação e todos os hosts no domínio example.org + têm acesso permitido; todos os outros têm acesso negado.

    + +

    Configuração na versão 2.2:

    Order Deny,Allow
    +Deny from all
    +Allow from example.org
    +
    +

    Configuração na versão 2.4:

    Require host example.org
    +
    + +

    No exemplo a seguir, misturar diretivas antigas e novas leva a + resultados inesperados.

    + +

    Misturando diretivas antigas e novas: NÃO FUNCIONA COMO ESPERADO

    DocumentRoot "/var/www/html"
    +
    +<Directory "/">
    +    AllowOverride None
    +    Order deny,allow
    +    Deny from all
    +</Directory>
    +
    +<Location "/server-status">
    +    SetHandler server-status
    +    Require local
    +</Location>
    +
    +access.log - GET /server-status 403 127.0.0.1
    +error.log - AH01797: client denied by server configuration: /var/www/html/server-status
    +
    +

    Por que o httpd nega acesso a server-status mesmo quando a configuração parece permitir? + Porque as diretivas mod_access_compat tem precedência + sobre as mod_authz_host neste cenário de + mesclagem de configurações.

    + +

    Este exemplo, por outro lado, funciona como esperado:

    + +

    Misturando diretivas antigas e novas: FUNCIONA COMO ESPERADO

    DocumentRoot "/var/www/html"
    +
    +<Directory "/">
    +    AllowOverride None
    +    Require all denied
    +</Directory>
    +
    +<Location "/server-status">
    +    SetHandler server-status
    +    Order deny,allow
    +    Deny from all
    +    Allow From 127.0.0.1
    +</Location>
    +
    +access.log - GET /server-status 200 127.0.0.1
    +
    +

    Portanto, mesmo se a mistura de configurações ainda seja + possível, tente evitar na atualizaçao: mantenha diretivas antigas e somente + migre para as novas em um estágio posterior ou migre tudo de uma vez. +

    + + +

    Em muitas configurações com autenticação, onde o valor de + Satisfy tinha o padrão de ALL, trechos + que simplesmente desligavam o controle de acesso baseado em host são omitidos:

    + +

    Configuração na versão 2.2:

    # configuração na versão 2.2 que desliga o controle de acesso baseado em host e usa somente autenticação
    +Order Deny,Allow
    +Allow from all
    +AuthType Basic
    +AuthBasicProvider file
    +AuthUserFile /example.com/conf/users.passwd
    +AuthName secure
    +Require valid-user
    +
    +

    Configuração na versão 2.4:

    # Não é necessário substituir o controle de acesso baseado em host
    +AuthType Basic
    +AuthBasicProvider file
    +AuthUserFile /example.com/conf/users.passwd
    +AuthName secure
    +Require valid-user
    +
    + +

    Em configurações onde a autenticação e o controle de acesso eram adequadamente combinados, as + diretivas de controle de acesso devem ser migradas. Este exemplo permite que as solicitações atendam a ambos os critérios:

    +

    Configuração na versão 2.2:

    Order allow,deny
    +Deny from all
    +# Satisfy ALL is the default
    +Satisfy ALL
    +Allow from 127.0.0.1
    +AuthType Basic
    +AuthBasicProvider file
    +AuthUserFile /example.com/conf/users.passwd
    +AuthName secure
    +Require valid-user
    +
    +

    Configuração na versão 2.4:

    AuthType Basic
    +AuthBasicProvider file
    +AuthUserFile /example.com/conf/users.passwd
    +AuthName secure
    +<RequireAll>
    +  Require valid-user
    +  Require ip 127.0.0.1
    +</RequireAll>
    +
    + +

    Em configurações onde a autenticação e o controle de acesso eram adequadamente combinados, as + diretivas de controle de acesso devem ser migradas. Este exemplo permite que as solicitações atendam a qualquer um dos critérios:

    +

    Configuração na versão 2.2:

    Order allow,deny
    +Deny from all
    +Satisfy any
    +Allow from 127.0.0.1
    +AuthType Basic
    +AuthBasicProvider file
    +AuthUserFile /example.com/conf/users.passwd
    +AuthName secure
    +Require valid-user
    +
    +

    Configuração na versão 2.4:

    AuthType Basic
    +AuthBasicProvider file
    +AuthUserFile /example.com/conf/users.passwd
    +AuthName secure
    +# <RequireAny> (implícito)
    +Require valid-user
    +Require ip 127.0.0.1
    +
    + + + +

    Outras mudanças na configuração

    + + +

    Alguns outros pequenos ajustes podem ser necessários para configurações + em particular como discutido abaixo.

    + +
      +
    • MaxRequestsPerChild foi renomeada para + MaxConnectionsPerChild, + descrevendo com maior precisão o que ela faz. O nome antigo ainda + é suportado.
    • + +
    • MaxClients foi renomeada para + MaxRequestWorkers, + que descreve melhor o que ela faz. Para MPMs assíncronos, como + event, o número máximo de clientes não é + equivalente ao número de threads. O nome antigo ainda + é suportado.
    • + +
    • A diretiva DefaultType + não tem mais nenhum efeito além de emitir um + alerta se for usada com algum valor diferente de + none. É necessário usar outras configurações + para substituí-la na versão 2.4. +
    • + +
    • O padrão para AllowOverride + agora é None.
    • + +
    • O padrão para EnableSendfile + agora é Off.
    • + +
    • O padrão para FileETag + agora é "MTime Size" (sem INode).
    • + +
    • mod_dav_fs: O formato do arquivo de DavLockDB foi alterado para + sistemas com inodes. o arquivos antigo de DavLockDB precisa ser apagado na + atualização. +
    • + +
    • KeepAlive somente + aceita valores de On ou Off. + Anteriormente, qualquer valor diferente de "Off" ou "0" era tratado como + "On".
    • + +
    • As diretivas AcceptMutex, LockFile, RewriteLock, SSLMutex, + SSLStaplingMutex e WatchdogMutexPath foram substituídas + por uma única diretiva Mutex. + É necessário avaliar o uso dessas diretivas + removidas na configuração 2.2 para determinar se elas podem + ser apenas removidas ou se precisam ser substituídas usando Mutex.
    • + +
    • mod_cache: CacheIgnoreURLSessionIdentifiers + agora faz uma correspondência exata com a string de consulta em vez de + um correspondência parcial. Se a configuração estava usando strings + parciais, por exemplo, usando sessionid para corresponder a + /someapplication/image.gif;jsessionid=123456789, + então será necessário alterar para a string completa + jsessionid. +
    • + +
    • mod_cache: O segundo parâmetro para + CacheEnable somente + corresponde ao conteúdo do proxy direto se ele começar com o protocolo + correto. Na versão 2.2 e anteriores, um parâmetro de '/' correspondia a todo o + conteúdo.
    • + +
    • mod_ldap: LDAPTrustedClientCert agora é, + consistentemente, uma configuração apenas por diretório. Se esta diretiva + for usada, revise a configuração para garantir que ela está + presente em todos os contextos de diretório necessários.
    • + +
    • mod_filter: a sintaxe de FilterProvider foi alterada e + agora usa uma expressão booleana para determinar se um filtro está aplicado. +
    • + +
    • mod_include: +
        +
      • O elemento #if expr agora usa o novo analisador de expressões. A sintaxe antiga pode ser + restaurada com a nova diretiva SSILegacyExprParser. +
      • +
      • Uma diretiva de configuração SSI* em escopo de diretório não faz mais + com que todas as outras diretivas SSI* por diretório sejam redefinidas para seus + valores padrão.
      • +
      +
    • + +
    • mod_charset_lite: A opção DebugLevel + foi removida em favor da configuração LogLevel por módulo. +
    • + +
    • mod_ext_filter: A opção DebugLevel + foi removida em favor da configuração LogLevel por módulo. +
    • + +
    • mod_proxy_scgi: A configuração padrão para + PATH_INFO foi alterada em relação à versão 2.2 e + algumas aplicações web não irão mais operar adequadamente com a + nova configuração de PATH_INFO. A configuração anterior + pode ser restaurada através da configuração da variável + proxy-scgi-pathinfo.
    • + +
    • mod_ssl: A verificação de revogação baseada em CRL + agora precisa ser configurada explicitamente através de SSLCARevocationCheck. +
    • + +
    • mod_substitute: O comprimento máximo de linha agora + é limitado a 1MB. +
    • + +
    • mod_reqtimeout: Se o módulo for carregado, ele + agora definirá alguns limites de tempo padrões.
    • + +
    • mod_dumpio: DumpIOLogLevel + não é mais suportado. Os dados são sempre registrados com LogLevel no nível trace7.
    • + +
    • Em plataformas Unix, comandos de registro encadeados configurados com + ErrorLog ou + CustomLog eram chamados usando + /bin/sh -c na versão 2.2 e anteriores. Na versão 2.4 e posteriores, + comandos de registro encadeados são executados diretamente. Para restaurar o + comportamento antigo, consulte a documentação sobre + registros encadeados.
    • + +
    + +
    top
    +
    +

    Alterações Miscelâneas

    + + +
      +
    • mod_autoindex: agora extrai títulos e + exibe descrições para arquivos .xhtml, que antes eram + ignorados.
    • + +
    • mod_ssl: O formato padrão das variáveis ​​*_DN + foi alterado. O formato antigo ainda pode ser usado com o novo argumento + LegacyDNStringFormat da diretiva SSLOptions. O protocolo SSLv2 + não é mais suportado. SSLProxyCheckPeerCN + e SSLProxyCheckPeerExpire + agora são ativadas por padrão, fazendo com que as solicitações de proxy para hosts HTTPS + com certificados inválidos ou desatualizados falhem com código de status 502 (Bad + gateway)
    • + +
    • htpasswd agora usa hash MD5 por padrão em + todas as plataformas.
    • + +
    • A diretiva NameVirtualHost + não tem mais efeito, além de emitir um + alerta. Qualquer combinação de endereço/porta que apareça em vários + hosts virtuais é implicitamente tratada como um host virtual baseado em nome. +
    • + +
    • mod_deflate agora irá ignorar a compressão se souber + que a sobrecarga de tamanho adicionada pela compressão será maior que os dados + a serem comprimidos. +
    • + +
    • Documentos de erro multilíngues da versão 2.2.x podem não funcionar a menos que + sejam ajustados à nova sintaxe do elemento #if expr= do módulo mod_include + ou que a diretiva SSILegacyExprParser esteja + habilitada para o diretório que contém os documentos de erro. +
    • + +
    • A funcionalidade fornecida por mod_authn_alias + em versões anteriores (ou seja, a diretiva AuthnProviderAlias) + foi movida para mod_authn_core. +
    • + +
    • mod_cgid usa a diretiva Timeout do servidor para limitar o tempo de espera pela saída CGI. + Esse tempo limite pode ser alterado com + CGIDScriptTimeout. +
    • + +
    • A etiqueta <set> do módulo mod_include não + realiza mais a decodificação de entidades no valor que está sendo definido.
    • +
    + +
    top
    +
    +

    Módulos de Terceiros

    + +

    Todos os módulos devem ser recompilados para a versão 2.4 antes de serem carregados.

    + +

    Muitos módulos de terceiros projetados para a versão 2.2 + funcionarão sem alterações com a versão 2.4 do Apache HTTP Server. + Alguns exigirão alterações; consulte a Visão geral da + atualização da API.

    +
    top
    +
    +

    Problemas comuns ao atualizar

    + +
    • Erros na inicialização: +
        +
      • Invalid command 'User', perhaps misspelled or defined by a module not included in the server configuration - carregue o módulo mod_unixd
      • +
      • Invalid command 'Require', perhaps misspelled or defined by a module not included in the server configuration, ou +Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration + - carregue o módulo mod_access_compat ou atualize a configuração para as diretivas de autorização da versão 2.4.
      • +
      • Ignoring deprecated use of DefaultType in line NN of /path/to/httpd.conf - remova a diretiva DefaultType + e substitua por outra configuração.
      • +
      • Invalid command 'AddOutputFilterByType', perhaps misspelled + or defined by a module not included in the server configuration + - AddOutputFilterByType + foi movida do núcleo para o módulo mod_filter, que precisa ser carregado.
      • +
    • +
    • Erros ao servir requisições: +
        +
      • configuration error: couldn't check user: /path - + carregue o módulo mod_authn_core.
      • +
      • arquivos .htaccess são estão sendo processados - Verifique uma + diretiva AllowOverride apropriada; + o padrão mudou para None na versão 2.4.
      • +
      +
    • +
    +
    +
    +

    Línguas Disponíveis:  en  | + fr  | + pt-br 

    +
    + \ No newline at end of file diff --git a/docs/manual/upgrading.xml.meta b/docs/manual/upgrading.xml.meta index 1d2a68a225..27acb5f6ec 100644 --- a/docs/manual/upgrading.xml.meta +++ b/docs/manual/upgrading.xml.meta @@ -9,5 +9,6 @@ en fr + pt-br