From: Eric Covener Date: Tue, 23 Jul 2024 12:56:13 +0000 (+0000) Subject: xforms X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18d5c79993703380a7bcafb15aab4c4be63a4e33;p=thirdparty%2Fapache%2Fhttpd.git xforms [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919469 13f79535-47bb-0310-9956-ffa450edef68 --- 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); //-->