You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ke...@apache.org on 2004/09/05 01:54:30 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_dir.html.en mod_dir.xml.ja mod_dir.xml.ko mod_log_config.html.en mod_logio.html.en mod_logio.html.ko.euc-kr mod_logio.xml.ko mod_logio.xml.meta mod_mime.html.en mod_mime.xml.ja mod_negotiation.html.en mod_negotiation.xml.ja mod_status.html.en mod_status.html.ko.euc-kr mod_status.xml.ko mod_status.xml.meta

kess        2004/09/04 16:54:29

  Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH mod_dir.html.en
                        mod_dir.xml.ja mod_dir.xml.ko
                        mod_log_config.html.en mod_logio.html.en
                        mod_logio.html.ko.euc-kr mod_logio.xml.ko
                        mod_logio.xml.meta mod_mime.html.en mod_mime.xml.ja
                        mod_negotiation.html.en mod_negotiation.xml.ja
                        mod_status.html.en mod_status.html.ko.euc-kr
                        mod_status.xml.ko mod_status.xml.meta
  Log:
  update transformation
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.12.2.5  +1 -1      httpd-2.0/docs/manual/mod/mod_dir.html.en
  
  Index: mod_dir.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_dir.html.en,v
  retrieving revision 1.12.2.4
  retrieving revision 1.12.2.5
  diff -u -r1.12.2.4 -r1.12.2.5
  --- mod_dir.html.en	15 Aug 2004 22:33:27 -0000	1.12.2.4
  +++ mod_dir.html.en	4 Sep 2004 23:54:28 -0000	1.12.2.5
  @@ -76,7 +76,7 @@
   </table>
       <p>The <code class="directive">DirectoryIndex</code> directive sets the
       list of resources to look for, when the client requests an index
  -    of the directory by specifying a / at the end of the a directory
  +    of the directory by specifying a / at the end of the directory
       name.  <var>Local-url</var> is the (%-encoded) URL of a document on
       the server relative to the requested directory; it is usually the
       name of a file in the directory. Several URLs may be given, in
  
  
  
  1.2.2.9   +1 -1      httpd-2.0/docs/manual/mod/mod_dir.xml.ja
  
  Index: mod_dir.xml.ja
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_dir.xml.ja,v
  retrieving revision 1.2.2.8
  retrieving revision 1.2.2.9
  diff -u -r1.2.2.8 -r1.2.2.9
  --- mod_dir.xml.ja	15 Aug 2004 22:33:27 -0000	1.2.2.8
  +++ mod_dir.xml.ja	4 Sep 2004 23:54:28 -0000	1.2.2.9
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="iso-2022-jp"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
  -<!-- English Revision: 1.4.2.4 (outdated: 1.4.2.6) -->
  +<!-- English Revision: 1.4.2.4 (outdated: 1.4.2.7) -->
   
   <!--
    Copyright 2002-2004 The Apache Software Foundation
  
  
  
  1.1.2.7   +1 -1      httpd-2.0/docs/manual/mod/mod_dir.xml.ko
  
  Index: mod_dir.xml.ko
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_dir.xml.ko,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- mod_dir.xml.ko	15 Aug 2004 22:33:27 -0000	1.1.2.6
  +++ mod_dir.xml.ko	4 Sep 2004 23:54:28 -0000	1.1.2.7
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="EUC-KR" ?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
  -<!-- English Revision: 1.4.2.4 (outdated: 1.4.2.6) -->
  +<!-- English Revision: 1.4.2.4 (outdated: 1.4.2.7) -->
   
   <!--
    Copyright 2003-2004 The Apache Software Foundation
  
  
  
  1.20.2.13 +4 -2      httpd-2.0/docs/manual/mod/mod_log_config.html.en
  
  Index: mod_log_config.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_log_config.html.en,v
  retrieving revision 1.20.2.12
  retrieving revision 1.20.2.13
  diff -u -r1.20.2.12 -r1.20.2.13
  --- mod_log_config.html.en	23 Mar 2004 18:00:25 -0000	1.20.2.12
  +++ mod_log_config.html.en	4 Sep 2004 23:54:28 -0000	1.20.2.13
  @@ -104,7 +104,9 @@
           <td>The contents of <code><var>Foobar</var>:</code> header line(s)
           in the request sent to the server.</td></tr>
   <tr><td><code>%...l</code></td>
  -        <td>Remote logname (from identd, if supplied)</td></tr>
  +        <td>Remote logname (from identd, if supplied). This will return a
  +        dash unless <code class="directive"><a href="../mod/core.html#identitycheck">IdentityCheck</a></code> is set
  +        <code>On</code>.</td></tr>
   <tr class="odd"><td><code>%...m</code></td>
           <td>The request method</td></tr>
   <tr><td><code>%...{<var>Foobar</var>}n</code></td>
  @@ -193,7 +195,7 @@
       at the final request.  So for example, <code>%&gt;s</code> can be
       used to record the final status of the request and
       <code>%&lt;u</code> can be used to record the original
  -    authenticated user on a request that is internally redirect to an
  +    authenticated user on a request that is internally redirected to an
       unauthenticated resource.</p>
   
       <p>Note that in httpd 2.0 versions prior to 2.0.46, no escaping was performed
  
  
  
  1.2.2.6   +1 -1      httpd-2.0/docs/manual/mod/mod_logio.html.en
  
  Index: mod_logio.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_logio.html.en,v
  retrieving revision 1.2.2.5
  retrieving revision 1.2.2.6
  diff -u -r1.2.2.5 -r1.2.2.6
  --- mod_logio.html.en	7 May 2004 08:21:03 -0000	1.2.2.5
  +++ mod_logio.html.en	4 Sep 2004 23:54:28 -0000	1.2.2.6
  @@ -25,7 +25,7 @@
   <a href="../ko/mod/mod_logio.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
   </div>
   <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Logging of input and output bytes per request</td></tr>
  -<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Base</td></tr>
  +<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
   <tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>logio_module</td></tr>
   <tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_logio.c</td></tr></table>
   <h3>Summary</h3>
  
  
  
  1.1.2.2   +2 -0      httpd-2.0/docs/manual/mod/mod_logio.html.ko.euc-kr
  
  Index: mod_logio.html.ko.euc-kr
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_logio.html.ko.euc-kr,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- mod_logio.html.ko.euc-kr	7 May 2004 08:21:03 -0000	1.1.2.1
  +++ mod_logio.html.ko.euc-kr	4 Sep 2004 23:54:28 -0000	1.1.2.2
  @@ -24,6 +24,8 @@
   <p><span>������ ���: </span><a href="../en/mod/mod_logio.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
   <a href="../ko/mod/mod_logio.html" title="Korean">&nbsp;ko&nbsp;</a></p>
   </div>
  +<div class="outofdate">�� ������ �ֽ��� ������ �ƴմϴ�.
  +            �ֱٿ� ����� ������ ���� ������ �����ϼ���.</div>
   <table class="module"><tr><th><a href="module-dict.html#Description">����:</a></th><td>��û�� ����� ����Ʈ���� ���</td></tr>
   <tr><th><a href="module-dict.html#Status">����:</a></th><td>Base</td></tr>
   <tr><th><a href="module-dict.html#ModuleIdentifier">����:</a></th><td>logio_module</td></tr>
  
  
  
  1.2.2.2   +1 -1      httpd-2.0/docs/manual/mod/mod_logio.xml.ko
  
  Index: mod_logio.xml.ko
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_logio.xml.ko,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- mod_logio.xml.ko	7 May 2004 08:21:03 -0000	1.2.2.1
  +++ mod_logio.xml.ko	4 Sep 2004 23:54:28 -0000	1.2.2.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding='EUC-KR' ?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
  -<!-- English Revision: 1.2.2.4 -->
  +<!-- English Revision: 1.2.2.4 (outdated: 1.2.2.5) -->
   
   <!--
    Copyright 2004 The Apache Software Foundation
  
  
  
  1.1.2.3   +1 -1      httpd-2.0/docs/manual/mod/mod_logio.xml.meta
  
  Index: mod_logio.xml.meta
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_logio.xml.meta,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- mod_logio.xml.meta	7 May 2004 08:21:03 -0000	1.1.2.2
  +++ mod_logio.xml.meta	4 Sep 2004 23:54:28 -0000	1.1.2.3
  @@ -7,6 +7,6 @@
   
     <variants>
       <variant>en</variant>
  -    <variant>ko</variant>
  +    <variant outdated="yes">ko</variant>
     </variants>
   </metafile>
  
  
  
  1.21.2.10 +11 -0     httpd-2.0/docs/manual/mod/mod_mime.html.en
  
  Index: mod_mime.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_mime.html.en,v
  retrieving revision 1.21.2.9
  retrieving revision 1.21.2.10
  diff -u -r1.21.2.9 -r1.21.2.10
  --- mod_mime.html.en	12 Jul 2004 22:17:25 -0000	1.21.2.9
  +++ mod_mime.html.en	4 Sep 2004 23:54:28 -0000	1.21.2.10
  @@ -378,6 +378,11 @@
       case-insensitive, and the extension may be specified with or
       without a leading dot.</p>
   
  +<h3>See also</h3>
  +<ul>
  +<li><code class="directive"><a href="#removeinputfilter">RemoveInputFilter</a></code></li>
  +<li><code class="directive"><a href="../mod/core.html#setinputfilter">SetInputFilter</a></code></li>
  +</ul>
   </div>
   <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
   <div class="directive-section"><h2><a name="AddLanguage" id="AddLanguage">AddLanguage</a> <a name="addlanguage" id="addlanguage">Directive</a></h2>
  @@ -472,6 +477,7 @@
   <h3>See also</h3>
   <ul>
   <li><code class="directive"><a href="#removeoutputfilter">RemoveOutputFilter</a></code></li>
  +<li><code class="directive"><a href="../mod/core.html#setoutputfilter">SetOutputFilter</a></code></li>
   </ul>
   </div>
   <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  @@ -772,6 +778,11 @@
       <p>The <var>extension</var> argument is case-insensitive, and can
       be specified with or without a leading dot.</p>
   
  +<h3>See also</h3>
  +<ul>
  +<li><code class="directive"><a href="#addinputfilter">AddInputFilter</a></code></li>
  +<li><code class="directive"><a href="../mod/core.html#setinputfilter">SetInputFilter</a></code></li>
  +</ul>
   </div>
   <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
   <div class="directive-section"><h2><a name="RemoveLanguage" id="RemoveLanguage">RemoveLanguage</a> <a name="removelanguage" id="removelanguage">Directive</a></h2>
  
  
  
  1.1.2.7   +1 -1      httpd-2.0/docs/manual/mod/mod_mime.xml.ja
  
  Index: mod_mime.xml.ja
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_mime.xml.ja,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- mod_mime.xml.ja	12 Jul 2004 22:17:25 -0000	1.1.2.6
  +++ mod_mime.xml.ja	4 Sep 2004 23:54:29 -0000	1.1.2.7
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="iso-2022-jp"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
  -<!-- English Revision: 1.17 (outdated: 1.18.2.8) -->
  +<!-- English Revision: 1.17 (outdated: 1.18.2.9) -->
   
   <!--
    Copyright 2002-2004 The Apache Software Foundation
  
  
  
  1.15.2.5  +8 -2      httpd-2.0/docs/manual/mod/mod_negotiation.html.en
  
  Index: mod_negotiation.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_negotiation.html.en,v
  retrieving revision 1.15.2.4
  retrieving revision 1.15.2.5
  diff -u -r1.15.2.4 -r1.15.2.5
  --- mod_negotiation.html.en	21 Feb 2004 00:37:47 -0000	1.15.2.4
  +++ mod_negotiation.html.en	4 Sep 2004 23:54:29 -0000	1.15.2.5
  @@ -62,6 +62,7 @@
   <li><code class="module"><a href="../mod/mod_mime.html">mod_mime</a></code></li>
   <li><a href="../content-negotiation.html">Content
   Negotiation</a></li>
  +<li><a href="../env.html">Environment Variables</a></li>
   </ul></div>
   <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
   <div class="section">
  @@ -168,6 +169,11 @@
       content-encodings it would have if the client had asked for one
       of them by name. It then chooses the best match to the client's
       requirements, and returns that document.</p>
  +
  +    <p>The <code class="directive"><a href="../mod/mod_mime.html#multiviewsmatch">MultiViewsMatch</a></code>
  +    directive configures whether Apache will consider files
  +    that do not have content negotiation meta-information assigned
  +    to them when choosing files.</p>
   </div>
   <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
   <div class="directive-section"><h2><a name="CacheNegotiatedDocs" id="CacheNegotiatedDocs">CacheNegotiatedDocs</a> <a name="cachenegotiateddocs" id="cachenegotiateddocs">Directive</a></h2>
  @@ -282,8 +288,8 @@
   
       <p>Note that this directive only has an effect if a 'best'
       language cannot be determined by any other means or the <code class="directive"><a href="#forcelanguagepriority">ForceLanguagePriority</a></code> directive
  -    is not <code>None</code>. Correctly implemented HTTP/1.1 requests
  -    will mean this directive has no effect.</p>
  +    is not <code>None</code>. In general, the client determines the
  +    language preference, not the server.</p>
   
   <h3>See also</h3>
   <ul>
  
  
  
  1.2.2.6   +1 -1      httpd-2.0/docs/manual/mod/mod_negotiation.xml.ja
  
  Index: mod_negotiation.xml.ja
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_negotiation.xml.ja,v
  retrieving revision 1.2.2.5
  retrieving revision 1.2.2.6
  diff -u -r1.2.2.5 -r1.2.2.6
  --- mod_negotiation.xml.ja	17 Apr 2004 19:02:20 -0000	1.2.2.5
  +++ mod_negotiation.xml.ja	4 Sep 2004 23:54:29 -0000	1.2.2.6
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="iso-2022-jp"?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
  -<!-- English Revision: 1.9 (outdated: 1.9.2.5) -->
  +<!-- English Revision: 1.9 (outdated: 1.9.2.6) -->
   
   <!--
    Copyright 2002-2004 The Apache Software Foundation
  
  
  
  1.12.2.6  +6 -18     httpd-2.0/docs/manual/mod/mod_status.html.en
  
  Index: mod_status.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_status.html.en,v
  retrieving revision 1.12.2.5
  retrieving revision 1.12.2.6
  diff -u -r1.12.2.5 -r1.12.2.6
  --- mod_status.html.en	7 May 2004 08:21:03 -0000	1.12.2.5
  +++ mod_status.html.en	4 Sep 2004 23:54:29 -0000	1.12.2.6
  @@ -31,14 +31,6 @@
   <tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_status.c</td></tr></table>
   <h3>Summary</h3>
   
  -
  -<div class="note">
  -  <strong>Warning:</strong> This document has not been updated
  -  to take into account changes made in the 2.0 version of the
  -  Apache HTTP Server. Some of the information may still be
  -  relevant, but please use it with care.
  -</div>
  -
       <p>The Status module allows a server administrator to find out
       how well their server is performing. A HTML page is presented
       that gives the current server statistics in an easily readable
  @@ -49,13 +41,13 @@
       <p>The details given are:</p>
   
       <ul>
  -      <li>The number of children serving requests</li>
  +      <li>The number of worker serving requests</li>
   
  -      <li>The number of idle children</li>
  +      <li>The number of idle worker</li>
   
  -      <li>The status of each child, the number of requests that
  -      child has performed and the total number of bytes served by
  -      the child (*)</li>
  +      <li>The status of each worker, the number of requests that
  +      worker has performed and the total number of bytes served by
  +      the worker (*)</li>
   
         <li>A total number of accesses and byte count served (*)</li>
   
  @@ -66,7 +58,7 @@
         number of bytes served per second and the average number of
         bytes per request (*)</li>
   
  -      <li>The current percentage CPU used by each child and in
  +      <li>The current percentage CPU used by each worker and in
         total by Apache (*)</li>
   
         <li>The current hosts and requests being processed (*)</li>
  @@ -107,10 +99,6 @@
       <p>You can now access server statistics by using a Web browser
       to access the page
       <code>http://your.server.name/server-status</code></p>
  -
  -    <div class="note"><p>Note that <code class="module"><a href="../mod/mod_status.html">mod_status</a></code> will only work
  -    when you are running Apache in <a href="core.html#servertype">standalone</a> mode and not
  -    <a href="core.html#servertype">inetd</a> mode.</p></div>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
   <div class="section">
   <h2><a name="autoupdate" id="autoupdate">Automatic Updates</a></h2>
  
  
  
  1.1.2.2   +2 -0      httpd-2.0/docs/manual/mod/mod_status.html.ko.euc-kr
  
  Index: mod_status.html.ko.euc-kr
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_status.html.ko.euc-kr,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- mod_status.html.ko.euc-kr	7 May 2004 08:21:03 -0000	1.1.2.1
  +++ mod_status.html.ko.euc-kr	4 Sep 2004 23:54:29 -0000	1.1.2.2
  @@ -24,6 +24,8 @@
   <p><span>������ ���: </span><a href="../en/mod/mod_status.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
   <a href="../ko/mod/mod_status.html" title="Korean">&nbsp;ko&nbsp;</a></p>
   </div>
  +<div class="outofdate">�� ������ �ֽ��� ������ �ƴմϴ�.
  +            �ֱٿ� ����� ������ ���� ������ �����ϼ���.</div>
   <table class="module"><tr><th><a href="module-dict.html#Description">����:</a></th><td>���� Ȱ���� ���ɿ� ���� ������ �����Ѵ�</td></tr>
   <tr><th><a href="module-dict.html#Status">����:</a></th><td>Base</td></tr>
   <tr><th><a href="module-dict.html#ModuleIdentifier">����:</a></th><td>status_module</td></tr>
  
  
  
  1.2.2.2   +1 -1      httpd-2.0/docs/manual/mod/mod_status.xml.ko
  
  Index: mod_status.xml.ko
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_status.xml.ko,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- mod_status.xml.ko	7 May 2004 08:21:03 -0000	1.2.2.1
  +++ mod_status.xml.ko	4 Sep 2004 23:54:29 -0000	1.2.2.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="EUC-KR" ?>
   <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
   <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
  -<!-- English Revision: 1.4.2.5 -->
  +<!-- English Revision: 1.4.2.5 (outdated: 1.4.2.6) -->
   
   <!--
    Copyright 2004 The Apache Software Foundation
  
  
  
  1.1.2.3   +1 -1      httpd-2.0/docs/manual/mod/mod_status.xml.meta
  
  Index: mod_status.xml.meta
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_status.xml.meta,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- mod_status.xml.meta	7 May 2004 08:21:03 -0000	1.1.2.2
  +++ mod_status.xml.meta	4 Sep 2004 23:54:29 -0000	1.1.2.3
  @@ -7,6 +7,6 @@
   
     <variants>
       <variant>en</variant>
  -    <variant>ko</variant>
  +    <variant outdated="yes">ko</variant>
     </variants>
   </metafile>