From: Eric Covener Date: Tue, 23 Jul 2024 12:56:59 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.63-candidate~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b278b9a35b5443701812b3a90d6b88516f86f2a;p=thirdparty%2Fapache%2Fhttpd.git xforms [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1919471 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/windows.html.en b/docs/manual/platform/windows.html.en index d7e2b8638ec..0e35c410d5e 100644 --- a/docs/manual/platform/windows.html.en +++ b/docs/manual/platform/windows.html.en @@ -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>
diff --git a/docs/manual/platform/windows.xml.fr b/docs/manual/platform/windows.xml.fr index 65835a6e6d9..deba3bcb35f 100644 --- a/docs/manual/platform/windows.xml.fr +++ b/docs/manual/platform/windows.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/platform/windows.xml.ko b/docs/manual/platform/windows.xml.ko index b373c074ec4..608441295e3 100644 --- a/docs/manual/platform/windows.xml.ko +++ b/docs/manual/platform/windows.xml.ko @@ -1,7 +1,7 @@ - +