summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2010-12-03 21:20:29 +0100
committerJeff Trawick <trawick@apache.org>2010-12-03 21:20:29 +0100
commitbbbe953bd2b3bc8fd8f97d26d13ff12d732da3b8 (patch)
treee116305458d9d1f61182a6305f9db5fcbefd82a6 /docs
parentclearly distinguish between independent UNC path examples to (diff)
downloadapache2-bbbe953bd2b3bc8fd8f97d26d13ff12d732da3b8.tar.xz
apache2-bbbe953bd2b3bc8fd8f97d26d13ff12d732da3b8.zip
generated files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041976 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/platform/windows.html.en11
-rw-r--r--docs/manual/platform/windows.xml.ko2
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.)</p>
- <div class="example"><h3>Example directives with UNC paths</h3><p><code>
+ <div class="example"><h3>Example DocumentRoot with UNC path</h3><p><code>
+ DocumentRoot //dochost/www/html/
+ </code></p></div>
- DocumentRoot //dochost/www/html/<br />
- <br />
+ <div class="example"><h3>Example DocumentRoot with IP address in UNC path</h3><p><code>
DocumentRoot //192.168.1.50/docs/<br />
- <br />
+ </code></p></div>
+
+ <div class="example"><h3>Example Alias and corresponding Directory with UNC path</h3><p><code>
Alias /images/ //imagehost/www/images/<br />
<br />
&lt;Directory //imagehost/www/images/&gt;<br />
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 @@
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1031312 (outdated) -->
+<!-- English Revision: 105989:1041945 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more