You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2010/12/03 21:20:30 UTC

svn commit: r1041976 - in /httpd/httpd/trunk/docs/manual/platform: windows.html.en windows.xml.ko

Author: trawick
Date: Fri Dec  3 20:20:29 2010
New Revision: 1041976

URL: http://svn.apache.org/viewvc?rev=1041976&view=rev
Log:
generated files

Modified:
    httpd/httpd/trunk/docs/manual/platform/windows.html.en
    httpd/httpd/trunk/docs/manual/platform/windows.xml.ko

Modified: httpd/httpd/trunk/docs/manual/platform/windows.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/windows.html.en?rev=1041976&r1=1041975&r2=1041976&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/platform/windows.html.en (original)
+++ httpd/httpd/trunk/docs/manual/platform/windows.html.en Fri Dec  3 20:20:29 2010
@@ -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 />

Modified: httpd/httpd/trunk/docs/manual/platform/windows.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/windows.xml.ko?rev=1041976&r1=1041975&r2=1041976&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/platform/windows.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/platform/windows.xml.ko [euc-kr] Fri Dec  3 20:20:29 2010
@@ -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