]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fr doc XML file update.
authorLucien Gentis <lgentis@apache.org>
Fri, 26 Jul 2024 12:35:11 +0000 (12:35 +0000)
committerLucien Gentis <lgentis@apache.org>
Fri, 26 Jul 2024 12:35:11 +0000 (12:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1919528 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/windows.xml.fr

index deba3bcb35f15c2ba1778fdf50e65d42ecea29e8..0651fbb9077e1e657533652a59d37912b5b713b3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1914041:1919470 (outdated) -->
+<!-- English Revision: 1919470 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -674,12 +674,14 @@ RewriteRule "(.*)" "${lowercase:$1}" [R,L]
 
   <example><title>Exemple de DocumentRoot avec chemin UNC</title>
   <highlight language="config">
+  UNCList dochost
   DocumentRoot "//dochost/www/html/"
   </highlight>
   </example>
 
   <example><title>Exemple de DocumentRoot avec adresse IP dans le chemin UNC</title>
   <highlight language="config">
+  UNCList 192.168.1.50
   DocumentRoot "//192.168.1.50/docs/"
   </highlight>
   </example>
@@ -687,10 +689,16 @@ RewriteRule "(.*)" "${lowercase:$1}" [R,L]
   <example><title>Exemple d'Alias et rĂ©pertoire correspondant avec
   chemin UNC</title>
   <highlight language="config">
+
+UNCList imagehost1 imagehost2  
 Alias "/images/" "//imagehost/www/images/"
+Alias "/images2/" "//imagehost2/www/images/"
 
 &lt;Directory "//imagehost/www/images/"&gt;
 #...
+&lt;/Directory&gt;
+&lt;Directory "//imagehost2/www/images/"&gt;
+#...
 &lt;/Directory&gt;
   </highlight>
   </example>