From: Jeff Trawick
Date: Fri, 3 Dec 2010 20:24:11 +0000 (+0000)
Subject: Merge r1041945 from trunk:
X-Git-Tag: 2.2.18~269
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb0e01066b53048f026986b02ed07368c4b22ef7;p=thirdparty%2Fapache%2Fhttpd.git
Merge r1041945 from trunk:
clearly distinguish between independent UNC path examples to
prevent user confusion
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1041979 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/platform/windows.xml b/docs/manual/platform/windows.xml
index 9966c565bc6..b02b3d9727a 100644
--- a/docs/manual/platform/windows.xml
+++ b/docs/manual/platform/windows.xml
@@ -716,12 +716,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/>