From 912b2b6b547e10e47fecbd0ad181812c48cb2a72 Mon Sep 17 00:00:00 2001 From: Lucien Gentis Date: Sat, 16 Sep 2017 14:03:16 +0000 Subject: [PATCH] Rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1808542 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/directives.html.fr | 4 ++++ docs/manual/mod/mod_proxy_fcgi.html.fr | 21 ++++++++++++++++++++ docs/manual/mod/mod_proxy_fcgi.xml.meta | 2 +- docs/manual/mod/quickreference.html.fr | 26 ++++++++++++++----------- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/docs/manual/mod/directives.html.fr b/docs/manual/mod/directives.html.fr index 70a53349af..56c7535446 100644 --- a/docs/manual/mod/directives.html.fr +++ b/docs/manual/mod/directives.html.fr @@ -454,10 +454,14 @@
  • MDCertificateAuthority
  • MDCertificateProtocol
  • MDDriveMode
  • +
  • MDHttpProxy
  • MDMember
  • +
  • MDMembers
  • +
  • MDMustStaple
  • MDPortMap
  • MDPrivateKeys
  • MDRenewWindow
  • +
  • MDRequireHttps
  • MDStoreDir
  • MemcacheConnTTL
  • MergeTrailers
  • diff --git a/docs/manual/mod/mod_proxy_fcgi.html.fr b/docs/manual/mod/mod_proxy_fcgi.html.fr index 4b05e5224d..297c90cef1 100644 --- a/docs/manual/mod/mod_proxy_fcgi.html.fr +++ b/docs/manual/mod/mod_proxy_fcgi.html.fr @@ -111,6 +111,27 @@

    PHP-FPM with UDS

    ProxyPassMatch "^/(.*\.php(/.*)?)$" "unix:/var/run/php5-fpm.sock|fcgi://localhost/var/www/"
    +

    Dans l'exemple suivant, on force le module à traiter les paquets de + données en provenance de l'arrière-plan du FCGI dès leur réception, sans les + faire transiter par un tampon. +

    +

    Force le traitement des données FCGI sans mise en tampon

    ProxyPassMatch "^/myapp/.*\.php(/.*)?$" "fcgi://localhost:9000/var/www/" enablereuse=on flushpackets=on
    +
    + +

    L'exemple suivant est similaire au précédent avec une différence : ici, + les données en provenance de l'arrière-plan du FCGI sont traitées après un + temps de valeur fixe (elles sont mises en tampon). Cette méthode est + utile si l'arrière-plan du FCGI envoie ses données sous forme + de petits paquets, auquel cas le traitement immédiat de chacun d'entre eux + serait inefficace et couteux en ressources. Notez que cet exemple ne sera + peut-être pas adapté dans le cas où l'envoi de paquets de données par + l'application FCGI est bloqué par l'attente de données en provenance du + client. +

    +

    Force le traitement des données FCGI après une mise en + tampon de 20ms

    ProxyPassMatch "^/myapp/.*\.php(/.*)?$" "fcgi://localhost:9000/var/www/" flushpackets=on flushwait=20
    +
    +

    La passerelle à répartition de charge nécessite le chargement du module mod_proxy_balancer et d'au moins un module fournissant un algorithme de répartition de charge, comme diff --git a/docs/manual/mod/mod_proxy_fcgi.xml.meta b/docs/manual/mod/mod_proxy_fcgi.xml.meta index 2b5ea83e0e..6b7f40e715 100644 --- a/docs/manual/mod/mod_proxy_fcgi.xml.meta +++ b/docs/manual/mod/mod_proxy_fcgi.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/quickreference.html.fr b/docs/manual/mod/quickreference.html.fr index 52007ba5df..d1af2c43f8 100644 --- a/docs/manual/mod/quickreference.html.fr +++ b/docs/manual/mod/quickreference.html.fr @@ -872,8 +872,8 @@ relatifs dans les directives de mod_lua propos d'une imbrication de Macros non conforme MacroIgnoreEmptyArgssvdBIgnore les avertissements et n'inscrit rien dans le journal à propos des arguments de Macro vides -ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain>sEDefine list of domain names that belong to one groupContainer for directives applied to the same managed domains -ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain>sEDefine list of domain names that belong to one groupContainer for directives applied to the same managed domains +ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain>sEDefine list of domain names that belong to one group.Container for directives applied to the same managed domains. +ManagedDomain dns-name [ other-dns-name... ]<ManagedDomain dns-name [ other-dns-name... ]>...</ManagedDomain>sEDefine list of domain names that belong to one group.Container for directives applied to the same managed domains. MaxConnectionsPerChild number 0 sMLimite le nombre de connexions qu'un processus enfant va traiter au cours de son fonctionnement MaxKeepAliveRequests nombre 100 svCNombre de requêtes permises pour une connexion @@ -896,16 +896,20 @@ simultan inactifs MaxSpareThreads nombresMNombre maximum de threads inactifs MaxThreads nombre 2048 sMDéfinit le nombre maximum de threads esclaves -MDCAChallenges name [ name ... ] tls-sni-01 http-01 sE- +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 CA service -MDCertificateProtocol protocol ACME sEThe protocol to use with the CA -MDDriveMode always|auto|manual auto sEControls when mod_md will try to obtain/renew certificates. -MDMember hostnamesEAdditional hostname for the managed domain -MDPortMap map1 [ map2 ] 80:80 443:443 sE- -MDPrivateKeys type [ params... ] RSA 2048 sE- -MDRenewWindow duration 14d sE- -MDStoreDir path md sE- +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|manualsEControl if the alias domain names are automatically added. +MDMustStaple on|off off sEControl if new certificates carry the OCSP Must Staple flag. +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 -- 2.40.0