diff options
author | Rainer Jung <rjung@apache.org> | 2015-10-09 00:35:03 +0200 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2015-10-09 00:35:03 +0200 |
commit | 328a4ceb34ac6756fdf166d730b303f322b77595 (patch) | |
tree | fc1a05c88b521b5e48b86777fe3c2cc27bc36375 /docs/manual/mod/core.html.ja.utf8 | |
parent | Sort MPMs given in modulelist uniformly, list (diff) | |
download | apache2-328a4ceb34ac6756fdf166d730b303f322b77595.tar.xz apache2-328a4ceb34ac6756fdf166d730b303f322b77595.zip |
Xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1707628 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/core.html.ja.utf8')
-rw-r--r-- | docs/manual/mod/core.html.ja.utf8 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/manual/mod/core.html.ja.utf8 b/docs/manual/mod/core.html.ja.utf8 index 0ee3eeb1bc..11a9265350 100644 --- a/docs/manual/mod/core.html.ja.utf8 +++ b/docs/manual/mod/core.html.ja.utf8 @@ -49,6 +49,7 @@ <li><img alt="" src="../images/down.gif" /> <a href="#allowencodedslashes">AllowEncodedSlashes</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#allowoverride">AllowOverride</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#allowoverridelist">AllowOverrideList</a></li> +<li><img alt="" src="../images/down.gif" /> <a href="#asyncfilter">AsyncFilter</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#cgimapextension">CGIMapExtension</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#cgipassauth">CGIPassAuth</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#contentdigest">ContentDigest</a></li> @@ -487,6 +488,19 @@ </ul> </div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> +<div class="directive-section"><h2><a name="AsyncFilter" id="AsyncFilter">AsyncFilter</a> <a name="asyncfilter" id="asyncfilter">ディレクティブ</a></h2> +<table class="directive"> +<tr><th><a href="directive-dict.html#Description">説明:</a></th><td>Set the minimum filter type eligible for asynchronous handling</td></tr> +<tr><th><a href="directive-dict.html#Syntax">構文:</a></th><td><code>AsyncFilter request|connection|network</code></td></tr> +<tr><th><a href="directive-dict.html#Default">デフォルト:</a></th><td><code>AsyncFilter request</code></td></tr> +<tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>サーバ設定ファイル, バーチャルホスト</td></tr> +<tr><th><a href="directive-dict.html#Status">ステータス:</a></th><td>Core</td></tr> +<tr><th><a href="directive-dict.html#Module">モジュール:</a></th><td>core</td></tr> +<tr><th><a href="directive-dict.html#Compatibility">互換性:</a></th><td>Only available from Apache 2.5.0 and later.</td></tr> +</table><p>このディレクティブの解説文書は + まだ翻訳されていません。英語版をご覧ください。 + </p></div> +<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="directive-section"><h2><a name="CGIMapExtension" id="CGIMapExtension">CGIMapExtension</a> <a name="cgimapextension" id="cgimapextension">ディレクティブ</a></h2> <table class="directive"> <tr><th><a href="directive-dict.html#Description">説明:</a></th><td>CGI スクリプトのインタープリタの位置を調べるための手法</td></tr> |