From: Jeff Trawick Date: Fri, 3 Dec 2010 18:43:24 +0000 (+0000) Subject: clearly distinguish between independent UNC path examples to X-Git-Tag: 2.3.10~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9776cbca44371e4dccb5c3fac6bf65abaa783ff1;p=thirdparty%2Fapache%2Fhttpd.git clearly distinguish between independent UNC path examples to prevent user confusion git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041945 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/windows.xml b/docs/manual/platform/windows.xml index 5adb7cbff93..73760e22bd0 100644 --- a/docs/manual/platform/windows.xml +++ b/docs/manual/platform/windows.xml @@ -781,12 +781,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/>