From 18d5c79993703380a7bcafb15aab4c4be63a4e33 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Tue, 23 Jul 2024 12:56:13 +0000 Subject: [PATCH] xforms [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919469 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/platform/windows.html.en.utf8 | 15 +++++++++++---- docs/manual/platform/windows.xml.fr | 2 +- docs/manual/platform/windows.xml.ko | 2 +- docs/manual/platform/windows.xml.meta | 2 +- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/docs/manual/platform/windows.html.en.utf8 b/docs/manual/platform/windows.html.en.utf8 index 98c956f42d9..5d7eda89868 100644 --- a/docs/manual/platform/windows.html.en.utf8 +++ b/docs/manual/platform/windows.html.en.utf8 @@ -613,16 +613,23 @@ RewriteRule "(.*)" "${lowercase:$1}" [R,L] (Arcane and error prone procedures may work around the restriction on mapped drive letters, but this is not recommended.)

-

Example DocumentRoot with UNC path

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

Example DocumentRoot with UNC path

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

Example DocumentRoot with IP address in UNC path

DocumentRoot "//192.168.1.50/docs/"
+

Example DocumentRoot with IP address in UNC path

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

Example Alias and corresponding Directory with UNC path

Alias "/images/" "//imagehost/www/images/"
+  

Example Alias and corresponding Directory with UNC path

UNCList imagehost1 imagehost2
+Alias "/images/" "//imagehost/www/images/"
+Alias "/images2/" "//imagehost2/www/images/"
 
 <Directory "//imagehost/www/images/">
 #...
+</Directory>
+<Directory "//imagehost2/www/images/">
+#...
 </Directory>
@@ -661,7 +668,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/trunk/platform/windows.h } })(window, document); //-->