]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorEric Covener <covener@apache.org>
Tue, 23 Jul 2024 12:56:59 +0000 (12:56 +0000)
committerEric Covener <covener@apache.org>
Tue, 23 Jul 2024 12:56:59 +0000 (12:56 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1919471 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/windows.html.en
docs/manual/platform/windows.xml.fr
docs/manual/platform/windows.xml.ko
docs/manual/platform/windows.xml.meta

index d7e2b8638ec33f04964ca194095168d1b5c5b428..0e35c410d5eb194579467a91fa95d69eb1c19c78 100644 (file)
@@ -613,16 +613,23 @@ RewriteRule "(.*)" "${lowercase:$1}" [R,L]</pre>
   (Arcane and error prone procedures may work around the restriction
   on mapped drive letters, but this is not recommended.)</p>
 
-  <div class="example"><h3>Example DocumentRoot with UNC path</h3><pre class="prettyprint lang-config">DocumentRoot "//dochost/www/html/"</pre>
+  <div class="example"><h3>Example DocumentRoot with UNC path</h3><pre class="prettyprint lang-config">  UNCList dochost
+  DocumentRoot "//dochost/www/html/"</pre>
 </div>
 
-  <div class="example"><h3>Example DocumentRoot with IP address in UNC path</h3><pre class="prettyprint lang-config">DocumentRoot "//192.168.1.50/docs/"</pre>
+  <div class="example"><h3>Example DocumentRoot with IP address in UNC path</h3><pre class="prettyprint lang-config">  UNCList 192.168.1.50
+  DocumentRoot "//192.168.1.50/docs/"</pre>
 </div>
 
-  <div class="example"><h3>Example Alias and corresponding Directory with UNC path</h3><pre class="prettyprint lang-config">Alias "/images/" "//imagehost/www/images/"
+  <div class="example"><h3>Example Alias and corresponding Directory with UNC path</h3><pre class="prettyprint lang-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;</pre>
 </div>
 
index 65835a6e6d9e72735f346cdd5a62e9e1ba597e0b..deba3bcb35f15c2ba1778fdf50e65d42ecea29e8 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 -->
+<!-- English Revision: 1914041:1919470 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index b373c074ec4b0f9db6ac5f620165687645375aee..608441295e33bc5c4c11083d4ecfd85de83eaa9f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1914041 (outdated) -->
+<!-- English Revision: 105989:1919470 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index df994e4ed61aaed8ad63e81ab55cc7c0d6815e7a..166e6d7d314782768f9edab0865cf27fb37cb68f 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ko</variant>
   </variants>
 </metafile>