From: Yoshiki Hayashi Date: Sat, 10 Jan 2004 06:09:17 +0000 (+0000) Subject: Update transformation. X-Git-Tag: pre_ajp_proxy~832 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03dd10c3c9727e2e7a2f8661026ac3cdbfcc97e5;p=apache Update transformation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102259 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/allmodules.xml.ja b/docs/manual/mod/allmodules.xml.ja index 01f39ad7cb..3a57be9f88 100644 --- a/docs/manual/mod/allmodules.xml.ja +++ b/docs/manual/mod/allmodules.xml.ja @@ -10,7 +10,7 @@ mod_auth_ldap.xml mod_authn_anon.xml mod_authn_dbm.xml - mod_authn_default.xml + mod_authn_default.xml.ja mod_authn_file.xml.ja mod_authz_dbm.xml mod_authz_default.xml @@ -22,7 +22,7 @@ mod_cache.xml mod_cern_meta.xml mod_cgi.xml.ja - mod_cgid.xml + mod_cgid.xml.ja mod_charset_lite.xml mod_dav.xml.ja mod_dav_fs.xml.ja @@ -32,7 +32,7 @@ mod_echo.xml.ja mod_env.xml.ja mod_example.xml - mod_expires.xml + mod_expires.xml.ja mod_ext_filter.xml mod_file_cache.xml mod_headers.xml.ja diff --git a/docs/manual/mod/index.html.ja.jis b/docs/manual/mod/index.html.ja.jis index f0af2ca04e..16811b9962 100644 --- a/docs/manual/mod/index.html.ja.jis +++ b/docs/manual/mod/index.html.ja.jis @@ -78,7 +78,7 @@ for HTTP Basic authentication.
mod_authn_anon
Allows "anonymous" user access to authenticated areas
mod_authn_dbm
User authentication using DBM files
-
mod_authn_default
Authentication fallback module
+
mod_authn_default
認証フォールバックモジュール
mod_authn_file
テキストファイルを用いたユーザ認証
mod_authz_dbm
Group authorization using DBM files
mod_authz_default
Authorization fallback module
@@ -92,8 +92,7 @@ for HTTP Basic authentication.
mod_cache
Content cache keyed to URIs.
mod_cern_meta
CERN httpd metafile semantics
mod_cgi
CGI スクリプトの実行
-
mod_cgid
Execution of CGI scripts using an - external CGI daemon
+
mod_cgid
外部 CGI デーモンを使った CGI スクリプトの実行
mod_charset_lite
Specify character set translation or recoding
mod_dav
分散オーサリングとバージョン管理 (WebDAV) 機能
@@ -107,8 +106,7 @@ for HTTP Basic authentication.
mod_env
CGI スクリプト及び SSI ページに渡される環境変数を変更する機能を提供する
mod_example
Illustrates the Apache module API
-
mod_expires
Generation of Expires HTTP headers according to -user-specified criteria
+
mod_expires
ユーザの指定した基準に基づいた Expires HTTP ヘッダの生成
mod_ext_filter
Pass the response body through an external program before delivery to the client
mod_file_cache
Caches a static list of files in memory
diff --git a/docs/manual/mod/mod_authn_default.html b/docs/manual/mod/mod_authn_default.html index 297cc3f33e..19c84f90c8 100644 --- a/docs/manual/mod/mod_authn_default.html +++ b/docs/manual/mod/mod_authn_default.html @@ -1,3 +1,7 @@ URI: mod_authn_default.html.en Content-Language: en Content-type: text/html; charset=ISO-8859-1 + +URI: mod_authn_default.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mod_authn_default.html.en b/docs/manual/mod/mod_authn_default.html.en index 1fcf6b1a97..f3296654de 100644 --- a/docs/manual/mod/mod_authn_default.html.en +++ b/docs/manual/mod/mod_authn_default.html.en @@ -21,7 +21,8 @@

Apache Module mod_authn_default

-

Available Languages:  en 

+

Available Languages:  en  | + ja 

@@ -69,7 +70,8 @@ modules
-

Available Languages:  en 

+

Available Languages:  en  | + ja 

diff --git a/docs/manual/mod/mod_authn_default.html.ja.jis b/docs/manual/mod/mod_authn_default.html.ja.jis new file mode 100644 index 0000000000..4c9088ff6a --- /dev/null +++ b/docs/manual/mod/mod_authn_default.html.ja.jis @@ -0,0 +1,78 @@ + + + +mod_authn_default - Apache HTTP サーバ + + + + + + +
<-
+ +
+

Apache モジュール mod_authn_default

+
+

Available Languages:  en  | + ja 

+
+
Description:Authentication fallback module
Status:Base
+ + + +
説明:認証フォールバックモジュール
ステータス:Base
モジュール識別子:authn_default_module
ソースファイル:mod_authn_default.c
互換性:Apache 2.1 以降
+

概要

+ +

mod_auth_basic のような認証モジュールを + 設定しなかった場合は、本モジュールがフォールバックとなります。 + ユーザから提示されたどんな証書も単に拒否します。

+
+

ディレクティブ

+ +
+ +
top
+

AuthDefaultAuthoritative ディレクティブ

+ + + + + + + + +
説明:次の低次レベルの認証モジュールに制御を渡すかどうかを +設定します
構文:AuthDefaultAuthoritative On|Off
デフォルト:AuthDefaultAuthoritative On
コンテキスト:ディレクトリ, .htaccess
上書き:AuthConfig
ステータス:Base
モジュール:mod_authn_default
+

AuthDefaultAuthoritative ディレクティブを + 明示的に Off に設定すると、 + 認証を次の (modules.c ファイルで定義されている) + 低次レベルのモジュールに渡します。 +

+ +

注意

+

mod_authn_default 自体がとても低い + レベルとして定義されていますので、通常はこれよりも低次の + モジュールは存在しません。ですから + AuthDefaultAuthoritative はデフォルト + (On) のままにしたほうが良いでしょう。

+
+ +
+
+
+

Available Languages:  en  | + ja 

+
+ \ No newline at end of file diff --git a/docs/manual/mod/mod_authn_default.xml.meta b/docs/manual/mod/mod_authn_default.xml.meta index 23e8ba3d7c..7cc18f36c1 100644 --- a/docs/manual/mod/mod_authn_default.xml.meta +++ b/docs/manual/mod/mod_authn_default.xml.meta @@ -7,5 +7,6 @@ en + ja diff --git a/docs/manual/mod/mod_cgid.html b/docs/manual/mod/mod_cgid.html index d71ed147e9..afa05fe6d5 100644 --- a/docs/manual/mod/mod_cgid.html +++ b/docs/manual/mod/mod_cgid.html @@ -2,6 +2,10 @@ URI: mod_cgid.html.en Content-Language: en Content-type: text/html; charset=ISO-8859-1 +URI: mod_cgid.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP + URI: mod_cgid.html.ko.euc-kr Content-Language: ko Content-type: text/html; charset=EUC-KR diff --git a/docs/manual/mod/mod_cgid.html.en b/docs/manual/mod/mod_cgid.html.en index dce1df2c2d..4d79f0b6af 100644 --- a/docs/manual/mod/mod_cgid.html.en +++ b/docs/manual/mod/mod_cgid.html.en @@ -22,6 +22,7 @@

Apache Module mod_cgid

Available Languages:  en  | + ja  |  ko 

Available Languages:  en  | + ja  |  ko 

Description:Execution of CGI scripts using an @@ -95,6 +96,7 @@ the cgi daemon
+ + + +
説明:外部 CGI デーモンを使った CGI スクリプトの実行
ステータス:Base
モジュール識別子:cgid_module
ソースファイル:mod_cgid.c
互換性:Unix のスレッド MPM のみ
+

概要

+ +

最適化が施されていることと、以下で説明されている追加の ScriptSock ディレクティブを除いては、 + mod_cgidmod_cgi と同様の + 動作をします。Apache と CGI に関する詳細は + mod_cgi の概要を読んでください。

+ +

Unix オペレーティングシステムの中には、マルチスレッドのサーバから + プロセスを fork するのが非常にコストの高い動作になっているものがあります。 + 理由は、新しいプロセスが親プロセスのスレッドすべてを複製するからです。 + 各 CGI 起動時にこのコストがかかるのを防ぐために、mod_cgid + は子プロセスを fork して CGI スクリプトを実行するための + 外部デーモンを実行します。 + 主サーバは unix ドメインソケットを使ってこのデーモンと通信します。

+ +

コンパイル時にマルチスレッド MPM が選ばれたときは + mod_cgi の代わりに必ずこのモジュールが使用されます。 + ユーザのレベルではこのモジュールの設定と動作は mod_cgi + とまったく同じです。唯一の例外は ScriptSock ディレクティブの + 追加で、このディレクティブは CGI デーモンとの通信用のソケットの名前を + 指定します。

+
+

ディレクティブ

+ +

参照

+
+ +
top
+

ScriptSock ディレクティブ

+ + + + + + + +
説明:CGI デーモンとの通信に使われるソケットの名前
構文:ScriptSock file-path
デフォルト:ScriptSock logs/cgisock
コンテキスト:サーバ設定ファイル, バーチャルホスト
ステータス:Base
モジュール:mod_cgid
+

このディレクティブは CGI デーモンとの通信に使われるソケットの + 名前を設定します。ソケットは Apache が起動されたユーザ (通常 root) の + パーミッションを用いてオープンされます。CGI スクリプトとの通信の + セキュリティを保つために、ソケットの存在するディレクトリに + 他のユーザが書き込み権限を持っていないようにすることが重要です。

+ +

+ ScriptSock /var/run/cgid.sock +

+ + +
+ +
+

Available Languages:  en  | + ja  | + ko 

+
+ \ No newline at end of file diff --git a/docs/manual/mod/mod_cgid.xml.meta b/docs/manual/mod/mod_cgid.xml.meta index e5f3e0f3ba..56d2bc353f 100644 --- a/docs/manual/mod/mod_cgid.xml.meta +++ b/docs/manual/mod/mod_cgid.xml.meta @@ -7,6 +7,7 @@ en + ja ko diff --git a/docs/manual/mod/mod_expires.html b/docs/manual/mod/mod_expires.html index 10417a50c9..f8501ac56b 100644 --- a/docs/manual/mod/mod_expires.html +++ b/docs/manual/mod/mod_expires.html @@ -1,3 +1,7 @@ URI: mod_expires.html.en Content-Language: en Content-type: text/html; charset=ISO-8859-1 + +URI: mod_expires.html.ja.jis +Content-Language: ja +Content-type: text/html; charset=ISO-2022-JP diff --git a/docs/manual/mod/mod_expires.html.ja.jis b/docs/manual/mod/mod_expires.html.ja.jis new file mode 100644 index 0000000000..4efa30abee --- /dev/null +++ b/docs/manual/mod/mod_expires.html.ja.jis @@ -0,0 +1,220 @@ + + + +mod_expires - Apache HTTP サーバ + + + + + + +
<-
+
+Apache > HTTP サーバ > ドキュメンテーション > バージョン 2.1 > モジュール
+
+

Apache モジュール mod_expires

+
+

Available Languages:  en  | + ja 

+
+ + + +
説明:ユーザの指定した基準に基づいた Expires HTTP ヘッダの生成
ステータス:Extension
モジュール識別子:expires_module
ソースファイル:mod_expires.c
+

概要

+ +

このモジュールはサーバ応答の Expires HTTP ヘッダの + 設定を制御します。元のファイルが作成された時刻または + クライアントのアクセス時刻のどちらかに基づいて期限切れ日を + 設定することができます。

+ +

Expires HTTP ヘッダはクライアントに文書の + 有効性と継続性を指示します。文書がキャッシュされた場合には、 + 指定時刻に達するまでは、元の場所から取得する代わりに + キャッシュされているものを使うことができます。その後は、 + キャッシュにあるコピーは期限切れ (expired) で無効であるとされ、 + 元の場所から新しいものを取得する必要があります。

+
+

ディレクティブ

+ +

トピック

+
+
top
+
+

代替期間指定構文

+ +

ExpiresDefault ディレクティブと + ExpiresByType ディレクティブは + 以下のより読み易い構文を使って定義することができます:

+ +

+ ExpiresDefault "<base> [plus] {<num> + <type>}*"
+ ExpiresByType type/encoding "<base> [plus] + {<num> <type>}*" +

+ +

<base> は以下のどれかです:

+ +
    +
  • access
  • + +
  • now ('access' と等価)
  • + +
  • modification
  • +
+ +

plus キーワードは省略可能です。<num> + は (atoi() が受け付ける) 整数値、 + <type> は以下のどれかです:

+ +
    +
  • years
  • +
  • months
  • +
  • weeks
  • +
  • days
  • +
  • hours
  • +
  • minutes
  • +
  • seconds
  • +
+ +

例えば、以下のディレクティブはどれもデフォルトで文書がアクセスの 1 ヶ月後に + 期限が切れるようにするために使えます:

+ +

+ ExpiresDefault "access plus 1 month"
+ ExpiresDefault "access plus 4 weeks"
+ ExpiresDefault "access plus 30 days" +

+ +

期限切れ時刻はいくつか + '<num> <type>' 節を追加することでより細かく + 制御することができます:

+ +

+ ExpiresByType text/html "access plus 1 month 15 + days 2 hours"
+ ExpiresByType image/gif "modification plus 5 hours 3 + minutes" +

+ +

修正時刻に基づいた設定を使用している場合、Expires ヘッダは + ディスクのファイル以外のコンテンツには追加されないことに注意 + してください。そのようなコンテンツには修正時刻は存在しないからです。

+
+
top
+

ExpiresActive ディレクティブ

+ + + + + + + +
説明:Expires ヘッダの生成を有効にする
構文:ExpiresActive On|Off
コンテキスト:サーバ設定ファイル, バーチャルホスト, ディレクトリ, .htaccess
上書き:Indexes
ステータス:Extension
モジュール:mod_expires
+

このディレクティブは対応するドキュメントの領域で + Expires ヘッダを有効にするか無効にするかを決めます。 + (例えば、.htaccess ファイルではそのディレクトリの + 文書のみに適用されるということです。) Off に + 設定された場合は対応領域で Expires ヘッダは + 生成されません (.htaccess がサーバ設定ファイルの設定を + 上書きする、というような下位レベルでの上書きがされていなければ)。 + On に設定されていれば、ヘッダは ExpiresByType ディレクティブと + ExpiresDefault ディレクティブ + の基準に従って文書にヘッダを追加します (各ディレクティブ参照)。

+ +

このディレクティブは Expires ヘッダの存在を + 保証するわけではないことに注意してください。基準が満たされて + いない場合はヘッダは追加されず、結果としてこのディレクティブが + 指定されていなかったかのようにさえ見えることになります。

+ +
+
top
+

ExpiresByType ディレクティブ

+ + + + + + + +
説明:MIME タイプによって設定される Expires ヘッダの値
構文:ExpiresByType MIME-type +<code>seconds
コンテキスト:サーバ設定ファイル, バーチャルホスト, ディレクトリ, .htaccess
上書き:Indexes
ステータス:Extension
モジュール:mod_expires
+

このディレクティブは指定されたタイプのドキュメント + (例えば text/html) + に対して生成される Expires ヘッダの値を定義します。 + 二つ目の引数は期限切れの日時を生成するための基準時刻に追加される + 秒数を設定します。

+ +

基準時刻はファイルの最終修正時刻か、クライアントのドキュメントへの + アクセス時刻です。どちらを使うべきかは <code> + によって指定します。M は基準時刻として + ファイルの最終修正時刻をという意味で、A はクライアントの + アクセス時刻を使うという意味になります。

+ +

効果には微妙な違いがあります。M が使用された場合は、 + すべてのキャッシュにある現在のドキュメントキャッシュは同時に期限が + 切れます。これは同じ URL に毎週常に置かれる報せのようなものには + 非常に有効です。A が使用された場合は、期限切れの + 時間は各クライアントよって異なります。これはあまり変更されない + 画像ファイルなど、特に関連するドキュメント群がすべて同じ画像を + 参照するとき (すなわち画像が比較的短い期間内に繰り返し + アクセスされるとき) に有効です。

+ +

例:

+ # enable expirations
+ ExpiresActive On
+ # expire GIF images after a month in the client's cache
+ ExpiresByType image/gif A2592000
+ # HTML documents are good for a week from the
+ # time they were changed
+ ExpiresByType text/html M604800 +

+ +

このディレクティブは ExpiresActive On が指定されている + ときのみ有効であることに注意してください。これは、 + 指定された MIME タイプに対してのみ ExpiresDefault ディレクティブで + 設定された期限切れ期日を上書きします。

+ +

この文書の前の方で説明されている代替構文を + 使って期限切れ期日の計算方法を指定することもできます。

+ +
+
top
+

ExpiresDefault ディレクティブ

+ + + + + + + +
説明:期限切れ期日を計算するデフォルトアルゴリズム
構文:ExpiresDefault <code>seconds
コンテキスト:サーバ設定ファイル, バーチャルホスト, ディレクトリ, .htaccess
上書き:Indexes
ステータス:Extension
モジュール:mod_expires
+

このディレクティブは対応する範囲のすべてのドキュメントに対して + デフォルトの期限切れ期日の計算アルゴリズムを設定します。ExpiresByType ディレクティブによって + タイプ毎に上書きすることができます。引数の構文はそのディレクティブの + 説明を参照してください。また、代替構文も + 参照してください。

+ +
+
+
+

Available Languages:  en  | + ja 

+
+ \ No newline at end of file diff --git a/docs/manual/mod/mod_expires.xml.meta b/docs/manual/mod/mod_expires.xml.meta index a26b57a7d2..a17e5a906d 100644 --- a/docs/manual/mod/mod_expires.xml.meta +++ b/docs/manual/mod/mod_expires.xml.meta @@ -7,5 +7,6 @@ en + ja diff --git a/docs/manual/mod/quickreference.html.ja.jis b/docs/manual/mod/quickreference.html.ja.jis index 96599b49ff..b11ec9ba50 100644 --- a/docs/manual/mod/quickreference.html.ja.jis +++ b/docs/manual/mod/quickreference.html.ja.jis @@ -137,8 +137,8 @@ of user groups for authentication store passwords AuthDBMUserFile file-pathdhESets the name of a database file containing the list of users and passwords for authentication -AuthDefaultAuthoritative On|Off On dhBSets whether authentication is passed to lower level -modules +AuthDefaultAuthoritative On|Off On dhB次の低次レベルの認証モジュールに制御を渡すかどうかを +設定します AuthDigestAlgorithm MD5|MD5-sess MD5 dhXSelects the algorithm used to calculate the challenge and response hashes in digest authentication AuthDigestDomain URI [URI] ...dhXURIs that are in the same protection space for digest @@ -289,12 +289,10 @@ processes ErrorLog file-path|syslog[:facility] logs/error_log (Uni +svCサーバがエラーをログ収集する場所 ExamplesvdhXDemonstration directive to illustrate the Apache module API -ExpiresActive On|OffsvdhEEnables generation of Expires -headers +ExpiresActive On|OffsvdhEExpires ヘッダの生成を有効にする ExpiresByType MIME-type -<code>secondssvdhEValue of the Expires header configured -by MIME type -ExpiresDefault <code>secondssvdhEDefault algorithm for calculating expiration time +<code>secondssvdhEMIME タイプによって設定される Expires ヘッダの値 +ExpiresDefault <code>secondssvdhE期限切れ期日を計算するデフォルトアルゴリズム ExtendedStatus On|Off Off sBKeep track of extended status information for each request ExtFilterDefine filtername parameterssEDefine an external filter @@ -542,8 +540,7 @@ CGI スクリプトに指定 ScriptLog file-pathsvBCGI スクリプトのエラーログファイルの場所 ScriptLogBuffer bytes 1024 svBスクリプトログに記録される PUT や POST リクエストの内容の上限 ScriptLogLength bytes 10385760 svBCGI スクリプトのログファイルの大きさの上限 -ScriptSock file-path logs/cgisock svBThe name of the socket to use for communication with -the cgi daemon +ScriptSock file-path logs/cgisock svBCGI デーモンとの通信に使われるソケットの名前 SecureListen [IP-address:]portnumber Certificate-Name [MUTUAL]sBEnables SSL encryption for the specified port SendBufferSize bytes 0 sMTCP バッファサイズ