Skip to content

Commit 86cfa78

Browse files
committed
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@734419 13f79535-47bb-0310-9956-ffa450edef68
1 parent b7b62c4 commit 86cfa78

13 files changed

Lines changed: 28 additions & 12 deletions

docs/manual/env.html.tr.utf8

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,14 @@
280280
reddeder.</p>
281281

282282

283+
<h3><a name="no-cache" id="no-cache">no-cache</a></h3>
284+
285+
<p>Atandığı takdirde, <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> başka bir
286+
önbelleklenebilir yanıtı kaydetmeyecektir. Bu ortam değişkeni, bir
287+
yanıtın geçerli bir istek için evvelce önbelleğe alınmış olduğu
288+
anlamına gelmez.</p>
289+
290+
283291

284292
<h3><a name="nokeepalive" id="nokeepalive"><code>nokeepalive</code></a></h3>
285293

docs/manual/env.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="UTF-8" ?>
22
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
33
<?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
4-
<!-- English Revision: 421100:691230 (outdated) -->
4+
<!-- English Revision: 421100:733762 (outdated) -->
55

66
<!--
77
Licensed to the Apache Software Foundation (ASF) under one or more

docs/manual/env.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 manualpage SYSTEM "./style/manualpage.dtd">
33
<?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
4-
<!-- English Revision: 105989:691230 (outdated) -->
4+
<!-- English Revision: 105989:733762 (outdated) -->
55

66
<!--
77
Licensed to the Apache Software Foundation (ASF) under one or more

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="UTF-8" ?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
4-
<!-- English Revision: 421100:594110 (outdated) -->
4+
<!-- English Revision: 421100:733762 (outdated) -->
55

66
<!--
77
Licensed to the Apache Software Foundation (ASF) under one or more

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:594110 (outdated) -->
4+
<!-- English Revision: 105569:733762 (outdated) -->
55

66
<!--
77
Licensed to the Apache Software Foundation (ASF) under one or more

docs/manual/mod/mod_ext_filter.html.en

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,12 @@ delivery to the client</td></tr>
354354
messages written to standard error by the external filter
355355
program will be saved in the Apache error log.
356356
<code>NoLogStderr</code> disables this feature.</dd>
357+
358+
<dt><code>Onfail=[abort|remove]</code> (new in httpd version 2.2.12).</dt>
359+
<dd>Determines how to proceed if the external filter program
360+
cannot be started. With <code>abort</code> (the default value)
361+
the request will be aborted. With <code>remove</code>, the
362+
filter is removed and the request continues without it.</dd>
357363
</dl>
358364

359365
<div class="example"><h3>Example</h3><p><code>

docs/manual/mod/mod_ext_filter.html.ja.utf8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
<a href="../ja/mod/mod_ext_filter.html" title="Japanese">&nbsp;ja&nbsp;</a> |
2626
<a href="../ko/mod/mod_ext_filter.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>レスポンスのボディをクライアントに送る前に外部プログラムで処理する</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>ext_filter_module</td></tr>

docs/manual/mod/mod_ext_filter.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="UTF-8" ?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
4-
<!-- English Revision: 421100 -->
4+
<!-- English Revision: 421100:732586 (outdated) -->
55

66
<!--
77
Licensed to the Apache Software Foundation (ASF) under one or more

docs/manual/mod/mod_ext_filter.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: 105989:421100 (outdated) -->
4+
<!-- English Revision: 105989:732586 (outdated) -->
55

66
<!--
77
Licensed to the Apache Software Foundation (ASF) under one or more

docs/manual/mod/mod_ext_filter.xml.meta

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

99
<variants>
1010
<variant>en</variant>
11-
<variant>ja</variant>
11+
<variant outdated="yes">ja</variant>
1212
<variant outdated="yes">ko</variant>
1313
</variants>
1414
</metafile>

0 commit comments

Comments
 (0)