From: Lucien Gentis Date: Fri, 26 Jul 2024 12:35:49 +0000 (+0000) Subject: fr doc rebuild. X-Git-Tag: 2.4.63-candidate~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb266eda1810f18db521c1c5f048731a671ee091;p=thirdparty%2Fapache%2Fhttpd.git fr doc rebuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1919529 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/windows.html.fr.utf8 b/docs/manual/platform/windows.html.fr.utf8 index 489cf7ffa78..bdafb63f8e9 100644 --- a/docs/manual/platform/windows.html.fr.utf8 +++ b/docs/manual/platform/windows.html.fr.utf8 @@ -666,17 +666,24 @@ RewriteRule "(.*)" "${lowercase:$1}" [R,L] restriction due aux associations de lettres de lecteur, mais leur utilisation est déconseillée).

-

Exemple de DocumentRoot avec chemin UNC

DocumentRoot "//dochost/www/html/"
+

Exemple de DocumentRoot avec chemin UNC

  UNCList dochost
+  DocumentRoot "//dochost/www/html/"
-

Exemple de DocumentRoot avec adresse IP dans le chemin UNC

DocumentRoot "//192.168.1.50/docs/"
+

Exemple de DocumentRoot avec adresse IP dans le chemin UNC

  UNCList 192.168.1.50
+  DocumentRoot "//192.168.1.50/docs/"

Exemple d'Alias et répertoire correspondant avec - chemin UNC

Alias "/images/" "//imagehost/www/images/"
+  chemin UNC
UNCList imagehost1 imagehost2  
+Alias "/images/" "//imagehost/www/images/"
+Alias "/images2/" "//imagehost2/www/images/"
 
 <Directory "//imagehost/www/images/">
 #...
+</Directory>
+<Directory "//imagehost2/www/images/">
+#...
 </Directory>
diff --git a/docs/manual/platform/windows.xml.meta b/docs/manual/platform/windows.xml.meta index 166e6d7d314..df994e4ed61 100644 --- a/docs/manual/platform/windows.xml.meta +++ b/docs/manual/platform/windows.xml.meta @@ -8,7 +8,7 @@ en - fr + fr ko