]> granicus.if.org Git - apache/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Fri, 3 Dec 2004 19:19:14 +0000 (19:19 +0000)
committerAndré Malo <nd@apache.org>
Fri, 3 Dec 2004 19:19:14 +0000 (19:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109719 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.html.ja.euc-jp
docs/manual/mod/quickreference.html.ja.euc-jp
docs/manual/platform/netware.html.en
docs/manual/platform/netware.html.ko.euc-kr
docs/manual/platform/netware.xml.ko
docs/manual/platform/netware.xml.meta

index a84dff174e273cb6f4e9681d358ea35dd46f92ce..b014beb486ee2d5282ce4db38bf49740b67fd5da 100644 (file)
@@ -527,7 +527,7 @@ accept 
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">ÀâÌÀ:</a></th><td>¥ê¥¯¥¨¥¹¥È¤Ë±þÅú¤¹¤ë¤³¤È¤Î¤Ç¤­¤ë
 ¥¢¥¤¥É¥ë¥¹¥ì¥Ã¥É¿ô¤ÎºÇ¾®¿ô</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">¹½Ê¸:</a></th><td><code>MinSpareServers <var>number</var></code></td></tr>
+<tr><th><a href="directive-dict.html#Syntax">¹½Ê¸:</a></th><td><code>MinSpareThreads <var>number</var></code></td></tr>
 <tr><th><a href="directive-dict.html#Default">¥Ç¥Õ¥©¥ë¥È:</a></th><td><code>¾ÜºÙ¤Ï»ÈÍÑÊýË¡¤ò¤´Í÷²¼¤µ¤¤¡£</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">¥³¥ó¥Æ¥­¥¹¥È:</a></th><td>¥µ¡¼¥ÐÀßÄê¥Õ¥¡¥¤¥ë</td></tr>
 <tr><th><a href="directive-dict.html#Status">¥¹¥Æ¡¼¥¿¥¹:</a></th><td>MPM</td></tr>
index cdaad7bcd06318ea646b30139f1e8d84305377dd..813d77456cd16f9c6bed19649111e570a8006347 100644 (file)
@@ -411,7 +411,7 @@ meta information</td></tr>
 <tr class="odd"><td><a href="mod_mime_magic.html#mimemagicfile">MimeMagicFile <var>file-path</var></a></td><td></td><td>sv</td><td>E</td></tr><tr class="odd"><td class="descr" colspan="4">Enable MIME-type determination based on file contents
 using the specified magic file</td></tr>
 <tr><td><a href="prefork.html#minspareservers">MinSpareServers <var>number</var></a></td><td> 5 </td><td>s</td><td>M</td></tr><tr><td class="descr" colspan="4">¥¢¥¤¥É¥ë¤Ê»Ò¥µ¡¼¥Ð¥×¥í¥»¥¹¤ÎºÇ¾®¸Ä¿ô</td></tr>
-<tr class="odd"><td><a href="mpm_common.html#minsparethreads">MinSpareServers <var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td class="descr" colspan="4">¥ê¥¯¥¨¥¹¥È¤Ë±þÅú¤¹¤ë¤³¤È¤Î¤Ç¤­¤ë
+<tr class="odd"><td><a href="mpm_common.html#minsparethreads">MinSpareThreads <var>number</var></a></td><td></td><td>s</td><td>M</td></tr><tr class="odd"><td class="descr" colspan="4">¥ê¥¯¥¨¥¹¥È¤Ë±þÅú¤¹¤ë¤³¤È¤Î¤Ç¤­¤ë
 ¥¢¥¤¥É¥ë¥¹¥ì¥Ã¥É¿ô¤ÎºÇ¾®¿ô</td></tr>
 <tr><td><a href="mod_file_cache.html#mmapfile">MMapFile <var>file-path</var> [<var>file-path</var>] ...</a></td><td></td><td>s</td><td>X</td></tr><tr><td class="descr" colspan="4">Map a list of files into memory at startup time</td></tr>
 <tr class="odd"><td><a href="mod_mime.html#modmimeusepathinfo">ModMimeUsePathInfo On|Off</a></td><td> Off </td><td>d</td><td /></tr><tr class="odd"><td class="descr" colspan="4"><code>path_info</code> ¥³¥ó¥Ý¡¼¥Í¥ó¥È¤ò¥Õ¥¡¥¤¥ë̾¤Î°ìÉô¤È¤·¤Æ°·¤¦¤è¤¦¤Ë
index 696fdb5fedf2302f507f6cbde11faf508711b543..5fa2c25f06e513406014f6cc9b8342ceb0aac178 100644 (file)
         </li>
         
         <li>Set the environment variable <code>AP_WORK</code> to the full path of
-        the <code>\httpd-2.0</code> directory.</li>
+        the <code>httpd</code> source code directory.</li>
 
         <li>Set the environment variable <code>APR_WORK</code> to the full path of
-        the <code>\httpd-2.0\srclib\apr</code> directory.</li>
+        the <code>apr</code> source code directory. Typically <code>\httpd\srclib\apr</code>
+        but the APR project can be outside of the httpd directory structure.</li>
+
+        <li>Set the environment variable <code>APU_WORK</code> to the full path of
+        the <code>apr-util</code> source code directory. Typically <code>\httpd\srclib\apr-util</code>
+        but the APR-UTIL project can be outside of the httpd directory structure.</li>
 
         <li>Make sure that the path to the AWK utility and the GNU make utility
         (<code>gmake.exe</code>) have been included in the system's
index 850f5cef01848281db3d3b272781731303f1dc69..612153d3c76b30a7b0a8411a65d887df84d967c1 100644 (file)
@@ -21,6 +21,8 @@
 <p><span>°¡´ÉÇÑ ¾ð¾î: </span><a href="../en/platform/netware.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../ko/platform/netware.html" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
+            ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
 
 
     <p>ÀÌ ¹®¼­´Â Novell NetWare 6.0 À̻󿡼­ ¾ÆÆÄÄ¡ 2.0À» ¼³Ä¡,
index 0e4b4dc41409d337da613ea52dd882311539c190..ed03be68265eb5e5960eb611ab9b580dc7b49354 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 -->
+<!-- English Revision: 105989 (outdated: 109578) -->
 
 <!--
  Copyright 2004 The Apache Software Foundation
index 37cc2187048a7ab89d9d6e4c79bcb576a35644b6..0acefe5cc7e1577e50cdb4a4728505a8f7dab971 100644 (file)
@@ -7,6 +7,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ko</variant>
+    <variant outdated="yes">ko</variant>
   </variants>
 </metafile>