Commit b0f5d1a4 authored by Andre Malo's avatar Andre Malo
Browse files

update transformation


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@392398 13f79535-47bb-0310-9956-ffa450edef68
parent 1ede6885
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -25,8 +25,6 @@
<a href="./ko/filter.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
<a href="./ru/filter.html" title="Russian">&nbsp;ru&nbsp;</a></p>
</div>
<div class="outofdate">This translation may be out of date. Check the
            English version for recent changes.</div>

    <p>      Apache.</p>
  </div>
@@ -41,11 +39,11 @@
    ,  <em> (input)</em> ,
        ,    -
    <em> (output)</em>.       
       , 
       , ޣ
          .</p>

    <p>    Apache,  
      .    ,  
    <p>    Apache  
      .      
      -     
       ,
       .    
@@ -54,7 +52,7 @@
    <code class="directive"><a href="./mod/core.html#setoutputfilter">SetOutputFilter</a></code>,
    <code class="directive"><a href="./mod/mod_mime.html#addinputfilter">AddInputFilter</a></code>,
    <code class="directive"><a href="./mod/mod_mime.html#addoutputfilter">AddOutputFilter</a></code>,
    <code class="directive"><a href="./mod/mod_mime.html#removeinputfilter">RemoveInputFilter</a></code>, and
    <code class="directive"><a href="./mod/mod_mime.html#removeinputfilter">RemoveInputFilter</a></code>, 
    <code class="directive"><a href="./mod/mod_mime.html#removeoutputfilter">RemoveOutputFilter</a></code>.</p>

    <p>   HTTP  Apache   
@@ -69,7 +67,7 @@
      </dd>
    </dl>

    <p>   ,  <code class="module"><a href="./mod/mod_ext_filter.html">mod_ext_filter</a></code>
    <p> <code class="module"><a href="./mod/mod_ext_filter.html">mod_ext_filter</a></code>
           .</p>
  </div></div>
<div class="bottomlang">
+1 −1
Original line number Diff line number Diff line
@@ -11,6 +11,6 @@
    <variant>fr</variant>
    <variant>ja</variant>
    <variant>ko</variant>
    <variant outdated="yes">ru</variant>
    <variant>ru</variant>
  </variants>
</metafile>
+16 −16
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
<a href="./ru/handler.html" title="Russian">&nbsp;ru&nbsp;</a></p>
</div>

    <p>     (handlers)  Apache</p>
    <p>     (handlers)  Apache.</p>
  </div>
<div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#definition">  </a></li>
<li><img alt="" src="./images/down.gif" /> <a href="#examples"></a></li>
@@ -40,22 +40,22 @@


    <p>   
    Apache,      
    Apache,      
     .  ,   
      ,   ,
      ,   
       .    
    ,     
     (handled) .</p>

    <p> Apache 1.1    
    .     
    . ޣ    
         ,      
     .    
    , - ,    , 
    -,      
    , <strong> </strong> . (. 
    <a href="mod/mod_mime.html#multipleext">"  
    "</a>)</p>
    <a href="mod/mod_mime.html#multipleext">&#171;  
    &#187;</a>)</p>

    <p>     
       (   
@@ -65,8 +65,8 @@
    :</p>

    <ul>
      <li><strong>default-handler</strong>:  , 
      <code>default_handler()</code>,   
      <li><strong>default-handler</strong>:  ,  
      <code>default_handler()</code>,   
      -   . ()</li>

      <li><strong>send-as-is</strong>:  ,  
@@ -92,7 +92,7 @@
<h2><a name="examples" id="examples"></a></h2>
    

    <h3><a name="example1" id="example1">    CGI-</a></h3>
    <h3><a name="example1" id="example1">   CGI-</a></h3>
      

      <p>   ,   
@@ -108,7 +108,7 @@
      <p>   CGI-   , 
          (  
        <code>PATH_TRANSLATED</code>), 
           .</p>
       Σ    .</p>

    
    <h3><a name="example2" id="example2">  HTTP </a></h3>
@@ -134,24 +134,24 @@

    <p>      , 
    <a href="developer/API.html">Apache API</a>  
     .     <code>request_rec</code>
     .  ,   <code>request_rec</code>
       :</p>

    <div class="example"><p><code>
      char *handler
    </code></p></div>

    <p>       ,
     ,    ,    <code>r-&gt;handler</code>
      ,    
    <p>    ϣ   ,
     ӣ,    ,    <code>r-&gt;handler</code>
      , ޣ   
     ,      <code>invoke_handler</code>.
        ,   ,
       ,    
     ,     (content type).
         ,   
       -  
    ,        - 
          - (media type).</p>
    , ̣       - 
         ͣ - (media type).</p>
  </div></div>
<div class="bottomlang">
<p><span> : </span><a href="./en/handler.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
+3 −3
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ do?</a></h2>
    following:</p>

    <div class="example"><p><code>
      Deny from 205.252.46.165
      Deny from 10.252.46.165
    </code></p></div>

    <p>Visitors coming from that address will not be able to see
@@ -317,8 +317,8 @@ do?</a></h2>
    you can specify just part of an address or domain name:</p>

    <div class="example"><p><code>
      Deny from <var>192.101.205</var><br />
      Deny from <var>cyberthugs.com</var> <var>moreidiots.com</var><br />
      Deny from <var>192.168.205</var><br />
      Deny from <var>phishers.example.com</var> <var>moreidiots.example</var><br />
      Deny from ke
    </code></p></div>

+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,10 @@
<a href="../ja/howto/auth.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="../ko/howto/auth.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
<div class="outofdate">Esta traducción podría estar
            obsoleta. Consulte la versión en inglés de la
            documentación para comprobar si se han producido cambios
            recientemente.</div>

    <p>La autentificación es cualquier proceso mediante el cual se
    verifica que alguien es quien dice ser. La autorización es
Loading