You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2017/05/01 08:11:42 UTC

svn commit: r1793289 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_logio.xml.fr

Author: jailletc36
Date: Mon May  1 08:11:42 2017
New Revision: 1793289

URL: http://svn.apache.org/viewvc?rev=1793289&view=rev
Log:
Add missing 'LogIOTrackTTFB' doc.
This is just a cut'n'paste from trunk.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_logio.xml.fr

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_logio.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_logio.xml.fr?rev=1793289&r1=1793288&r2=1793289&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_logio.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_logio.xml.fr [utf-8] Mon May  1 08:11:42 2017
@@ -101,4 +101,22 @@ d'Apache</a></seealso>
     </dl>
 </section>
 
+<directivesynopsis>
+<name>LogIOTrackTTFB</name>
+<description>Permet d'enregistrer le d�lai avant le premier octet (time
+to first byte - TTFB)</description>
+<syntax>LogIOTrackTTFB ON|OFF</syntax>
+<default>LogIOTrackTTFB OFF</default>
+<contextlist><context>server config</context><context>virtual host</context>
+<context>directory</context><context>.htaccess</context></contextlist>
+<override>none</override>
+
+<usage>
+    <p>Cette directive permet de d�finir si ce module mesure le d�lai
+    entre la lecture de la requ�te et l'�criture du premier octet des
+    en-t�tes de la r�ponse. La valeur obtenue peut �tre enregistr�e dans
+    le journal via le format <code>%^FB</code>.</p>
+</usage>
+</directivesynopsis>
+
 </modulesynopsis>