<divclass="example"><h3>PHP-FPM with UDS</h3><preclass="prettyprint lang-config">ProxyPassMatch "^/(.*\.php(/.*)?)$" "unix:/var/run/php5-fpm.sock|fcgi://localhost/var/www/"</pre>
</div>
<p>Dans l'exemple suivant, on force le module traiter les paquets de
donnes en provenance de l'arrire-plan du FCGI ds leur rception, sans les
faire transiter par un tampon.
</p>
<divclass="example"><h3>Force le traitement des donnes FCGI sans mise en tampon</h3><preclass="prettyprint lang-config">ProxyPassMatch "^/myapp/.*\.php(/.*)?$" "fcgi://localhost:9000/var/www/" enablereuse=on flushpackets=on</pre>
</div>
<p>L'exemple suivant est similaire au prcdent avec une diffrence : ici,
les donnes en provenance de l'arrire-plan du FCGI sont traites aprs un
temps de valeur fixe (elles sont mises en tampon). Cette mthode est
utile si l'arrire-plan du FCGI envoie ses donnes sous forme
de petits paquets, auquel cas le traitement immdiat 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 donnes par
l'application FCGI est bloqu par l'attente de donnes en provenance du
client.
</p>
<divclass="example"><h3>Force le traitement des donnes FCGI aprs une mise en
tampon de 20ms</h3><preclass="prettyprint lang-config">ProxyPassMatch "^/myapp/.*\.php(/.*)?$" "fcgi://localhost:9000/var/www/" flushpackets=on flushwait=20</pre>
</div>
<p>La passerelle rpartition de charge ncessite le chargement du
module <codeclass="module"><ahref="../mod/mod_proxy_balancer.html">mod_proxy_balancer</a></code> et d'au moins un module
fournissant un algorithme de rpartition de charge, comme
@@ -872,8 +872,8 @@ relatifs dans les directives de mod_lua</td></tr>
propos d'une imbrication de Macros non conforme</td></tr>
<tr><td><ahref="mod_macro.html#macroignoreemptyargs">MacroIgnoreEmptyArgs</a></td><td></td><td>svd</td><td>B</td></tr><tr><tdclass="descr"colspan="4">Ignore les avertissements et n'inscrit rien dans le journal
propos des arguments de Macro vides</td></tr>
<trclass="odd"><td><ahref="mod_md.html#manageddomain">ManagedDomain <var>dns-name</var> [ <var>other-dns-name</var>... ]<ManagedDomain <var>dns-name</var> [ <var>other-dns-name</var>... ]>...</ManagedDomain></a></td><td></td><td>s</td><td>E</td></tr><trclass="odd"><tdclass="descr"colspan="4">Define list of domain names that belong to one groupContainer for directives applied to the same managed domains</td></tr>
<tr><td><ahref="mod_md.html#manageddomain">ManagedDomain <var>dns-name</var> [ <var>other-dns-name</var>... ]<ManagedDomain <var>dns-name</var> [ <var>other-dns-name</var>... ]>...</ManagedDomain></a></td><td></td><td>s</td><td>E</td></tr><tr><tdclass="descr"colspan="4">Define list of domain names that belong to one groupContainer for directives applied to the same managed domains</td></tr>
<trclass="odd"><td><ahref="mod_md.html#manageddomain">ManagedDomain <var>dns-name</var> [ <var>other-dns-name</var>... ]<ManagedDomain <var>dns-name</var> [ <var>other-dns-name</var>... ]>...</ManagedDomain></a></td><td></td><td>s</td><td>E</td></tr><trclass="odd"><tdclass="descr"colspan="4">Define list of domain names that belong to one group.Container for directives applied to the same managed domains.</td></tr>
<tr><td><ahref="mod_md.html#manageddomain">ManagedDomain <var>dns-name</var> [ <var>other-dns-name</var>... ]<ManagedDomain <var>dns-name</var> [ <var>other-dns-name</var>... ]>...</ManagedDomain></a></td><td></td><td>s</td><td>E</td></tr><tr><tdclass="descr"colspan="4">Define list of domain names that belong to one group.Container for directives applied to the same managed domains.</td></tr>
<trclass="odd"><td><ahref="mpm_common.html#maxconnectionsperchild">MaxConnectionsPerChild <var>number</var></a></td><td> 0 </td><td>s</td><td>M</td></tr><trclass="odd"><tdclass="descr"colspan="4">Limite le nombre de connexions qu'un processus enfant va
traiter au cours de son fonctionnement</td></tr>
<tr><td><ahref="core.html#maxkeepaliverequests">MaxKeepAliveRequests <var>nombre</var></a></td><td> 100 </td><td>sv</td><td>C</td></tr><tr><tdclass="descr"colspan="4">Nombre de requtes permises pour une connexion
@@ -896,16 +896,20 @@ simultan
inactifs</td></tr>
<trclass="odd"><td><ahref="mpm_common.html#maxsparethreads">MaxSpareThreads <var>nombre</var></a></td><td></td><td>s</td><td>M</td></tr><trclass="odd"><tdclass="descr"colspan="4">Nombre maximum de threads inactifs</td></tr>
<tr><td><ahref="mpm_netware.html#maxthreads">MaxThreads <var>nombre</var></a></td><td> 2048 </td><td>s</td><td>M</td></tr><tr><tdclass="descr"colspan="4">Dfinit le nombre maximum de threads esclaves</td></tr>
<trclass="odd"><td><ahref="mod_md.html#mdcachallenges">MDCAChallenges name [ name ... ]</a></td><td> tls-sni-01 http-01 </td><td>s</td><td>E</td></tr><trclass="odd"><tdclass="descr"colspan="4">-</td></tr>
<trclass="odd"><td><ahref="mod_md.html#mdcachallenges">MDCAChallenges name [ name ... ]</a></td><td> tls-sni-01 http-01 </td><td>s</td><td>E</td></tr><trclass="odd"><tdclass="descr"colspan="4">Type of ACME challenge used to prove domain ownership.</td></tr>
<tr><td><ahref="mod_md.html#mdcertificateagreement">MDCertificateAgreement url-of-terms-of-service</a></td><td></td><td>s</td><td>E</td></tr><tr><tdclass="descr"colspan="4">The URL of the Terms-of-Service document, that the CA server requires you to accept.</td></tr>
<trclass="odd"><td><ahref="mod_md.html#mdcertificateauthority">MDCertificateAuthority url</a></td><td> https://acme-v01.ap +</td><td>s</td><td>E</td></tr><trclass="odd"><tdclass="descr"colspan="4">The URL of the ACME CA service</td></tr>
<tr><td><ahref="mod_md.html#mdcertificateprotocol">MDCertificateProtocol protocol</a></td><td> ACME </td><td>s</td><td>E</td></tr><tr><tdclass="descr"colspan="4">The protocol to use with the CA</td></tr>
<trclass="odd"><td><ahref="mod_md.html#mddrivemode">MDDriveMode always|auto|manual</a></td><td> auto </td><td>s</td><td>E</td></tr><trclass="odd"><tdclass="descr"colspan="4">Controls when <codeclass="module"><ahref="../mod/mod_md.html">mod_md</a></code> will try to obtain/renew certificates.</td></tr>
<tr><td><ahref="mod_md.html#mdmember">MDMember hostname</a></td><td></td><td>s</td><td>E</td></tr><tr><tdclass="descr"colspan="4">Additional hostname for the managed domain</td></tr>
<trclass="odd"><td><ahref="mod_md.html#mdcertificateauthority">MDCertificateAuthority url</a></td><td> https://acme-v01.ap +</td><td>s</td><td>E</td></tr><trclass="odd"><tdclass="descr"colspan="4">The URL of the ACME Certificate Authority service.</td></tr>
<tr><td><ahref="mod_md.html#mdcertificateprotocol">MDCertificateProtocol protocol</a></td><td> ACME </td><td>s</td><td>E</td></tr><tr><tdclass="descr"colspan="4">The protocol to use with the Certificate Authority.</td></tr>
<trclass="odd"><td><ahref="mod_md.html#mddrivemode">MDDriveMode always|auto|manual</a></td><td> auto </td><td>s</td><td>E</td></tr><trclass="odd"><tdclass="descr"colspan="4">Control when it is allowed to obtain/renew certificates.</td></tr>
<tr><td><ahref="mod_md.html#mdhttpproxy">MDHttpProxy url</a></td><td></td><td>s</td><td>E</td></tr><tr><tdclass="descr"colspan="4">Define a proxy for outgoing connections.</td></tr>
<trclass="odd"><td><ahref="mod_md.html#mdmember">MDMember hostname</a></td><td></td><td>s</td><td>E</td></tr><trclass="odd"><tdclass="descr"colspan="4">Additional hostname for the managed domain.</td></tr>
<tr><td><ahref="mod_md.html#mdmembers">MDMembers auto|manual</a></td><td></td><td>s</td><td>E</td></tr><tr><tdclass="descr"colspan="4">Control if the alias domain names are automatically added.</td></tr>
<trclass="odd"><td><ahref="mod_md.html#mdmuststaple">MDMustStaple on|off</a></td><td> off </td><td>s</td><td>E</td></tr><trclass="odd"><tdclass="descr"colspan="4">Control if new certificates carry the OCSP Must Staple flag.</td></tr>
<tr><td><ahref="mod_md.html#mdportmap">MDPortMap map1 [ map2 ]</a></td><td> 80:80 443:443 </td><td>s</td><td>E</td></tr><tr><tdclass="descr"colspan="4">Map external to internal ports for domain ownership verification.</td></tr>
<trclass="odd"><td><ahref="mod_md.html#mdprivatekeys">MDPrivateKeys type [ params... ]</a></td><td> RSA 2048 </td><td>s</td><td>E</td></tr><trclass="odd"><tdclass="descr"colspan="4">Set type and size of the private keys generated.</td></tr>
<tr><td><ahref="mod_md.html#mdrenewwindow">MDRenewWindow duration</a></td><td> 33% </td><td>s</td><td>E</td></tr><tr><tdclass="descr"colspan="4">Control when a certificate will be renewed.</td></tr>
<trclass="odd"><td><ahref="mod_md.html#mdrequirehttps">MDRequireHttps off|temporary|permanent</a></td><td> off </td><td>s</td><td>E</td></tr><trclass="odd"><tdclass="descr"colspan="4">Redirects http: traffic to https: for Managed Domains.</td></tr>
<tr><td><ahref="mod_md.html#mdstoredir">MDStoreDir path</a></td><td> md </td><td>s</td><td>E</td></tr><tr><tdclass="descr"colspan="4">Path on the local file system to store the Managed Domains data.</td></tr>
<trclass="odd"><td><ahref="mod_socache_memcache.html#memcacheconnttl">MemcacheConnTTL <em>num[units]</em></a></td><td> 15s </td><td>sv</td><td>E</td></tr><trclass="odd"><tdclass="descr"colspan="4">Dure de conservation des connexions inactives</td></tr>
<tr><td><ahref="core.html#mergetrailers">MergeTrailers [on|off]</a></td><td> off </td><td>sv</td><td>C</td></tr><tr><tdclass="descr"colspan="4">Dtermine si les donnes supplmentaires (trailers) sont