diff --git a/docs/manual/platform/windows.html.en b/docs/manual/platform/windows.html.en index f0fadc0675..7cf7ab78b6 100644 --- a/docs/manual/platform/windows.html.en +++ b/docs/manual/platform/windows.html.en @@ -786,12 +786,15 @@ (Arcane and error prone procedures may work around the restriction on mapped drive letters, but this is not recommended.)

-

Example directives with UNC paths

+

Example DocumentRoot with UNC path

+ DocumentRoot //dochost/www/html/ +

- DocumentRoot //dochost/www/html/
-
+

Example DocumentRoot with IP address in UNC path

DocumentRoot //192.168.1.50/docs/
-
+

+ +

Example Alias and corresponding Directory with UNC path

Alias /images/ //imagehost/www/images/

<Directory //imagehost/www/images/>
diff --git a/docs/manual/platform/windows.xml.ko b/docs/manual/platform/windows.xml.ko index 9524d357e2..976b3a8a41 100644 --- a/docs/manual/platform/windows.xml.ko +++ b/docs/manual/platform/windows.xml.ko @@ -1,7 +1,7 @@ - +