]> granicus.if.org Git - apache/commitdiff
update xforms
authorVincent Bray <noodl@apache.org>
Sat, 18 Apr 2009 14:08:02 +0000 (14:08 +0000)
committerVincent Bray <noodl@apache.org>
Sat, 18 Apr 2009 14:08:02 +0000 (14:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@766327 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/caching.html.en
docs/manual/caching.html.tr.utf8
docs/manual/caching.xml.meta
docs/manual/caching.xml.tr
docs/manual/mod/mod_privileges.html.en

index 31b470a09a7c0862a763ced46c32d64f22e8f34b..9b547d42520bd234c2c8cb617197e18c33683ac5 100644 (file)
       not be cached.</p>
 
       <p>If on the other hand, the content served differs depending on the
-      values of various HTTP headers, it is possible that it might be possible
+      values of various HTTP headers, it might be possible
       to cache it intelligently through the use of a "Vary" header.</p>
     
 
@@ -289,10 +289,9 @@ Vary: negotiate,accept-language,accept-charset
       </code></p></div>
 
       <p><code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> will only serve the cached content to
-      requesters with matching accept-language and accept-charset headers
+      requesters with accept-language and accept-charset headers
       matching those of the original request.</p>
     
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="security" id="security">Security Considerations</a></h2>
@@ -320,7 +319,7 @@ Vary: negotiate,accept-language,accept-charset
       directive, or <code class="module"><a href="./mod/mod_expires.html">mod_expires</a></code>. Left unchecked,
       <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> - very much like a reverse proxy - would cache
       the content when served and then serve it to any client, on any IP
-      address.</p>        
+      address.</p>
     
 
     <h3>Local exploits</h3>
index ae645e2eca7809d95cecf19de8a9a05c21983e0e..037cbd1e09c3161e39c8f16664b8365877a35876 100644 (file)
@@ -22,6 +22,7 @@
 <a href="./fr/caching.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="./tr/caching.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
     <p>Bu belge <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code>,
       <code class="module"><a href="./mod/mod_disk_cache.html">mod_disk_cache</a></code>, <code class="module"><a href="./mod/mod_file_cache.html">mod_file_cache</a></code>
index d639933311df8104dfd90fe79d24be0edaf63fe0..ec2d32f28a05f76c2fd7b67ff7572ee1a00ce674 100644 (file)
@@ -9,6 +9,6 @@
   <variants>
     <variant>en</variant>
     <variant>fr</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index aef4a95807260b22e8bbea247b41752a7d7fa535..72ad3c1da830728d09de52ad6e51b8705b3ca8f3 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.tr.xsl"?>
-<!-- English Revision: 743408 -->
+<!-- English Revision: 743408:766324 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 2c98f3831171adc26e0689bac70bc59fd593bfa3..7f3cd2241c2bd7ae377e54dafe25079ee837683b 100644 (file)
@@ -133,7 +133,7 @@ enabled, the entire user-space must be carefully audited.</p>
 <p>There is no known Python extension supporting Solaris privileges, so it
 is unlikely that a script could escalate privileges unless it can
 load external (non-Python) privileges-aware code.  However, you should
-nevertheless audit your mod_ruby installation.</p>
+nevertheless audit your mod_python installation.</p>
 
 <p>*** What are the issues of Python loading a shared object?</p>
 
@@ -288,7 +288,7 @@ non-threaded MPMs (<code class="module"><a href="../mod/prefork.html">prefork</a
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_privileges</td></tr>
 <tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available on Solaris 10 and OpenSolaris with
-non-threaded MPMs (<code class="module"><a href="../mod/prefork.html">prefork</a></code> or custom MPM).
+non-threaded MPMs (<code class="module"><a href="../mod/prefork.html">prefork</a></code> or custom MPM)
 and when <code class="module"><a href="../mod/mod_privileges.html">mod_privileges</a></code> is compiled with the
 <var>BIG_SECURITY_HOLE</var> compile-time option.</td></tr>
 </table>