From bbbe953bd2b3bc8fd8f97d26d13ff12d732da3b8 Mon Sep 17 00:00:00 2001
From: Jeff Trawick
Date: Fri, 3 Dec 2010 20:20:29 +0000
Subject: [PATCH] generated files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041976 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/platform/windows.html.en | 11 +++++++----
docs/manual/platform/windows.xml.ko | 2 +-
2 files changed, 8 insertions(+), 5 deletions(-)
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 @@
-
+