1
0
mirror of https://github.com/apache/httpd.git synced 2025-12-24 15:01:03 +03:00
Submitted by: takashi
Reviewed by: kawai

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669754 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiroaki Kawai
2008-06-20 01:18:34 +00:00
parent 1e90436d12
commit 12e142cfd6
3 changed files with 10 additions and 10 deletions

View File

@@ -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.ja.xsl"?>
<!-- English Revision: 395228:420990 (outdated) -->
<!-- English Revision: 420990 -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
@@ -52,14 +52,14 @@
<p>「ハンドラ」とは、ファイルが呼ばれたときに実行される動作の
Apache における内部表現です。
通常、ファイルはファイル型に基づいた暗黙のハンドラがあります。
通常、ファイルはファイルタイプ<transnote>MIME-type</transnote
>に基づいた暗黙のハンドラがあります。
普通はすべてのファイルは単にサーバに扱われますが、
ファイルタイプの中には別に「ハンドル」(訳注: 扱う)
ファイルタイプの中には別に「ハンドル」<transnote>扱う</transnote>
されるものもあります。</p>
<p>Apache 1.1 では、ハンドラを明示的に使用する機能が追加されました。
ファイルの拡張子や置いている場所に基づいて、
ファイル型と関係なくハンドラを指定することができます。
<p>ファイルの拡張子や置いている場所に基づいてファイルタイプと関係なく、
ハンドラを明示的に設定することもできます。
これはより優雅な解決法という点と、ファイルにタイプ<strong>と</strong
>ハンドラの両方を関連付けることができるという点で優れています。
(<a href="mod/mod_mime.html#multipleext"
@@ -157,6 +157,6 @@
ハンドラ名を使うようになっていること以外は、以前と同じように実装されています。
必ず要求されているわけではありませんが、メディアタイプ
の名前空間を侵さないように、ハンドラの名前にはスラッシュを含まない、
ダッシュ (訳注: "-") で分離された名前を付ける習慣になっています。</p>
ダッシュ<transnote>"-"</transnote>で分離された名前を付ける習慣になっています。</p>
</section>
</manualpage>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 151408:420990 (outdated) -->
<!-- English Revision: 420990 -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
@@ -244,7 +244,7 @@
<dd>応答を処理するフィルタには <code>mode=output</code> (デフォルト)
を使います。リクエストを処理するフィルタには <code>mode=input</code>
を使います。<code>mode=input</code> は Apache 2.1 からの新しい機能です。</dd>
を使います。<code>mode=input</code> は Apache 2.1 以降で利用可能です。</dd>
<dt><code>intype=<var>imt</var></code></dt>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE quickreference SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 395228:636495 (outdated) -->
<!-- English Revision: 636495 -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more