From: Rich Bowen Date: Mon, 29 Jan 2024 18:06:15 +0000 (+0000) Subject: Rebuilds a number of pending doc changes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=874b8354d779d09e329611871ac7557a2a966dce;p=thirdparty%2Fapache%2Fhttpd.git Rebuilds a number of pending doc changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915460 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/caching.html.fr.utf8 b/docs/manual/caching.html.fr.utf8 index 7b997cb6af8..fad80996730 100644 --- a/docs/manual/caching.html.fr.utf8 +++ b/docs/manual/caching.html.fr.utf8 @@ -33,7 +33,7 @@ mod_file_cache et du programme htcacheclean. Il décrit l'utilisation des fonctionnalités de mise en cache du serveur HTTP Apache - pour accélérer les services web et proxy, tout en évitant les problèmes + pour accélérer les services web et mandataire, tout en évitant les problèmes courants et les erreurs de configuration.

Même pour ce petit fichier, il y a une grande différence entre les - temps nécessaires pour lire le fichier. Ceci est du au fait que le + temps nécessaires pour lire le fichier. Cela est dû au fait que le noyau a mis en cache le contenu du fichier en mémoire.

-

Du fait de toujours pouvoir disposer de mémoire système, vous pouvez - être assuré qu'il y aura de plus en plus de contenus de fichiers stockés - dans ce cache. Ceci peut s'avérer une méthode de mise en cache en mémoire - très efficace, et ne nécessite aucune configuration supplémentaire +

En s'assurant de toujours pouvoir disposer de mémoire système, vous + pouvez être assuré qu'il y aura de plus en plus de contenus de fichiers + stockés dans ce cache. Cela peut s'avérer une méthode de mise en cache en + mémoire très efficace, et ne nécessite aucune configuration supplémentaire de httpd.

-

De plus, comme le système d'exploitation sait si des fichiers - ont été +

De plus, comme le système d'exploitation sait si des fichiers ont été supprimés ou modifiés, il peut effacer automatiquement des contenus de - fichiers du cache lorsque cela s'avère nécessaire. Ceci constitue un gros - avantage par rapport à la mise en cache en mémoire - de httpd qui n'a - aucune possibilité de savoir si un fichier a été modifié.

+ fichiers du cache lorsque cela s'avère nécessaire. Cela constitue un gros + avantage par rapport à la mise en cache en mémoire de httpd qui n'a aucune + possibilité de savoir si un fichier a été modifié.

En dépit des performances et des avantages de la mise en cache @@ -821,11 +819,10 @@ sys 0m0.000s

La directive MMapFile fournie par le module mod_file_cache vous permet de - demander à httpd de charger un contenu de fichier statique en mémoire - lors de son démarrage (à l'aide de l'appel - système mmap). httpd - utilisera le contenu chargé en mémoire pour satisfaire ultérieurement - toutes les demandes d'accès à ce fichier.

+ demander à httpd de charger un contenu de fichier statique en mémoire lors + de son démarrage (à l'aide de l'appel système mmap). httpd utilisera le + contenu chargé en mémoire pour satisfaire ultérieurement toutes les + demandes d'accès à ce fichier.

MMapFile /usr/local/apache2/htdocs/index.html
@@ -877,7 +874,7 @@ sys 0m0.000s CacheDisable, ou le module mod_expires. Livré à lui-même, mod_cache - pratiquement comme un mandataire inverse - - mettrait en cache le contenu lors de son service, et le servirait ensuite + mettrait en cache le contenu lors de sa mise à disposition, et le servirait ensuite à tout client, vers n'importe quelle adresse IP.

Lorsque la directive CacheQuickHandler est définie à @@ -889,7 +886,7 @@ sys 0m0.000s

Piratages locaux

-

Etant donné que les requêtes des utilisateurs finaux peuvent être +

Etant donné que les réponses vers les utilisateurs finaux peuvent être servies depuis le cache, ce dernier est une cible potentielle pour ceux qui veulent défigurer un contenu ou interférer avec lui. Il est important de garder à l'esprit que l'utilisateur sous lequel tourne @@ -906,14 +903,13 @@ sys 0m0.000s modifier une entité dans le cache en utilisant le module mod_cache_disk.

-

Cela représente un risque relativement élévé par rapport aux autres +

Cela représente un risque relativement élevé par rapport aux autres types d'attaques qu'il est possible de mener sous l'utilisateur apache. - Si vous utilisez mod_cache_disk, vous devez garder ceci - à l'esprit : effectuez toujours les mises à jour de - httpdquand des - correctifs de sécurité sont annoncés et exécutez les processus CGI sous - un utilisateur autre qu'apache en utilisant - suEXEC dans la mesure du possible.

+ Si vous utilisez mod_cache_disk, vous devez garder ceci à + l'esprit : effectuez toujours les mises à jour de httpd quand des + correctifs de sécurité sont annoncés et exécutez les processus CGI sous un + utilisateur autre qu'apache en utilisant suEXEC + dans la mesure du possible.

@@ -925,7 +921,7 @@ sys 0m0.000s cache" (Cache poisoning). L'empoisonnement du cache est un terme général pour désigner les attaques au cours desquelles l'attaquant fait en sorte que le serveur mandataire renvoie à un contenu incorrect (et souvent - indésirable) suite à en provenance du serveur d'arrière-plan. + indésirable) en provenance du serveur d'origine.

Par exemple, si les serveur DNS qu'utilise votre système où tourne @@ -937,9 +933,9 @@ sys 0m0.000s

Ce document n'est pas le bon endroit pour une discussion approfondie à propos de la Dissimulation de requêtes HTTP (utilisez plutôt votre - moteur de recherche favori); il est cependant important de savoir qu'il + moteur de recherche favori) ; il est cependant important de savoir qu'il est possible d'élaborer une série de requêtes, et d'exploiter une - vulnérabilité d'un serveur web d'origine de telle façon que l'attaquant + vulnérabilité d'un serveur web d'origine de façon que l'attaquant puisse contrôler entièrement le contenu renvoyé par le mandataire.

diff --git a/docs/manual/env.html.en.utf8 b/docs/manual/env.html.en.utf8 index 578de9f18c0..80dbb500eea 100644 --- a/docs/manual/env.html.en.utf8 +++ b/docs/manual/env.html.en.utf8 @@ -492,7 +492,7 @@ SetEnvIf Referer "^$" local_referal

For more information about this technique, see the - "Keeping Your Images from Adorning Other Sites" + "Keeping Your Images from Adorning Other Sites" tutorial on ServerWatch.

diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index 4a52563bfee..44138b64ef5 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -1454,7 +1454,7 @@ to the network Beschreibung:Threshold above which pending data are flushed to the network Syntax:FlushMaxThreshold number-of-bytes -Voreinstellung:FlushMaxThreshold 65536 +Voreinstellung:FlushMaxThreshold 65535 Kontext:Serverkonfiguration, Virtual Host Status:Core Modul:core diff --git a/docs/manual/mod/core.html.en.utf8 b/docs/manual/mod/core.html.en.utf8 index 4cf0a9d8b0c..d8cbcc94693 100644 --- a/docs/manual/mod/core.html.en.utf8 +++ b/docs/manual/mod/core.html.en.utf8 @@ -1952,7 +1952,7 @@ to the network Description:Threshold above which pending data are flushed to the network Syntax:FlushMaxThreshold number-of-bytes -Default:FlushMaxThreshold 65536 +Default:FlushMaxThreshold 65535 Context:server config, virtual host Status:Core Module:core diff --git a/docs/manual/mod/core.html.ja.utf8 b/docs/manual/mod/core.html.ja.utf8 index 13f74ef8b2b..ea0b3721d20 100644 --- a/docs/manual/mod/core.html.ja.utf8 +++ b/docs/manual/mod/core.html.ja.utf8 @@ -1405,7 +1405,7 @@ to the network 説明:Threshold above which pending data are flushed to the network 構文:FlushMaxThreshold number-of-bytes -デフォルト:FlushMaxThreshold 65536 +デフォルト:FlushMaxThreshold 65535 コンテキスト:サーバ設定ファイル, バーチャルホスト ステータス:Core モジュール:core diff --git a/docs/manual/mod/core.html.tr.utf8 b/docs/manual/mod/core.html.tr.utf8 index 17919bf3999..412b4dd84cc 100644 --- a/docs/manual/mod/core.html.tr.utf8 +++ b/docs/manual/mod/core.html.tr.utf8 @@ -1854,7 +1854,7 @@ to the network Açıklama:Threshold above which pending data are flushed to the network Sözdizimi:FlushMaxThreshold number-of-bytes -Öntanımlı:FlushMaxThreshold 65536 +Öntanımlı:FlushMaxThreshold 65535 Bağlam:sunucu geneli, sanal konak Durum:Çekirdek Modül:core diff --git a/docs/manual/mod/directives.html.de b/docs/manual/mod/directives.html.de index 02cdcac5b92..697e7b26f4f 100644 --- a/docs/manual/mod/directives.html.de +++ b/docs/manual/mod/directives.html.de @@ -72,6 +72,7 @@
  • AddType
  • Alias
  • AliasMatch
  • +
  • AliasPreservePath
  • Allow
  • AllowCONNECT
  • AllowEncodedSlashes
  • @@ -90,6 +91,9 @@
  • AuthBasicFake
  • AuthBasicProvider
  • AuthBasicUseDigestAlgorithm
  • +
  • AuthBearerAuthoritative
  • +
  • AuthBearerProvider
  • +
  • AuthBearerProxy
  • AuthDBDUserPWQuery
  • AuthDBDUserRealmQuery
  • AuthDBMGroupFile
  • @@ -148,6 +152,11 @@
  • <AuthnProviderAlias>
  • AuthnzFcgiCheckAuthnProvider
  • AuthnzFcgiDefineProvider
  • +
  • AuthtJwtClaim
  • +
  • AuthtJwtDriver
  • +
  • AuthtJwtSign
  • +
  • AuthtJwtVerify
  • +
  • <AuthtProviderAlias>
  • AuthType
  • AuthUserFile
  • AuthzDBDLoginToReferer
  • @@ -243,11 +252,15 @@
  • CTStaticSCTs
  • CustomLog
  • Dav
  • +
  • DavBasePath
  • DavDepthInfinity
  • DavGenericLockDB
  • DavLockDB
  • +
  • DavLockDBType
  • DavLockDiscovery
  • DavMinTimeout
  • +
  • DavMSext
  • +
  • DavQuota
  • DBDExptime
  • DBDInitSQL
  • DBDKeep
  • @@ -325,7 +338,9 @@
  • Group
  • H2CopyFiles
  • H2Direct
  • +
  • H2EarlyHint
  • H2EarlyHints
  • +
  • H2MaxDataFrameLen
  • H2MaxSessionStreams
  • H2MaxWorkerIdleSeconds
  • H2MaxWorkers
  • @@ -333,6 +348,7 @@
  • H2ModernTLSOnly
  • H2OutputBuffering
  • H2Padding
  • +
  • H2ProxyRequests
  • H2Push
  • H2PushDiarySize
  • H2PushPriority
  • @@ -343,6 +359,7 @@
  • H2TLSCoolDownSecs
  • H2TLSWarmUpSize
  • H2Upgrade
  • +
  • H2WebSockets
  • H2WindowSize
  • Header
  • HeaderName
  • @@ -470,10 +487,12 @@
  • MDCertificateProtocol
  • MDCertificateStatus
  • MDChallengeDns01
  • +
  • MDChallengeDns01Version
  • MDContactEmail
  • MDDriveMode
  • MDExternalAccountBinding
  • MDHttpProxy
  • +
  • MDMatchNames
  • MDMember
  • MDMembers
  • MDMessageCmd
  • diff --git a/docs/manual/mod/directives.html.en.utf8 b/docs/manual/mod/directives.html.en.utf8 index 04022ee4163..ef78f18ab40 100644 --- a/docs/manual/mod/directives.html.en.utf8 +++ b/docs/manual/mod/directives.html.en.utf8 @@ -73,6 +73,7 @@
  • AddType
  • Alias
  • AliasMatch
  • +
  • AliasPreservePath
  • Allow
  • AllowCONNECT
  • AllowEncodedSlashes
  • @@ -252,9 +253,11 @@
  • CTStaticSCTs
  • CustomLog
  • Dav
  • +
  • DavBasePath
  • DavDepthInfinity
  • DavGenericLockDB
  • DavLockDB
  • +
  • DavLockDBType
  • DavLockDiscovery
  • DavMinTimeout
  • DavMSext
  • @@ -336,6 +339,7 @@
  • Group
  • H2CopyFiles
  • H2Direct
  • +
  • H2EarlyHint
  • H2EarlyHints
  • H2MaxDataFrameLen
  • H2MaxSessionStreams
  • @@ -345,6 +349,7 @@
  • H2ModernTLSOnly
  • H2OutputBuffering
  • H2Padding
  • +
  • H2ProxyRequests
  • H2Push
  • H2PushDiarySize
  • H2PushPriority
  • @@ -355,6 +360,7 @@
  • H2TLSCoolDownSecs
  • H2TLSWarmUpSize
  • H2Upgrade
  • +
  • H2WebSockets
  • H2WindowSize
  • Header
  • HeaderName
  • @@ -482,10 +488,12 @@
  • MDCertificateProtocol
  • MDCertificateStatus
  • MDChallengeDns01
  • +
  • MDChallengeDns01Version
  • MDContactEmail
  • MDDriveMode
  • MDExternalAccountBinding
  • MDHttpProxy
  • +
  • MDMatchNames
  • MDMember
  • MDMembers
  • MDMessageCmd
  • diff --git a/docs/manual/mod/directives.html.es.utf8 b/docs/manual/mod/directives.html.es.utf8 index a1aa7089a4c..6155497073b 100644 --- a/docs/manual/mod/directives.html.es.utf8 +++ b/docs/manual/mod/directives.html.es.utf8 @@ -75,6 +75,7 @@
  • AddType
  • Alias
  • AliasMatch
  • +
  • AliasPreservePath
  • Allow
  • AllowCONNECT
  • AllowEncodedSlashes
  • @@ -93,6 +94,9 @@
  • AuthBasicFake
  • AuthBasicProvider
  • AuthBasicUseDigestAlgorithm
  • +
  • AuthBearerAuthoritative
  • +
  • AuthBearerProvider
  • +
  • AuthBearerProxy
  • AuthDBDUserPWQuery
  • AuthDBDUserRealmQuery
  • AuthDBMGroupFile
  • @@ -151,6 +155,11 @@
  • <AuthnProviderAlias>
  • AuthnzFcgiCheckAuthnProvider
  • AuthnzFcgiDefineProvider
  • +
  • AuthtJwtClaim
  • +
  • AuthtJwtDriver
  • +
  • AuthtJwtSign
  • +
  • AuthtJwtVerify
  • +
  • <AuthtProviderAlias>
  • AuthType
  • AuthUserFile
  • AuthzDBDLoginToReferer
  • @@ -246,11 +255,15 @@
  • CTStaticSCTs
  • CustomLog
  • Dav
  • +
  • DavBasePath
  • DavDepthInfinity
  • DavGenericLockDB
  • DavLockDB
  • +
  • DavLockDBType
  • DavLockDiscovery
  • DavMinTimeout
  • +
  • DavMSext
  • +
  • DavQuota
  • DBDExptime
  • DBDInitSQL
  • DBDKeep
  • @@ -328,7 +341,9 @@
  • Group
  • H2CopyFiles
  • H2Direct
  • +
  • H2EarlyHint
  • H2EarlyHints
  • +
  • H2MaxDataFrameLen
  • H2MaxSessionStreams
  • H2MaxWorkerIdleSeconds
  • H2MaxWorkers
  • @@ -336,6 +351,7 @@
  • H2ModernTLSOnly
  • H2OutputBuffering
  • H2Padding
  • +
  • H2ProxyRequests
  • H2Push
  • H2PushDiarySize
  • H2PushPriority
  • @@ -346,6 +362,7 @@
  • H2TLSCoolDownSecs
  • H2TLSWarmUpSize
  • H2Upgrade
  • +
  • H2WebSockets
  • H2WindowSize
  • Header
  • HeaderName
  • @@ -473,10 +490,12 @@
  • MDCertificateProtocol
  • MDCertificateStatus
  • MDChallengeDns01
  • +
  • MDChallengeDns01Version
  • MDContactEmail
  • MDDriveMode
  • MDExternalAccountBinding
  • MDHttpProxy
  • +
  • MDMatchNames
  • MDMember
  • MDMembers
  • MDMessageCmd
  • diff --git a/docs/manual/mod/directives.html.ja.utf8 b/docs/manual/mod/directives.html.ja.utf8 index 606d36f5136..cf3497695a4 100644 --- a/docs/manual/mod/directives.html.ja.utf8 +++ b/docs/manual/mod/directives.html.ja.utf8 @@ -70,6 +70,7 @@
  • AddType
  • Alias
  • AliasMatch
  • +
  • AliasPreservePath
  • Allow
  • AllowCONNECT
  • AllowEncodedSlashes
  • @@ -88,6 +89,9 @@
  • AuthBasicFake
  • AuthBasicProvider
  • AuthBasicUseDigestAlgorithm
  • +
  • AuthBearerAuthoritative
  • +
  • AuthBearerProvider
  • +
  • AuthBearerProxy
  • AuthDBDUserPWQuery
  • AuthDBDUserRealmQuery
  • AuthDBMGroupFile
  • @@ -146,6 +150,11 @@
  • <AuthnProviderAlias>
  • AuthnzFcgiCheckAuthnProvider
  • AuthnzFcgiDefineProvider
  • +
  • AuthtJwtClaim
  • +
  • AuthtJwtDriver
  • +
  • AuthtJwtSign
  • +
  • AuthtJwtVerify
  • +
  • <AuthtProviderAlias>
  • AuthType
  • AuthUserFile
  • AuthzDBDLoginToReferer
  • @@ -241,11 +250,15 @@
  • CTStaticSCTs
  • CustomLog
  • Dav
  • +
  • DavBasePath
  • DavDepthInfinity
  • DavGenericLockDB
  • DavLockDB
  • +
  • DavLockDBType
  • DavLockDiscovery
  • DavMinTimeout
  • +
  • DavMSext
  • +
  • DavQuota
  • DBDExptime
  • DBDInitSQL
  • DBDKeep
  • @@ -323,7 +336,9 @@
  • Group
  • H2CopyFiles
  • H2Direct
  • +
  • H2EarlyHint
  • H2EarlyHints
  • +
  • H2MaxDataFrameLen
  • H2MaxSessionStreams
  • H2MaxWorkerIdleSeconds
  • H2MaxWorkers
  • @@ -331,6 +346,7 @@
  • H2ModernTLSOnly
  • H2OutputBuffering
  • H2Padding
  • +
  • H2ProxyRequests
  • H2Push
  • H2PushDiarySize
  • H2PushPriority
  • @@ -341,6 +357,7 @@
  • H2TLSCoolDownSecs
  • H2TLSWarmUpSize
  • H2Upgrade
  • +
  • H2WebSockets
  • H2WindowSize
  • Header
  • HeaderName
  • @@ -468,10 +485,12 @@
  • MDCertificateProtocol
  • MDCertificateStatus
  • MDChallengeDns01
  • +
  • MDChallengeDns01Version
  • MDContactEmail
  • MDDriveMode
  • MDExternalAccountBinding
  • MDHttpProxy
  • +
  • MDMatchNames
  • MDMember
  • MDMembers
  • MDMessageCmd
  • diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr index 62432590120..e9206746dc6 100644 --- a/docs/manual/mod/directives.html.ko.euc-kr +++ b/docs/manual/mod/directives.html.ko.euc-kr @@ -70,6 +70,7 @@
  • AddType
  • Alias
  • AliasMatch
  • +
  • AliasPreservePath
  • Allow
  • AllowCONNECT
  • AllowEncodedSlashes
  • @@ -88,6 +89,9 @@
  • AuthBasicFake
  • AuthBasicProvider
  • AuthBasicUseDigestAlgorithm
  • +
  • AuthBearerAuthoritative
  • +
  • AuthBearerProvider
  • +
  • AuthBearerProxy
  • AuthDBDUserPWQuery
  • AuthDBDUserRealmQuery
  • AuthDBMGroupFile
  • @@ -146,6 +150,11 @@
  • <AuthnProviderAlias>
  • AuthnzFcgiCheckAuthnProvider
  • AuthnzFcgiDefineProvider
  • +
  • AuthtJwtClaim
  • +
  • AuthtJwtDriver
  • +
  • AuthtJwtSign
  • +
  • AuthtJwtVerify
  • +
  • <AuthtProviderAlias>
  • AuthType
  • AuthUserFile
  • AuthzDBDLoginToReferer
  • @@ -241,11 +250,15 @@
  • CTStaticSCTs
  • CustomLog
  • Dav
  • +
  • DavBasePath
  • DavDepthInfinity
  • DavGenericLockDB
  • DavLockDB
  • +
  • DavLockDBType
  • DavLockDiscovery
  • DavMinTimeout
  • +
  • DavMSext
  • +
  • DavQuota
  • DBDExptime
  • DBDInitSQL
  • DBDKeep
  • @@ -323,7 +336,9 @@
  • Group
  • H2CopyFiles
  • H2Direct
  • +
  • H2EarlyHint
  • H2EarlyHints
  • +
  • H2MaxDataFrameLen
  • H2MaxSessionStreams
  • H2MaxWorkerIdleSeconds
  • H2MaxWorkers
  • @@ -331,6 +346,7 @@
  • H2ModernTLSOnly
  • H2OutputBuffering
  • H2Padding
  • +
  • H2ProxyRequests
  • H2Push
  • H2PushDiarySize
  • H2PushPriority
  • @@ -341,6 +357,7 @@
  • H2TLSCoolDownSecs
  • H2TLSWarmUpSize
  • H2Upgrade
  • +
  • H2WebSockets
  • H2WindowSize
  • Header
  • HeaderName
  • @@ -468,10 +485,12 @@
  • MDCertificateProtocol
  • MDCertificateStatus
  • MDChallengeDns01
  • +
  • MDChallengeDns01Version
  • MDContactEmail
  • MDDriveMode
  • MDExternalAccountBinding
  • MDHttpProxy
  • +
  • MDMatchNames
  • MDMember
  • MDMembers
  • MDMessageCmd
  • diff --git a/docs/manual/mod/directives.html.tr.utf8 b/docs/manual/mod/directives.html.tr.utf8 index 170ff458c58..b227bdc4fbb 100644 --- a/docs/manual/mod/directives.html.tr.utf8 +++ b/docs/manual/mod/directives.html.tr.utf8 @@ -69,6 +69,7 @@
  • AddType
  • Alias
  • AliasMatch
  • +
  • AliasPreservePath
  • Allow
  • AllowCONNECT
  • AllowEncodedSlashes
  • @@ -87,6 +88,9 @@
  • AuthBasicFake
  • AuthBasicProvider
  • AuthBasicUseDigestAlgorithm
  • +
  • AuthBearerAuthoritative
  • +
  • AuthBearerProvider
  • +
  • AuthBearerProxy
  • AuthDBDUserPWQuery
  • AuthDBDUserRealmQuery
  • AuthDBMGroupFile
  • @@ -145,6 +149,11 @@
  • <AuthnProviderAlias>
  • AuthnzFcgiCheckAuthnProvider
  • AuthnzFcgiDefineProvider
  • +
  • AuthtJwtClaim
  • +
  • AuthtJwtDriver
  • +
  • AuthtJwtSign
  • +
  • AuthtJwtVerify
  • +
  • <AuthtProviderAlias>
  • AuthType
  • AuthUserFile
  • AuthzDBDLoginToReferer
  • @@ -240,11 +249,15 @@
  • CTStaticSCTs
  • CustomLog
  • Dav
  • +
  • DavBasePath
  • DavDepthInfinity
  • DavGenericLockDB
  • DavLockDB
  • +
  • DavLockDBType
  • DavLockDiscovery
  • DavMinTimeout
  • +
  • DavMSext
  • +
  • DavQuota
  • DBDExptime
  • DBDInitSQL
  • DBDKeep
  • @@ -322,7 +335,9 @@
  • Group
  • H2CopyFiles
  • H2Direct
  • +
  • H2EarlyHint
  • H2EarlyHints
  • +
  • H2MaxDataFrameLen
  • H2MaxSessionStreams
  • H2MaxWorkerIdleSeconds
  • H2MaxWorkers
  • @@ -330,6 +345,7 @@
  • H2ModernTLSOnly
  • H2OutputBuffering
  • H2Padding
  • +
  • H2ProxyRequests
  • H2Push
  • H2PushDiarySize
  • H2PushPriority
  • @@ -340,6 +356,7 @@
  • H2TLSCoolDownSecs
  • H2TLSWarmUpSize
  • H2Upgrade
  • +
  • H2WebSockets
  • H2WindowSize
  • Header
  • HeaderName
  • @@ -467,10 +484,12 @@
  • MDCertificateProtocol
  • MDCertificateStatus
  • MDChallengeDns01
  • +
  • MDChallengeDns01Version
  • MDContactEmail
  • MDDriveMode
  • MDExternalAccountBinding
  • MDHttpProxy
  • +
  • MDMatchNames
  • MDMember
  • MDMembers
  • MDMessageCmd
  • diff --git a/docs/manual/mod/directives.html.zh-cn.utf8 b/docs/manual/mod/directives.html.zh-cn.utf8 index 77d2c511c08..ea44ff97665 100644 --- a/docs/manual/mod/directives.html.zh-cn.utf8 +++ b/docs/manual/mod/directives.html.zh-cn.utf8 @@ -68,6 +68,7 @@
  • AddType
  • Alias
  • AliasMatch
  • +
  • AliasPreservePath
  • Allow
  • AllowCONNECT
  • AllowEncodedSlashes
  • @@ -86,6 +87,9 @@
  • AuthBasicFake
  • AuthBasicProvider
  • AuthBasicUseDigestAlgorithm
  • +
  • AuthBearerAuthoritative
  • +
  • AuthBearerProvider
  • +
  • AuthBearerProxy
  • AuthDBDUserPWQuery
  • AuthDBDUserRealmQuery
  • AuthDBMGroupFile
  • @@ -144,6 +148,11 @@
  • <AuthnProviderAlias>
  • AuthnzFcgiCheckAuthnProvider
  • AuthnzFcgiDefineProvider
  • +
  • AuthtJwtClaim
  • +
  • AuthtJwtDriver
  • +
  • AuthtJwtSign
  • +
  • AuthtJwtVerify
  • +
  • <AuthtProviderAlias>
  • AuthType
  • AuthUserFile
  • AuthzDBDLoginToReferer
  • @@ -239,11 +248,15 @@
  • CTStaticSCTs
  • CustomLog
  • Dav
  • +
  • DavBasePath
  • DavDepthInfinity
  • DavGenericLockDB
  • DavLockDB
  • +
  • DavLockDBType
  • DavLockDiscovery
  • DavMinTimeout
  • +
  • DavMSext
  • +
  • DavQuota
  • DBDExptime
  • DBDInitSQL
  • DBDKeep
  • @@ -321,7 +334,9 @@
  • Group
  • H2CopyFiles
  • H2Direct
  • +
  • H2EarlyHint
  • H2EarlyHints
  • +
  • H2MaxDataFrameLen
  • H2MaxSessionStreams
  • H2MaxWorkerIdleSeconds
  • H2MaxWorkers
  • @@ -329,6 +344,7 @@
  • H2ModernTLSOnly
  • H2OutputBuffering
  • H2Padding
  • +
  • H2ProxyRequests
  • H2Push
  • H2PushDiarySize
  • H2PushPriority
  • @@ -339,6 +355,7 @@
  • H2TLSCoolDownSecs
  • H2TLSWarmUpSize
  • H2Upgrade
  • +
  • H2WebSockets
  • H2WindowSize
  • Header
  • HeaderName
  • @@ -466,10 +483,12 @@
  • MDCertificateProtocol
  • MDCertificateStatus
  • MDChallengeDns01
  • +
  • MDChallengeDns01Version
  • MDContactEmail
  • MDDriveMode
  • MDExternalAccountBinding
  • MDHttpProxy
  • +
  • MDMatchNames
  • MDMember
  • MDMembers
  • MDMessageCmd
  • diff --git a/docs/manual/mod/index.html.de b/docs/manual/mod/index.html.de index 69055e080f1..c732b7b92c9 100644 --- a/docs/manual/mod/index.html.de +++ b/docs/manual/mod/index.html.de @@ -84,6 +84,7 @@ address)
    mod_asis
    Sends files that contain their own HTTP headers
    mod_auth_basic
    Basic HTTP authentication
    +
    mod_auth_bearer
    Bearer HTTP authentication
    mod_auth_digest
    User authentication using MD5 Digest Authentication
    mod_auth_form
    Form authentication
    @@ -99,6 +100,8 @@ the load on backends httpd authentication and authorization
    mod_authnz_ldap
    Allows an LDAP directory to be used to store the database for HTTP Basic authentication.
    +
    mod_autht_core
    Core Token Handling
    +
    mod_autht_jwt
    Token authentication using JWT tokens
    mod_authz_core
    Core Authorization
    mod_authz_dbd
    Group Authorization and Login using SQL
    mod_authz_dbm
    Group authorization using DBM files
    diff --git a/docs/manual/mod/index.html.es.utf8 b/docs/manual/mod/index.html.es.utf8 index a951a23aac6..ba7bc11ff79 100644 --- a/docs/manual/mod/index.html.es.utf8 +++ b/docs/manual/mod/index.html.es.utf8 @@ -81,6 +81,7 @@ activo
    mod_asis
    Envía ficheros que contienen sus propias cabeceras HTTP
    mod_auth_basic
    Autenticación HTTP Básica
    +
    mod_auth_bearer
    Bearer HTTP authentication
    mod_auth_digest
    User authentication using MD5 Digest Authentication
    mod_auth_form
    Form authentication
    @@ -96,6 +97,8 @@ the load on backends httpd authentication and authorization
    mod_authnz_ldap
    Allows an LDAP directory to be used to store the database for HTTP Basic authentication.
    +
    mod_autht_core
    Core Token Handling
    +
    mod_autht_jwt
    Token authentication using JWT tokens
    mod_authz_core
    Core Authorization
    mod_authz_dbd
    Group Authorization and Login using SQL
    mod_authz_dbm
    Group authorization using DBM files
    diff --git a/docs/manual/mod/index.html.ja.utf8 b/docs/manual/mod/index.html.ja.utf8 index eadf564f032..786422301f1 100644 --- a/docs/manual/mod/index.html.ja.utf8 +++ b/docs/manual/mod/index.html.ja.utf8 @@ -78,6 +78,7 @@ CGI スクリプトを実行する機能を提供
    mod_allowmethods
    Easily restrict what HTTP methods can be used on the server
    mod_asis
    自分用の HTTP ヘッダの書かれているファイルを送信する
    mod_auth_basic
    基本認証
    +
    mod_auth_bearer
    Bearer HTTP authentication
    mod_auth_digest
    User authentication using MD5 Digest Authentication
    mod_auth_form
    Form authentication
    @@ -93,6 +94,8 @@ the load on backends httpd authentication and authorization
    mod_authnz_ldap
    Allows an LDAP directory to be used to store the database for HTTP Basic authentication.
    +
    mod_autht_core
    Core Token Handling
    +
    mod_autht_jwt
    Token authentication using JWT tokens
    mod_authz_core
    Core Authorization
    mod_authz_dbd
    Group Authorization and Login using SQL
    mod_authz_dbm
    Group authorization using DBM files
    diff --git a/docs/manual/mod/index.html.ko.euc-kr b/docs/manual/mod/index.html.ko.euc-kr index 51745fb8b94..b512481efb5 100644 --- a/docs/manual/mod/index.html.ko.euc-kr +++ b/docs/manual/mod/index.html.ko.euc-kr @@ -78,6 +78,7 @@ address)
    mod_allowmethods
    Easily restrict what HTTP methods can be used on the server
    mod_asis
    HTTP Çì´õ¸¦ Æ÷ÇÔÇÑ ÆÄÀÏÀ» º¸³½´Ù
    mod_auth_basic
    Basic authentication
    +
    mod_auth_bearer
    Bearer HTTP authentication
    mod_auth_digest
    MD5 Digest AuthenticationÀ» »ç¿ëÇÑ »ç¿ëÀÚÀÎÁõ.
    mod_auth_form
    Form authentication
    mod_authn_anon
    ÀÎÁõ¿µ¿ª¿¡ "À͸í(anonymous)" »ç¿ëÀÚÀÇ Á¢±ÙÀ» @@ -92,6 +93,8 @@ the load on backends
    httpd authentication and authorization
    mod_authnz_ldap
    Allows an LDAP directory to be used to store the database for HTTP Basic authentication.
    +
    mod_autht_core
    Core Token Handling
    +
    mod_autht_jwt
    Token authentication using JWT tokens
    mod_authz_core
    Core Authorization
    mod_authz_dbd
    Group Authorization and Login using SQL
    mod_authz_dbm
    DBM ÆÄÀÏÀ» »ç¿ëÇÑ ±×·ì ÀÎÁõ
    diff --git a/docs/manual/mod/index.html.tr.utf8 b/docs/manual/mod/index.html.tr.utf8 index c3be3796b81..c070fda1a01 100644 --- a/docs/manual/mod/index.html.tr.utf8 +++ b/docs/manual/mod/index.html.tr.utf8 @@ -76,6 +76,7 @@ eşlenmesini sağlar ve URL yönlendirmesi yapar.
    mod_asis
    Sends files that contain their own HTTP headers
    mod_auth_basic
    Basic HTTP authentication
    +
    mod_auth_bearer
    Bearer HTTP authentication
    mod_auth_digest
    User authentication using MD5 Digest Authentication
    mod_auth_form
    Form authentication
    @@ -91,6 +92,8 @@ the load on backends httpd authentication and authorization
    mod_authnz_ldap
    Allows an LDAP directory to be used to store the database for HTTP Basic authentication.
    +
    mod_autht_core
    Core Token Handling
    +
    mod_autht_jwt
    Token authentication using JWT tokens
    mod_authz_core
    Core Authorization
    mod_authz_dbd
    Group Authorization and Login using SQL
    mod_authz_dbm
    Group authorization using DBM files
    diff --git a/docs/manual/mod/index.html.zh-cn.utf8 b/docs/manual/mod/index.html.zh-cn.utf8 index 5e5a2a1bfba..1c42697a450 100644 --- a/docs/manual/mod/index.html.zh-cn.utf8 +++ b/docs/manual/mod/index.html.zh-cn.utf8 @@ -75,6 +75,7 @@ address)
    mod_asis
    Sends files that contain their own HTTP headers
    mod_auth_basic
    Basic HTTP authentication
    +
    mod_auth_bearer
    Bearer HTTP authentication
    mod_auth_digest
    User authentication using MD5 Digest Authentication
    mod_auth_form
    Form authentication
    @@ -90,6 +91,8 @@ the load on backends httpd authentication and authorization
    mod_authnz_ldap
    Allows an LDAP directory to be used to store the database for HTTP Basic authentication.
    +
    mod_autht_core
    Core Token Handling
    +
    mod_autht_jwt
    Token authentication using JWT tokens
    mod_authz_core
    Core Authorization
    mod_authz_dbd
    Group Authorization and Login using SQL
    mod_authz_dbm
    Group authorization using DBM files
    diff --git a/docs/manual/mod/mod_alias.html.en.utf8 b/docs/manual/mod/mod_alias.html.en.utf8 index 3137575449f..9d9594eb3d9 100644 --- a/docs/manual/mod/mod_alias.html.en.utf8 +++ b/docs/manual/mod/mod_alias.html.en.utf8 @@ -76,6 +76,7 @@