mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@766327 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -268,7 +268,7 @@
|
||||
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>
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
<a href="./fr/caching.html" hreflang="fr" rel="alternate" title="Français"> fr </a> |
|
||||
<a href="./tr/caching.html" title="Türkçe"> tr </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>
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
<variants>
|
||||
<variant>en</variant>
|
||||
<variant>fr</variant>
|
||||
<variant>tr</variant>
|
||||
<variant outdated="yes">tr</variant>
|
||||
</variants>
|
||||
</metafile>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user