diff options
author | Stefan Fritsch <sf@apache.org> | 2011-11-23 20:55:24 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-11-23 20:55:24 +0100 |
commit | 419c40c564a44ec16850deca6e53505cf19028bc (patch) | |
tree | 9880ac9f6905e1b4cb0e044578bc6dd2f92542e5 /docs/manual/mod/mod_include.html.ja.utf8 | |
parent | The expression parser is not only a developer change. (diff) | |
download | apache2-419c40c564a44ec16850deca6e53505cf19028bc.tar.xz apache2-419c40c564a44ec16850deca6e53505cf19028bc.zip |
update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1205553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_include.html.ja.utf8')
-rw-r--r-- | docs/manual/mod/mod_include.html.ja.utf8 | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/docs/manual/mod/mod_include.html.ja.utf8 b/docs/manual/mod/mod_include.html.ja.utf8 index b8d6cb244d..fe23b4ebde 100644 --- a/docs/manual/mod/mod_include.html.ja.utf8 +++ b/docs/manual/mod/mod_include.html.ja.utf8 @@ -42,7 +42,6 @@ </div> <div id="quickview"><h3 class="directives">ディレクティブ</h3> <ul id="toc"> -<li><img alt="" src="../images/down.gif" /> <a href="#ssiaccessenable">SSIAccessEnable</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#ssiendtag">SSIEndTag</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#ssierrormsg">SSIErrorMsg</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#ssietag">SSIETag</a></li> @@ -645,34 +644,6 @@ </div> </div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> -<div class="directive-section"><h2><a name="SSIAccessEnable" id="SSIAccessEnable">SSIAccessEnable</a> <a name="ssiaccessenable" id="ssiaccessenable">ディレクティブ</a></h2> -<table class="directive"> -<tr><th><a href="directive-dict.html#Description">説明:</a></th><td>条件分岐フローの制御で -A フラグが使えるようにする</td></tr> -<tr><th><a href="directive-dict.html#Syntax">構文:</a></th><td><code>SSIAccessEnable on|off</code></td></tr> -<tr><th><a href="directive-dict.html#Default">デフォルト:</a></th><td><code>SSIAccessEnable off</code></td></tr> -<tr><th><a href="directive-dict.html#Context">コンテキスト:</a></th><td>ディレクトリ, .htaccess</td></tr> -<tr><th><a href="directive-dict.html#Status">ステータス:</a></th><td>Base</td></tr> -<tr><th><a href="directive-dict.html#Module">モジュール:</a></th><td>mod_include</td></tr> -</table> - <p><code class="directive">SSIAccessEnable</code> ディレクティブを使って、 - 条件分岐フローの制御で -A 検査が使えるようにします。 - <code class="directive">SSIAccessEnable</code> は次の値を引数にとります:</p> - - <dl> - - <dt><code>off</code></dt> - <dd><!--#if expr="-A /foo"--> では文字列や正規表現として - 解釈され、-A は特別な意味は持ちません。</dd> - - <dt><code>on</code></dt> - <dd><!--#if expr="-A /foo"--> では、設定上 URL /foo - にアクセスできない場合 false で、アクセスできる場合は true</dd> - - </dl> - - -</div> -<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="directive-section"><h2><a name="SSIEndTag" id="SSIEndTag">SSIEndTag</a> <a name="ssiendtag" id="ssiendtag">ディレクティブ</a></h2> <table class="directive"> <tr><th><a href="directive-dict.html#Description">説明:</a></th><td>include 要素を終了させる文字列</td></tr> |