Skip to content

Commit b15fe98

Browse files
author
Andre Malo
committed
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151033 13f79535-47bb-0310-9956-ffa450edef68
1 parent 30540b7 commit b15fe98

14 files changed

Lines changed: 200 additions & 90 deletions

docs/manual/mod/core.html.ja.euc-jp

Lines changed: 87 additions & 71 deletions
Large diffs are not rendered by default.

docs/manual/mod/core.xml.meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<variants>
99
<variant outdated="yes">de</variant>
1010
<variant>en</variant>
11-
<variant outdated="yes">ja</variant>
11+
<variant>ja</variant>
1212
</variants>
1313
</metafile>

docs/manual/mod/directives.html.de

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@
124124
<li><a href="mod_disk_cache.html#cacheminfilesize">CacheMinFileSize</a></li>
125125
<li><a href="mod_negotiation.html#cachenegotiateddocs">CacheNegotiatedDocs</a></li>
126126
<li><a href="mod_disk_cache.html#cacheroot">CacheRoot</a></li>
127+
<li><a href="mod_cache.html#cachestorenostore">CacheStoreNoStore</a></li>
128+
<li><a href="mod_cache.html#cachestoreprivate">CacheStorePrivate</a></li>
127129
<li><a href="core.html#cgimapextension">CGIMapExtension</a></li>
128130
<li><a href="mod_charset_lite.html#charsetdefault">CharsetDefault</a></li>
129131
<li><a href="mod_charset_lite.html#charsetoptions">CharsetOptions</a></li>

docs/manual/mod/directives.html.en

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125
<li><a href="mod_disk_cache.html#cacheminfilesize">CacheMinFileSize</a></li>
126126
<li><a href="mod_negotiation.html#cachenegotiateddocs">CacheNegotiatedDocs</a></li>
127127
<li><a href="mod_disk_cache.html#cacheroot">CacheRoot</a></li>
128+
<li><a href="mod_cache.html#cachestorenostore">CacheStoreNoStore</a></li>
129+
<li><a href="mod_cache.html#cachestoreprivate">CacheStorePrivate</a></li>
128130
<li><a href="core.html#cgimapextension">CGIMapExtension</a></li>
129131
<li><a href="mod_charset_lite.html#charsetdefault">CharsetDefault</a></li>
130132
<li><a href="mod_charset_lite.html#charsetoptions">CharsetOptions</a></li>

docs/manual/mod/directives.html.es

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@
127127
<li><a href="mod_disk_cache.html#cacheminfilesize">CacheMinFileSize</a></li>
128128
<li><a href="mod_negotiation.html#cachenegotiateddocs">CacheNegotiatedDocs</a></li>
129129
<li><a href="mod_disk_cache.html#cacheroot">CacheRoot</a></li>
130+
<li><a href="mod_cache.html#cachestorenostore">CacheStoreNoStore</a></li>
131+
<li><a href="mod_cache.html#cachestoreprivate">CacheStorePrivate</a></li>
130132
<li><a href="core.html#cgimapextension">CGIMapExtension</a></li>
131133
<li><a href="mod_charset_lite.html#charsetdefault">CharsetDefault</a></li>
132134
<li><a href="mod_charset_lite.html#charsetoptions">CharsetOptions</a></li>

docs/manual/mod/mod_cache.html.en

Lines changed: 90 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
<li><img alt="" src="../images/down.gif" /> <a href="#cacheignorenolastmod">CacheIgnoreNoLastMod</a></li>
6464
<li><img alt="" src="../images/down.gif" /> <a href="#cachelastmodifiedfactor">CacheLastModifiedFactor</a></li>
6565
<li><img alt="" src="../images/down.gif" /> <a href="#cachemaxexpire">CacheMaxExpire</a></li>
66+
<li><img alt="" src="../images/down.gif" /> <a href="#cachestorenostore">CacheStoreNoStore</a></li>
67+
<li><img alt="" src="../images/down.gif" /> <a href="#cachestoreprivate">CacheStorePrivate</a></li>
6668
</ul>
6769
<h3>Topics</h3>
6870
<ul id="topics">
@@ -187,24 +189,36 @@ manager</td></tr>
187189
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
188190
<div class="directive-section"><h2><a name="CacheIgnoreCacheControl" id="CacheIgnoreCacheControl">CacheIgnoreCacheControl</a> <a name="cacheignorecachecontrol" id="cacheignorecachecontrol">Directive</a></h2>
189191
<table class="directive">
190-
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Ignore the fact that the client requested the content not be
191-
cached.</td></tr>
192+
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Ignore request to not serve cached content to client</td></tr>
192193
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CacheIgnoreCacheControl On|Off</code></td></tr>
193194
<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CacheIgnoreCacheControl Off</code></td></tr>
194195
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
195196
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
196197
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache</td></tr>
197198
</table>
198-
<p>Ordinarily, documents with no-cache or no-store header values will not be stored in the cache.
199-
The <code class="directive">CacheIgnoreCacheControl</code> directive allows this behavior to be overridden.
200-
<code class="directive">CacheIgnoreCacheControl</code> On tells the server to attempt to cache the document
201-
even if it contains no-cache or no-store header values. Documents requiring authorization will
202-
<em>never</em> be cached.</p>
199+
<p>Ordinarily, requests containing a Cache-Control: no-cache or
200+
Pragma: no-cache header value will not be served from the cache. The
201+
<code class="directive">CacheIgnoreCacheControl</code> directive allows this
202+
behavior to be overridden. <code class="directive">CacheIgnoreCacheControl</code>
203+
On tells the server to attempt to serve the resource from the cache even
204+
if the request contains no-cache header values. Resources requiring
205+
authorization will <em>never</em> be cached.</p>
203206

204207
<div class="example"><p><code>
205208
CacheIgnoreCacheControl On
206209
</code></p></div>
207210

211+
<div class="warning"><h3>Warning:</h3>
212+
This directive will allow serving from the cache even if the client has
213+
requested that the document not be served from the cache. This might
214+
result in stale content being served.
215+
</div>
216+
217+
<h3>See also</h3>
218+
<ul>
219+
<li><code class="directive"><a href="#cachestoreprivate">CacheStorePrivate</a></code></li>
220+
<li><code class="directive"><a href="#cachestorenostore">CacheStoreNoStore</a></code></li>
221+
</ul>
208222
</div>
209223
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
210224
<div class="directive-section"><h2><a name="CacheIgnoreHeaders" id="CacheIgnoreHeaders">CacheIgnoreHeaders</a> <a name="cacheignoreheaders" id="cacheignoreheaders">Directive</a></h2>
@@ -340,6 +354,75 @@ LastModified date.</td></tr>
340354
CacheMaxExpire 604800
341355
</code></p></div>
342356

357+
</div>
358+
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
359+
<div class="directive-section"><h2><a name="CacheStoreNoStore" id="CacheStoreNoStore">CacheStoreNoStore</a> <a name="cachestorenostore" id="cachestorenostore">Directive</a></h2>
360+
<table class="directive">
361+
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Attempt to cache requests or responses that have been marked as no-store.</td></tr>
362+
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CacheStoreNoStore On|Off</code></td></tr>
363+
<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CacheStoreNoStore Off</code></td></tr>
364+
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
365+
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
366+
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache</td></tr>
367+
</table>
368+
<p>Ordinarily, requests or responses with Cache-Control: no-store header
369+
values will not be stored in the cache. The
370+
<code class="directive">CacheStoreNoCache</code> directive allows this
371+
behavior to be overridden. <code class="directive">CacheStoreNoCache</code> On
372+
tells the server to attempt to cache the resource even if it contains
373+
no-store header values. Resources requiring authorization will
374+
<em>never</em> be cached.</p>
375+
376+
<div class="example"><p><code>
377+
CacheStoreNoStore On
378+
</code></p></div>
379+
380+
<div class="warning"><h3>Warning:</h3>
381+
As described in RFC 2616, the no-store directive is intended to
382+
"prevent the inadvertent release or retention of sensitive information
383+
(for example, on backup tapes)." Enabling this option could store
384+
sensitive information in the cache. You are hereby warned.
385+
</div>
386+
387+
<h3>See also</h3>
388+
<ul>
389+
<li><code class="directive"><a href="#cacheignorecachecontrol">CacheIgnoreCacheControl</a></code></li>
390+
<li><code class="directive"><a href="#cachestoreprivate">CacheStorePrivate</a></code></li>
391+
</ul>
392+
</div>
393+
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
394+
<div class="directive-section"><h2><a name="CacheStorePrivate" id="CacheStorePrivate">CacheStorePrivate</a> <a name="cachestoreprivate" id="cachestoreprivate">Directive</a></h2>
395+
<table class="directive">
396+
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Attempt to cache responses that the server has marked as private</td></tr>
397+
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CacheStorePrivate On|Off</code></td></tr>
398+
<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>CacheStorePrivate Off</code></td></tr>
399+
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
400+
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
401+
<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_cache</td></tr>
402+
</table>
403+
<p>Ordinarily, responses with Cache-Control: private header values will not
404+
be stored in the cache. The <code class="directive">CacheStorePrivate</code>
405+
directive allows this behavior to be overridden.
406+
<code class="directive">CacheStorePrivate</code> On
407+
tells the server to attempt to cache the resource even if it contains
408+
private header values. Resources requiring authorization will
409+
<em>never</em> be cached.</p>
410+
411+
<div class="example"><p><code>
412+
CacheStorePrivate On
413+
</code></p></div>
414+
415+
<div class="warning"><h3>Warning:</h3>
416+
This directive will allow caching even if the upstream server has
417+
requested that the resource not be cached. This directive is only
418+
ideal for a 'private' cache.
419+
</div>
420+
421+
<h3>See also</h3>
422+
<ul>
423+
<li><code class="directive"><a href="#cacheignorecachecontrol">CacheIgnoreCacheControl</a></code></li>
424+
<li><code class="directive"><a href="#cachestorenostore">CacheStoreNoStore</a></code></li>
425+
</ul>
343426
</div>
344427
</div>
345428
<div class="bottomlang">

docs/manual/mod/mod_cache.html.ja.euc-jp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
<a href="../ja/mod/mod_cache.html" title="Japanese">&nbsp;ja&nbsp;</a> |
2626
<a href="../ko/mod/mod_cache.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
2727
</div>
28+
<div class="outofdate">This translation may be out of date. Check the
29+
English version for recent changes.</div>
2830
<table class="module"><tr><th><a href="module-dict.html#Description">説明:</a></th><td>URI をキーにしたコンテンツのキャッシュ</td></tr>
2931
<tr><th><a href="module-dict.html#Status">ステータス:</a></th><td>Extension</td></tr>
3032
<tr><th><a href="module-dict.html#ModuleIdentifier">モジュール識別子:</a></th><td>cache_module</td></tr>

docs/manual/mod/mod_cache.xml.ja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="iso-2022-jp"?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
4-
<!-- English Revision: 125573 -->
4+
<!-- English Revision: 125573:149492 (outdated) -->
55

66
<!--
77
Copyright 2004-2005 The Apache Software Foundation or its licensors,

docs/manual/mod/mod_cache.xml.ko

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="EUC-KR" ?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
4-
<!-- English Revision: 105569:125573 (outdated) -->
4+
<!-- English Revision: 105569:149492 (outdated) -->
55

66
<!--
77
Copyright 2003-2005 The Apache Software Foundation or its licensors,

docs/manual/mod/mod_cache.xml.meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<variants>
99
<variant>en</variant>
10-
<variant>ja</variant>
10+
<variant outdated="yes">ja</variant>
1111
<variant outdated="yes">ko</variant>
1212
</variants>
1313
</metafile>

0 commit comments

Comments
 (0)