From: Lucien Gentis Date: Sat, 20 Jan 2018 13:48:49 +0000 (+0000) Subject: Rebuild. X-Git-Tag: 2.4.30~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c15e261afc49f3a8db13515aa0d838017f7a901c;p=apache Rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1821742 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/index.xml.meta b/docs/manual/index.xml.meta index b1118d585f..4a81cf2763 100644 --- a/docs/manual/index.xml.meta +++ b/docs/manual/index.xml.meta @@ -15,7 +15,7 @@ ja ko pt-br - tr + tr zh-cn diff --git a/docs/manual/mod/directives.html.fr b/docs/manual/mod/directives.html.fr index db41a15124..f6ef824463 100644 --- a/docs/manual/mod/directives.html.fr +++ b/docs/manual/mod/directives.html.fr @@ -413,6 +413,24 @@
  • MaxSpareServers
  • MaxSpareThreads
  • MaxThreads
  • +
  • MDBaseServer
  • +
  • MDCAChallenges
  • +
  • MDCertificateAgreement
  • +
  • MDCertificateAuthority
  • +
  • MDCertificateProtocol
  • +
  • MDDriveMode
  • +
  • MDHttpProxy
  • +
  • MDMember
  • +
  • MDMembers
  • +
  • MDMustStaple
  • +
  • MDNotifyCmd
  • +
  • MDomain
  • +
  • <MDomainSet>
  • +
  • MDPortMap
  • +
  • MDPrivateKeys
  • +
  • MDRenewWindow
  • +
  • MDRequireHttps
  • +
  • MDStoreDir
  • MemcacheConnTTL
  • MergeTrailers
  • MetaDir
  • diff --git a/docs/manual/mod/index.html.fr b/docs/manual/mod/index.html.fr index 012d4d06ae..1a3fd3b9a9 100644 --- a/docs/manual/mod/index.html.fr +++ b/docs/manual/mod/index.html.fr @@ -200,6 +200,9 @@ chaque requ traitement des requêtes httpd
    mod_macro
    Ce module permet d'utiliser des macros dans les fichiers de configuration Apache.
    +
    mod_md
    Managing domains across virtual hosts, certificate provisioning + via the ACME protocol +
    mod_mime
    Associe les extensions des fichiers demandés avec l'action déclenchée par ces fichiers et avec leur contenu (type MIME, langue, jeu de caractère et codage)
    diff --git a/docs/manual/mod/quickreference.html.fr b/docs/manual/mod/quickreference.html.fr index c543d49e67..65097d3789 100644 --- a/docs/manual/mod/quickreference.html.fr +++ b/docs/manual/mod/quickreference.html.fr @@ -838,6 +838,24 @@ simultan inactifs MaxSpareThreads nombresMNombre maximum de threads inactifs MaxThreads nombre 2048 sMDéfinit le nombre maximum de threads esclaves +MDBaseServer on|off off sEControl if base server may be managed or only virtual hosts. +MDCAChallenges name [ name ... ] tls-sni-01 http-01 sEType of ACME challenge used to prove domain ownership. +MDCertificateAgreement url-of-terms-of-servicesEThe URL of the Terms-of-Service document, that the CA server requires you to accept. +MDCertificateAuthority url https://acme-v01.ap +sEThe URL of the ACME Certificate Authority service. +MDCertificateProtocol protocol ACME sEThe protocol to use with the Certificate Authority. +MDDriveMode always|auto|manual auto sEControl when it is allowed to obtain/renew certificates. +MDHttpProxy urlsEDefine a proxy for outgoing connections. +MDMember hostnamesEAdditional hostname for the managed domain. +MDMembers auto|manual auto sEControl if the alias domain names are automatically added. +MDMustStaple on|off off sEControl if new certificates carry the OCSP Must Staple flag. +MDNotifyCmd pathsERun a program when Managed Domain are ready. +MDomain dns-name [ other-dns-name... ] [auto|manual]sEDefine list of domain names that belong to one group. +<MDomainSet dns-name [ other-dns-name... ]>...</MDomainSet>sEContainer for directives applied to the same managed domains. +MDPortMap map1 [ map2 ] 80:80 443:443 sEMap external to internal ports for domain ownership verification. +MDPrivateKeys type [ params... ] RSA 2048 sESet type and size of the private keys generated. +MDRenewWindow duration 33% sEControl when a certificate will be renewed. +MDRequireHttps off|temporary|permanent off sERedirects http: traffic to https: for Managed Domains. +MDStoreDir path md sEPath on the local file system to store the Managed Domains data. MemcacheConnTTL num[units] 15s svEDurée de conservation des connexions inactives MergeTrailers [on|off] off svCDétermine si les données supplémentaires (trailers) sont fusionnées avec les en-têtes diff --git a/docs/manual/sections.html.fr b/docs/manual/sections.html.fr index 6062592eb9..ec092c9663 100644 --- a/docs/manual/sections.html.fr +++ b/docs/manual/sections.html.fr @@ -49,7 +49,7 @@ arborescence du site web et expressions bool

    Types de conteneurs de sections de configuration

    - +

    Il existe deux grands types de conteneurs. La plupart des conteneurs sont évalués pour chaque requête. Les directives qu'ils contiennent s'appliquent diff --git a/docs/manual/sections.xml.meta b/docs/manual/sections.xml.meta index 0e839c6dc7..4e91a361f4 100644 --- a/docs/manual/sections.xml.meta +++ b/docs/manual/sections.xml.meta @@ -8,9 +8,9 @@ en - fr + fr ja ko - tr + tr diff --git a/docs/manual/sitemap.html.fr b/docs/manual/sitemap.html.fr index d2f3e330e5..c2ea0c45ab 100644 --- a/docs/manual/sitemap.html.fr +++ b/docs/manual/sitemap.html.fr @@ -276,6 +276,7 @@ pour d

  • Module Apache mod_logio
  • Module Apache mod_lua
  • Module Apache mod_macro
  • +
  • Module Apache mod_md
  • Module Apache mod_mime
  • Module Apache mod_mime_magic
  • Module Apache mod_negotiation
  • diff --git a/docs/manual/sitemap.xml.meta b/docs/manual/sitemap.xml.meta index 741ec7f0b5..9f27012430 100644 --- a/docs/manual/sitemap.xml.meta +++ b/docs/manual/sitemap.xml.meta @@ -13,7 +13,7 @@ fr ja ko - tr + tr zh-cn diff --git a/docs/manual/vhosts/mass.xml.meta b/docs/manual/vhosts/mass.xml.meta index 2d2457571b..103a576eb1 100644 --- a/docs/manual/vhosts/mass.xml.meta +++ b/docs/manual/vhosts/mass.xml.meta @@ -10,6 +10,6 @@ en fr ko - tr + tr