]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update transformation
authorNilgun Belma Buguner <nilgun@apache.org>
Wed, 14 Jan 2009 15:23:06 +0000 (15:23 +0000)
committerNilgun Belma Buguner <nilgun@apache.org>
Wed, 14 Jan 2009 15:23:06 +0000 (15:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@734419 13f79535-47bb-0310-9956-ffa450edef68

13 files changed:
docs/manual/env.html.tr.utf8
docs/manual/env.xml.ja
docs/manual/env.xml.ko
docs/manual/mod/mod_cache.xml.ja
docs/manual/mod/mod_cache.xml.ko
docs/manual/mod/mod_ext_filter.html.en
docs/manual/mod/mod_ext_filter.html.ja.utf8
docs/manual/mod/mod_ext_filter.xml.ja
docs/manual/mod/mod_ext_filter.xml.ko
docs/manual/mod/mod_ext_filter.xml.meta
docs/manual/urlmapping.html.tr.utf8
docs/manual/urlmapping.xml.ja
docs/manual/urlmapping.xml.ko

index eecfeae2f684e1e9c96801b1122d7da2543c8d28..f41d8f062942cc8f5490d6224e8d0f5f733ca888 100644 (file)
           reddeder.</p>
 
     
+    <h3><a name="no-cache" id="no-cache">no-cache</a></h3>
+
+        <p>Atandığı takdirde, <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> başka bir
+          önbelleklenebilir yanıtı kaydetmeyecektir. Bu ortam değişkeni, bir
+          yanıtın geçerli bir istek için evvelce önbelleğe alınmış olduğu
+          anlamına gelmez.</p>
+
+    
 
     <h3><a name="nokeepalive" id="nokeepalive"><code>nokeepalive</code></a></h3>
         
index d615ef301e28d6cd5caae993bc9444d1b274919f..5cde7c8ebb8de3bcc7f5cc1df093485757259eff 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 421100:691230 (outdated) -->
+<!-- English Revision: 421100:733762 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 9f557dad3e7220d6479d0d279f5c8a3cf5a45f8c..c20974da0896a803d79f7e341cc834f80d1a5c45 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:691230 (outdated) -->
+<!-- English Revision: 105989:733762 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 879949c39afe989bfd70eeaaf9ead335a40534ee..046a0fddb3e53e1a6115a94d2e6b1a0b7b3a52e9 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 421100:594110 (outdated) -->
+<!-- English Revision: 421100:733762 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 71f2c81ca3ebd8c46ba99406b644ee62f6561b66..456cd1455450e4eea0e24be0d3b60bc956a54d4b 100644 (file)
@@ -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: 105569:594110 (outdated) -->
+<!-- English Revision: 105569:733762 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index cb746bb2fff958e6a1e8a03e8a8fa6965b88ae4c..0bd54bf0c57ea05797fa903b6fb04c780bcd7b5f 100644 (file)
@@ -354,6 +354,12 @@ delivery to the client</td></tr>
       messages written to standard error by the external filter
       program will be saved in the Apache error log.
       <code>NoLogStderr</code> disables this feature.</dd>
+
+      <dt><code>Onfail=[abort|remove]</code> (new in httpd version 2.2.12).</dt>
+      <dd>Determines how to proceed if the external filter program
+      cannot be started.  With <code>abort</code> (the default value)
+      the request will be aborted.  With <code>remove</code>, the
+      filter is removed and the request continues without it.</dd>
     </dl>
 
     <div class="example"><h3>Example</h3><p><code>
index 924012bfff5073be3b6c08bfe7a557c226b6d08f..029ed27fd1c25fc504f83ab15acfbfe38bf9afdb 100644 (file)
@@ -25,6 +25,8 @@
 <a href="../ja/mod/mod_ext_filter.html" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_ext_filter.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">This translation may be out of date. Check the
+            English version for recent changes.</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>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">モジュール識別子:</a></th><td>ext_filter_module</td></tr>
index 639d284150635cc273dc2466067a5c8afeb6f38b..100a0545cfbcdc52087aeb91bfc038cb321a67ef 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 421100 -->
+<!-- English Revision: 421100:732586 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 8dc1ceb65a846dc79b162a2840fa8336735dba42..19d3a927882a6c738990382bf61bb9eeba8165b6 100644 (file)
@@ -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: 105989:421100 (outdated) -->
+<!-- English Revision: 105989:732586 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index c83fa720639c884b26ba81b711ff9eb052f822dd..f8a77b54d761e496f83bc8b88d329ee489c48185 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>
 </metafile>
index b546af37768aaf2135a82af519e3bb978b2adc5c..9ce0d13cac16314e98055eb2521d408ec7f9e45a 100644 (file)
@@ -41,7 +41,7 @@
 <div class="section">
 <h2><a name="related" id="related">İlgili Modüller ve Yönergeler</a></h2>
 
-<table class="related"><tr><th>İlgili Modüller</th><th>İlgili Yönergeler</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_alias.html">mod_alias</a></code></li><li><code class="module"><a href="./mod/mod_proxy.html">mod_proxy</a></code></li><li><code class="module"><a href="./mod/mod_rewrite.html">mod_rewrite</a></code></li><li><code class="module"><a href="./mod/mod_userdir.html">mod_userdir</a></code></li><li><code class="module"><a href="./mod/mod_speling.html">mod_speling</a></code></li><li><code class="module"><a href="./mod/mod_vhost_alias.html">mod_vhost_alias</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/mod_alias.html#alias">Alias</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#aliasmatch">AliasMatch</a></code></li><li><code class="directive"><a href="./mod/mod_speling.html#checkspelling">CheckSpelling</a></code></li><li><code class="directive"><a href="./mod/core.html#documentroot">DocumentRoot</a></code></li><li><code class="directive"><a href="./mod/core.html#errordocument">ErrorDocument</a></code></li><li><code class="directive"><a href="./mod/core.html#options">Options</a></code></li><li><code class="directive"><a href="./mod/mod_proxy.html#proxypass">ProxyPass</a></code></li><li><code class="directive"><a href="./mod/mod_proxy.html#proxypassreverse">ProxyPassReverse</a></code></li><li><code class="directive"><a href="./mod/mod_proxy.html#proxypassreversecookiedomain">ProxyPassReverseCookieDomain</a></code></li><li><code class="directive"><a href="./mod/mod_proxy.html#proxypassreversecookiepath">ProxyPassReverseCookiePath</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#redirect">Redirect</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#redirectmatch">RedirectMatch</a></code></li><li><code class="directive"><a href="./mod/mod_rewrite.html#rewritecond">RewriteCond</a></code></li><li><code class="directive"><a href="./mod/mod_rewrite.html#rewritematch">RewriteMatch</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#scriptalias">ScriptAlias</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#scriptaliasmatch">ScriptAliasMatch</a></code></li><li><code class="directive"><a href="./mod/mod_userdir.html#userdir">UserDir</a></code></li></ul></td></tr></table>
+<table class="related"><tr><th>İlgili Modüller</th><th>İlgili Yönergeler</th></tr><tr><td><ul><li><code class="module"><a href="./mod/mod_alias.html">mod_alias</a></code></li><li><code class="module"><a href="./mod/mod_proxy.html">mod_proxy</a></code></li><li><code class="module"><a href="./mod/mod_rewrite.html">mod_rewrite</a></code></li><li><code class="module"><a href="./mod/mod_userdir.html">mod_userdir</a></code></li><li><code class="module"><a href="./mod/mod_speling.html">mod_speling</a></code></li><li><code class="module"><a href="./mod/mod_vhost_alias.html">mod_vhost_alias</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/mod_alias.html#alias">Alias</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#aliasmatch">AliasMatch</a></code></li><li><code class="directive"><a href="./mod/mod_speling.html#checkspelling">CheckSpelling</a></code></li><li><code class="directive"><a href="./mod/core.html#documentroot">DocumentRoot</a></code></li><li><code class="directive"><a href="./mod/core.html#errordocument">ErrorDocument</a></code></li><li><code class="directive"><a href="./mod/core.html#options">Options</a></code></li><li><code class="directive"><a href="./mod/mod_proxy.html#proxypass">ProxyPass</a></code></li><li><code class="directive"><a href="./mod/mod_proxy.html#proxypassreverse">ProxyPassReverse</a></code></li><li><code class="directive"><a href="./mod/mod_proxy.html#proxypassreversecookiedomain">ProxyPassReverseCookieDomain</a></code></li><li><code class="directive"><a href="./mod/mod_proxy.html#proxypassreversecookiepath">ProxyPassReverseCookiePath</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#redirect">Redirect</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#redirectmatch">RedirectMatch</a></code></li><li><code class="directive"><a href="./mod/mod_rewrite.html#rewritecond">RewriteCond</a></code></li><li><code class="directive"><a href="./mod/mod_rewrite.html#rewriterule">RewriteRule</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#scriptalias">ScriptAlias</a></code></li><li><code class="directive"><a href="./mod/mod_alias.html#scriptaliasmatch">ScriptAliasMatch</a></code></li><li><code class="directive"><a href="./mod/mod_userdir.html#userdir">UserDir</a></code></li></ul></td></tr></table>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="documentroot" id="documentroot"><code>DocumentRoot</code></a></h2>
       de uygulayabilecek yetenektedir: Dahili yönlendirmeler (rumuzlar),
       harici yönlendirmeler ve vekalet. <code class="module"><a href="./mod/mod_rewrite.html">mod_rewrite</a></code> modülü
       tarafından sağlanan yeteneklerin ayrıntılı açıklamaları ve bunların
-      kullanım örnekleri <a href="misc/rewriteguide.html">URL Yeniden Yazma
-      Rehberi</a>nde bulunmaktadır.</p>
+      kullanım örnekleri ayrıntılı olarak <a href="rewrite/">mod_rewrite
+      belgeleri</a>nde bulunmaktadır.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="notfound" id="notfound">Dosya orada yok</a></h2>
index 1be6a4232af4f6ba2d7d72b0e434b53173feca92..ad4bf6e7d10cdb5f3d6f028cbf002b1aecd8689b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 421100:655009 (outdated) -->
+<!-- English Revision: 421100:732823 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index ac218edf16cb1286e5cddbe53c3102890fe43c93..c2f37657ddf4acad1aa953f1a7d47efbdb8cfd13 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: 151408:655009 (outdated) -->
+<!-- English Revision: 151408:732823 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more