]> granicus.if.org Git - apache/commitdiff
Updated .fr translation to latest .en version
authorVincent Deffontaines <gryzor@apache.org>
Mon, 18 Dec 2017 20:31:04 +0000 (20:31 +0000)
committerVincent Deffontaines <gryzor@apache.org>
Mon, 18 Dec 2017 20:31:04 +0000 (20:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1818622 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/vhosts/mass.xml.fr

index 04d21e7e2bda398e80d3de77ff8789ea9b10751d..c4fb144621a93f4e8b56173ef7cfd208ac7bf84a 100644 (file)
@@ -1,8 +1,9 @@
 <?xml version="1.0" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1719576:1818059 (outdated) -->
+<!-- English Revision: 1818059 -->
 <!-- French translation : Lucien GENTIS -->
+<!-- Reviewed by : Vincent Deffontaines -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -92,7 +93,7 @@
     une file fifo</a> vers un
     programme, et faire en sorte que ce dernier &eacute;clate les journaux
     en un journal par serveur virtuel. L'utilitaire <a
-    href="../programs/other.html#split-logfile">split-logfile</a>
+    href="../programs/split-logfile.html">split-logfile</a>
     constitue un exemple de ce traitement.</p>
 
 </section>
@@ -244,18 +245,18 @@ LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon
 
 &lt;VirtualHost 111.22.33.44&gt;
     ServerName www.commercial.example.com
-    
+
     CustomLog "logs/access_log.commercial" vcommon
-    
+
     VirtualDocumentRoot "/www/commercial/%0/docs"
     VirtualScriptAlias  "/www/commercial/%0/cgi-bin"
 &lt;/VirtualHost&gt;
 
 &lt;VirtualHost 111.22.33.45&gt;
     ServerName www.homepages.example.com
-    
+
     CustomLog "logs/access_log.homepages" vcommon
-    
+
     VirtualDocumentRoot "/www/homepages/%0/docs"
     ScriptAlias         "/cgi-bin/" "/www/std-cgi/"
 &lt;/VirtualHost&gt;