From: Ken Coar Date: Tue, 12 Nov 2002 19:11:36 +0000 (+0000) Subject: add change to mod_setenvif, and update .ja.jis files X-Git-Tag: 2.0.44~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d16d88570660ed5dc43823456fdcb03e7fd8b9c5;p=apache add change to mod_setenvif, and update .ja.jis files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97495 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/index.html.ja.jis b/docs/manual/mod/index.html.ja.jis index 802ac91839..80f080ae15 100644 --- a/docs/manual/mod/index.html.ja.jis +++ b/docs/manual/mod/index.html.ja.jis @@ -21,7 +21,7 @@ available
perchild
Multi-Processing Module allowing for daemon processes serving requests to be assigned a variety of different userids
-
prefork
スレッドを使わず、先行して fork を行なうウェブサーバを実装 +
prefork
スレッドを使わず、先行して fork を行なうウェブサーバを実装
worker
マルチスレッドとマルチプロセスのハイブリッド型 ウェブサーバを実装したマルチプロセッシングモジュール
@@ -43,8 +43,8 @@ for HTTP Basic authentication.
mod_authz_dbm
Group authorization using DBM files
mod_authz_groupfile
Group authorization using plaintext files
mod_authz_host
ホスト (名前もしくは IP アドレス) に基づいたグループ承認
-
mod_autoindex
Unix の ls コマンドや - Win32 の dir シェルコマンドに似た +
mod_autoindex
Unix の ls コマンドや + Win32 の dir シェルコマンドに似た ディレクトリインデックスを生成する
mod_cache
Content cache keyed to URIs.
mod_cern_meta
CERN httpd metafile semantics
@@ -62,9 +62,8 @@ 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
Generation of Expires HTTP headers according to +user-specified criteria
mod_ext_filter
Pass the response body through an external program before delivery to the client
@@ -110,4 +109,13 @@ performance
mod_vhost_alias
Provides for dynamically configured mass virtual hosting
-
top

\ No newline at end of file +
top

mod_access
(replaced by mod_authz_host since 2.0.44)
Provides access control based on client hostname, IP +address, or other characteristics of the client request.
+
mod_auth
(obsolete since 2.0.44)
User authentication using text files
+
mod_auth_anon
(replaced by mod_authn_anon since 2.0.44)
Allows "anonymous" user access to authenticated + areas
+
mod_auth_dbm
(obsolete since 2.0.44)
Provides for user authentication using DBM + files
+
mod_auth_digest
(obsolete since 2.0.44)
User authentication using MD5 + Digest Authentication.
+
\ No newline at end of file diff --git a/docs/manual/mod/mod_setenvif.html.en b/docs/manual/mod/mod_setenvif.html.en index 900d58e60d..06d55f3659 100644 --- a/docs/manual/mod/mod_setenvif.html.en +++ b/docs/manual/mod/mod_setenvif.html.en @@ -115,6 +115,10 @@ respect to caseSyntax:
  • Remote_Addr - the IP address of the client making the request
  • +
  • Server_Addr - the IP address of the server + on which the request was received (only with versions later + than 2.0.43)
  • +
  • Remote_User - the authenticated username (if available)
  • diff --git a/docs/manual/mod/mod_setenvif.xml b/docs/manual/mod/mod_setenvif.xml index f295188a17..3bc75e79e6 100644 --- a/docs/manual/mod/mod_setenvif.xml +++ b/docs/manual/mod/mod_setenvif.xml @@ -135,6 +135,10 @@ respect to case
  • Remote_Addr - the IP address of the client making the request
  • +
  • Server_Addr - the IP address of the server + on which the request was received (only with versions later + than 2.0.43)
  • +
  • Remote_User - the authenticated username (if available)
  • diff --git a/docs/manual/mod/quickreference.html.ja.jis b/docs/manual/mod/quickreference.html.ja.jis index 0d199f2d13..4fc63b2302 100644 --- a/docs/manual/mod/quickreference.html.ja.jis +++ b/docs/manual/mod/quickreference.html.ja.jis @@ -33,41 +33,40 @@ EExtension XExperimental -
    AcceptMutex default|method default sM
    複数の子プロセスがネットワークソケットでリクエストを + - - - - + - - + - - - - + + + - - - - - - + + + + + + - - - + + + @@ -198,7 +202,7 @@ headers - -local-url [local-url] ... - - + - + @@ -261,10 +266,10 @@ filenames - + - an imagemap - - - @@ -328,8 +333,8 @@ client - - + + @@ -337,32 +342,32 @@ from the client URL-path|URL> ... </Location> - + - - - - - + + + - - + - - - + @@ -373,7 +378,7 @@ searching for a matching file with MultiViews hosting - + @@ -381,7 +386,7 @@ directoryDeny が評価される順番を制御する - - + @@ -472,7 +477,7 @@ by Apache children processes launched by Apache children - @@ -484,16 +489,17 @@ CGI スクリプトに指定 CGI スクリプトに指定 - + - - - + + + - + - @@ -574,12 +580,12 @@ in the Session Cache - - + + - - + @@ -588,7 +594,7 @@ certain events before failing a request - +
    AcceptMutex default|method default sM
    複数の子プロセスがネットワークソケットでリクエストを accept しようとしているときに、Apache がそれらの子プロセスを直列化するために 使う方法
    AcceptPathInfo On|Off|Default Default svdhC
    Resources accept trailing pathname information
    AccessFileName filename [filename] ... .htaccess svC
    Name of the distributed configuration file
    Action action-type cgi-scriptsvdhB
    特定のハンドラやコンテントタイプに対して CGI を実行するように 設定
    AddAlt string file [file] ...svdhB
    アイコンの代わりに +
    AddAlt string file [file] ...svdhB
    アイコンの代わりに 表示される、ファイル名で選択された代替テキスト
    AddAltByEncoding string MIME-encoding -[MIME-encoding] ...svdhB
    アイコンの代わりに表示される、MIME 符号化方法で選択された +
    AddAltByEncoding string MIME-encoding +[MIME-encoding] ...svdhB
    アイコンの代わりに表示される、MIME 符号化方法で選択された 代替テキスト
    AddAltByType string - MIME-type [MIME-type] ...svdhB
    アイコンの代わりに +
    AddAltByType string MIME-type +[MIME-type] ...svdhB
    アイコンの代わりに 表示される、MIME タイプで選択された代替テキスト
    AddCharset charset extension [extension] ...svdhB
    Maps the given filename extensions to the specified content charset
    AddDefaultCharset On|Off|charset Off svdhC
    Default character set to be added for a response without an explicit character set
    AddDescription - string file [file] ...svdhB
    ファイルに対して表示する説明
    AddDescription string file [file] ...svdhB
    ファイルに対して表示する説明
    AddEncoding MIME-enc extension [extension] ...svdhB
    Maps the given filename extensions to the specified encoding type
    AddHandler handler-name extension [extension] ...svdhB
    Maps the filename extensions to the specified handler
    AddIcon icon - name [name] ...svdhB
    ファイルに表示するアイコンを名前で選択
    AddIconByEncoding - icon MIME-encoding [MIME-encoding] ...svdhB
    ファイルに表示するアイコンを MIME +
    AddIcon icon name +[name] ...svdhB
    ファイルに表示するアイコンを名前で選択
    AddIconByEncoding icon MIME-encoding +[MIME-encoding] ...svdhB
    ファイルに表示するアイコンを MIME 符号化方法で選択
    AddIconByType - icon MIME-type [MIME-type] ...svdhB
    ファイルの隣に表示するアイコンを +
    AddIconByType icon MIME-type +[MIME-type] ...svdhB
    ファイルの隣に表示するアイコンを MIME タイプによって選択
    AddInputFilter filter[;filter...] extension @@ -167,25 +166,30 @@ store passwords
    BrowserMatchNoCase regex [!]env-variable[=value] [[!]env-variable[=value]] ...svdhB
    HTTP User-Agent に基づいて大文字小文字を区別せずに 環境変数を設定する
    CacheDefaultExpire seconds 3600 (one hour) sX
    -
    CacheDisable cache_type url-stringsX
    Disable caching of specified URLs by specified storage manager
    CacheEnable cache_type url-stringsX
    Enable caching specified URLs in a specified storage manager
    CacheDefaultExpire seconds 3600 (one hour) svX
    The default duration to cache a document when no expiry date is specified.
    CacheDisable url-stringsvX
    Disable caching of specified URLs
    CacheEnable cache_type url-stringsvX
    Enable caching of specified URLs using a specified storage +manager
    CacheFile file-path [file-path] ...sX
    -
    CacheForceCompletion Percentage 60 sX
    Percentage of download to arrive for the cache to force complete transfer
    CacheIgnoreCacheControlsX
    Ignore requests from the client for uncached content
    CacheIgnoreNoLastModsX
    Ignore responses where there is no Last Modified Header
    CacheLastModifiedFactor float 0.1 sX
    The factor used to estimate the Expires date from the LastModified date
    CacheMaxExpire seconds 86400 (one day) sX
    The maximum time in seconds to cache a document
    CacheMaxStreamingBuffer size_in_bytes 0 sX
    Maximum amount of a streamed response to buffer in memory before declaring the response uncacheable
    CacheForceCompletion Percentage 60 svX
    Percentage of document served, after which the server +will complete caching the file even if the request is cancelled.
    CacheIgnoreCacheControl On|Off Off svX
    Ignore the fact that the client requested the content not be +cached.
    CacheIgnoreNoLastMod On|Off Off svX
    Ignore the fact that a response has no Last Modified +header.
    CacheLastModifiedFactor float 0.1 svX
    The factor used to compute an expiry date based on the +LastModified date.
    CacheMaxExpire seconds 86400 (one day) svX
    The maximum time in seconds to cache a document
    CacheMaxStreamingBuffer size_in_bytes 0 svX
    Maximum amount of a streamed response to buffer in memory +before declaring the response uncacheable
    CacheNegotiatedDocs on|off off svB
    コンテントネゴシエーションされたドキュメントをプロキシサーバが キャッシュできるようにする
    CGIMapExtension cgi-path .extensiondhC
    Technique for locating the interpreter for CGI scripts
    CharsetDefault charsetsvdhX
    Charset to translate into
    CharsetOptions option [option] ... DebugLevel=0 -NoImp +svdhX
    Configures charset tranlation behavior
    CharsetSourceEnc charsetsvdhX
    Source charset of files
    CharsetDefault charsetsvdhX
    Charset to translate into
    CharsetOptions option [option] ... DebugLevel=0 NoImpl +svdhX
    Configures charset translation behavior
    CharsetSourceEnc charsetsvdhX
    Source charset of files
    CheckSpelling on|off Off svdhE
    spelling モジュールを使用するようにする
    ChildPerUserID user_id group_id num_childrensM
    -
    CookieStyle Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhE
    Format of the cookie header field
    CookieTracking on|off off svdhE
    Enables tracking cookie
    CoreDumpDirectory directorysM
    Apache がコアダンプする前に移動を試みるディレクトリ +
    CoreDumpDirectory directorysM
    Apache がコアダンプする前に移動を試みるディレクトリ
    CustomLog file|pipe format|nickname @@ -208,7 +212,7 @@ headers
    DavLockDB file-pathsvE
    DAV ロックデータベースの位置です
    DavMinTimeout seconds 0 dE
    サーバが DAV リソースのロックを維持する最小時間です。
    DefaultIcon url-pathsvdhB
    特定のアイコンが何も設定されていない時に +
    DefaultIcon url-pathsvdhB
    特定のアイコンが何も設定されていない時に ファイルに表示するアイコン
    DefaultLanguage MIME-langsvdhB
    Sets all files in the given scope to the @@ -229,7 +233,7 @@ named file-system directory and sub-directories
    index.html svdhB
    クライアントがディレクトリをリクエストしたときに調べる リソースのリスト
    <DirectoryMatch regex> -... </Directory>svC
    Enclose directives that apply to +... </DirectoryMatch>svC
    Enclose directives that apply to file-system directories matching a regular expression and their subdirectories
    DocumentRoot directory-path /usr/local/apache/h +svC
    Directory that forms the main document tree visible @@ -241,11 +245,12 @@ in case of an error
    ErrorLog file-path|syslog[:facility] logs/error_log (Uni +svC
    Location where the server will log errors
    ExamplesvdhX
    Demonstration directive to illustrate the Apache module API
    ExpiresActive On|OffsvdhE
    Enables generation of Expires headers
    ExpiresByType - MIME-type <code>secondssvdhE
    Value of the Expires header configured +
    ExpiresActive On|OffsvdhE
    Enables generation of Expires +headers
    ExpiresByType MIME-type +<code>secondssvdhE
    Value of the Expires header configured by MIME type
    ExpiresDefault <code>secondssvdhE
    Default algorithm for calculating expiration time
    ExpiresDefault <code>secondssvdhE
    Default algorithm for calculating expiration time
    ExtendedStatus On|Off Off sB
    Keep track of extended status information for each request
    ExtFilterDefine filtername parameterssX
    -
    ForceType MIME-type|nonedhC
    Forces all matching files to be served with the specified MIME content-type
    Group unix-group #-1 svM
    リクエストに応答する際に所属するグループ
    Group unix-group #-1 svM
    リクエストに応答する際に所属するグループ
    Header set|append|add|unset|echo header [value]svdhE
    Configure HTTP response headers
    HeaderName filenamesvdhB
    +
    HeaderName filenamesvdhB
    インデックス一覧の先頭に挿入されるファイルの名前
    HostnameLookups on|off|double off svdC
    Enables DNS lookups on client IP addresses
    IdentityCheck on|off off svdC
    Enables logging of the RFC1413 identity of the remote @@ -283,12 +288,12 @@ that are not explicitly mapped
    Include file-path|directory-pathsvdC
    Includes other configuration files from within the server configuration files
    IndexIgnore file [file] ...svdhB
    ディレクトリ一覧を行なう際に無視すべき +
    IndexIgnore file [file] ...svdhB
    ディレクトリ一覧を行なう際に無視すべき ファイルリストに追加
    IndexOptions [+|-]option [[+|-]option] ...svdhB
    ディレクトリインデックスの様々な設定項目 +
    IndexOptions [+|-]option [[+|-]option] ...svdhB
    ディレクトリインデックスの様々な設定項目
    IndexOrderDefault -Ascending|Descending Name|Date|Size|Description Ascending Name svdhB
    +
    IndexOrderDefault Ascending|Descending +Name|Date|Size|Description Ascending Name svdhB
    ディレクトリインデックスの標準の順番付けを設定
    ISAPIAppendLogToErrors on|off off svdhB
    Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the error log
    LimitRequestLine bytes 8190 sC
    Limit the size of the HTTP request line that will be accepted from the client
    LimitXMLRequestBody number 1000000 svdhC
    Limits the size of an XML-based request body
    Listen [IP-address:]portnumbersM
    サーバが listen するIP アドレスとポート番号
    ListenBacklog backlogsM
    保留状態のコネクションのキューの最大長
    Listen [IP-address:]portnumbersM
    サーバが listen するIP アドレスとポート番号
    ListenBacklog backlogsM
    保留状態のコネクションのキューの最大長
    LoadFile filename [filename] ...sE
    指定されたオブジェクトファイルやライブラリをリンクする
    LoadModule module filenamesE
    オブジェクトファイルやライブラリをリンクし、使用モジュールの リストに追加する
    svC
    Applies the enclosed directives only to matching URLs
    <LocationMatch - regex> ... </Location>svC
    Applies the enclosed directives only to regular-expression + regex> ... </LocationMatch>svC
    Applies the enclosed directives only to regular-expression matching URLs
    LockFile filename logs/accept.lock sM
    受付を直列化するためのロックファイルの位置
    LockFile filename logs/accept.lock sM
    受付を直列化するためのロックファイルの位置
    LogFormat format|nickname [nickname] "%h %l %u %t \"%r\" +svB
    Describes a format for use in a log file
    LogLevel level warn svC
    Controls the verbosity of the ErrorLog
    MaxClients numbersM
    リクエストに応答するために作成される +
    MaxClients numbersM
    リクエストに応答するために作成される 子プロセスの最大個数
    MaxKeepAliveRequests number 100 svC
    Number of requests allowed on a persistent connection
    MaxMemFree numbersM
    主メモリアロケータが free() を呼ばずに保持し続けられるメモリの +
    MaxMemFree numbersM
    主メモリアロケータが free() を呼ばずに保持し続けられるメモリの 最大量
    MaxRequestsPerChild number 10000 sM
    個々の子サーバが稼働中に扱うリクエスト数の上限
    MaxSpareServers number
    10 sM
    アイドルな子サーバプロセスの最大個数
    MaxSpareThreads numbersM
    アイドルスレッドの最大数
    MaxRequestsPerChild number 10000 sM
    個々の子サーバが稼働中に扱うリクエスト数の上限
    MaxSpareServers number
    10 sM
    アイドルな子サーバプロセスの最大個数
    MaxSpareThreads numbersM
    アイドルスレッドの最大数
    MaxThreads number 250 sM
    -
    MaxThreadsPerChild number 64 sM
    子プロセス毎のスレッド数の最大数
    MetaDir directory .web svdhE
    Name of the directory to find CERN-style meta information +
    MaxThreadsPerChild number 64 sM
    子プロセス毎のスレッド数の最大数
    MetaDir directory .web svdhE
    Name of the directory to find CERN-style meta information files
    MetaFiles on|off off svdhE
    Activates CERN meta-file processing
    MetaSuffix suffix .meta svdhE
    File name suffix for the file containg CERN-style +
    MetaSuffix suffix .meta svdhE
    File name suffix for the file containg CERN-style meta information
    MimeMagicFile file-pathsvE
    Enable MIME-type determination based on file contents using the specified magic file
    MinSpareServers number 5 sM
    アイドルな子サーバプロセスの最小個数
    MinSpareServers numbersM
    リクエストに応答することのできる +
    MinSpareServers number 5 sM
    アイドルな子サーバプロセスの最小個数
    MinSpareServers numbersM
    リクエストに応答することのできる アイドルスレッド数の最小数
    MMapFile file-path [file-path] ...sX
    -
    ModMimeUsePathInfo On|OffdB
    Tells mod_mime to treat path_info components as part of the filename
    NoProxy host [host] ...svE
    Hosts, domains, or networks that will be connected to directly
    NumServers number 2 sM
    同時に起動している子プロセスの総数
    NumServers number 2 sM
    同時に起動している子プロセスの総数
    Options [+|-]option [[+|-]option] ... All svdhC
    Configures what features are available in a particular directory
    PassEnv env-variable [env-variable] ...svdhB
    シェルからの環境変数を渡す
    PidFile filename logs/httpd.pid sM
    デーモンのプロセス ID +
    PidFile filename logs/httpd.pid sM
    デーモンのプロセス ID をサーバが記録するためのファイル
    ProtocolEcho On|OffsvX
    エコーサーバの有効無効を設定します。
    <Proxy wildcard-url> ...</Proxy>svE
    Container for directives applied to proxied @@ -412,7 +417,7 @@ matched by regular expressions
    ProxyTimeout seconds 300 svE
    Network timeout for proxied requests
    ProxyVia on|off|full|block off svE
    Information provided in the Via HTTP response header for proxied requests
    ReadmeName filenamesvdhB
    インデックス一覧の最後に挿入されるファイルの名前
    ReadmeName filenamesvdhB
    インデックス一覧の最後に挿入されるファイルの名前
    Redirect [status] URL-path URLsvdhB
    クライアントが違う URL を取得するように外部へのリダイレクトを 送る
    Satisfy any|all all dhC
    Interaction between host-level access control and user authentication
    ScoreBoardFile file-path logs/apache_status sM
    子プロセスと連携するためのデータを保存する +
    ScoreBoardFile file-path logs/apache_status sM
    子プロセスと連携するためのデータを保存する ファイルの位置
    Script method cgi-scriptsvdB
    特定のリクエストメソッドに対して CGI スクリプトを 実行するように設定
    ScriptInterpreterSource registry|script script svdhC
    Technique for locating the interpreter for CGI scripts
    ScriptLog file-pathsvB
    CGI スクリプトのエラーログファイルの場所
    ScriptLog file-pathsvB
    CGI スクリプトのエラーログファイルの場所
    ScriptLogBuffer bytes 1024 svB
    スクリプトログに記録される PUT や POST リクエストの内容の上限
    ScriptLogLength bytes 10385760 svB
    CGI スクリプトのログファイルの大きさの上限
    ScriptSock file-path logs/cgisock svB
    -
    SendBufferSize bytessM
    TCP バッファサイズ
    ScriptLogLength bytes 10385760 svB
    CGI スクリプトのログファイルの大きさの上限
    ScriptSock file-path logs/cgisock svB
    The name of the socket to use for communication with +the cgi daemon
    SendBufferSize bytessM
    TCP バッファサイズ
    ServerAdmin email-addresssvC
    Email address that the server includes in error messages sent to the client
    ServerAlias hostname [hostname] ...vC
    Alternate names for a host used when matching requests to name-virtual hosts
    ServerLimit number 256 (prefork), Serv +sM
    設定可能なサーバプロセス数の上限
    ServerLimit number 256 (prefork), Serv +sM
    設定可能なサーバプロセス数の上限
    ServerName fully-qualified-domain-name[:port]svC
    Hostname and port that the server uses to identify itself
    ServerPath URL-pathvC
    Legacy URL pathname for a name-virtual host that @@ -521,7 +527,7 @@ server
    SSIStartTag tag "<!--" svB
    String that starts an include element
    SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M +svdhB
    Configures the format in which date strings are displayed
    SSIUndefinedEcho tag "<!-- undef -->" svB
    String displayed when +
    SSIUndefinedEcho tag "(none)" svB
    String displayed when an unset variable is echoed
    SSLCACertificateFile file-pathsvE
    File of concatenated PEM-encoded CA Certificates for Client Auth
    SSLVerifyClient level none svdhE
    Type of Client Certificate verification
    SSLVerifyDepth number 1 svdhE
    Maximum depth of CA Certificates in Client Certificate verification
    StartServers number 5 sM
    起動時に生成される子サーバプロセスの数
    StartThreads numbersM
    起動時に生成されるスレッドの数
    StartServers number 5 sM
    起動時に生成される子サーバプロセスの数
    StartThreads numbersM
    起動時に生成されるスレッドの数
    SuexecUserGroup User Groupsv
    CGI プログラムのユーザパーミッション、グループパーミッション
    ThreadLimit numbersM
    設定可能な子プロセス毎のスレッド数の上限を +
    ThreadLimit numbersM
    設定可能な子プロセス毎のスレッド数の上限を 設定します
    ThreadsPerChild number 50 sM
    子プロセスそれぞれに生成されるスレッド数
    ThreadsPerChild number 50 sM
    子プロセスそれぞれに生成されるスレッド数
    ThreadStackSize number 65536 sM
    -
    TimeOut number 300 sC
    Amount of time the server will wait for certain events before failing a request
    UnsetEnv env-variable [env-variable] ...svdhB
    環境から変数を取り除く
    UseCanonicalName on|off|dns on svdC
    Configures how the server determines its own name and port
    User unix-userid #-1 svM
    リクエストに応答する際に用いるユーザ ID
    User unix-userid #-1 svM
    リクエストに応答する際に用いるユーザ ID
    UserDir directory-filename public_html svB
    ユーザ専用ディレクトリの位置
    VirtualDocumentRoot interpolated-directory|none none svE
    Dynamically configure the location of the document root for a given virtual host