]> granicus.if.org Git - apache/commitdiff
generated files
authorJeff Trawick <trawick@apache.org>
Fri, 3 Dec 2010 20:20:29 +0000 (20:20 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 3 Dec 2010 20:20:29 +0000 (20:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041976 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/windows.html.en
docs/manual/platform/windows.xml.ko

index f0fadc0675e5b2829451abc1ac539bd2c5d4da37..7cf7ab78b676e094934e9a84efc54ea6589efa2a 100644 (file)
   (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 />
index 9524d357e2dc1e34814ecf0774e48469c858e915..976b3a8a41ef96dc2a757adf7e3f6ca023d8d2cb 100644 (file)
@@ -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