From: Rich Bowen Date: Sat, 27 Nov 2010 03:25:01 +0000 (+0000) Subject: Missing directives to Japanese translation of mod_proxy docs. X-Git-Tag: 2.3.10~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6adb56e4f8018ecbf7f52b9b72f3e3d3f6e43652;p=apache Missing directives to Japanese translation of mod_proxy docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039616 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directives.html.ja.utf8 b/docs/manual/mod/directives.html.ja.utf8 index 621a517d8b..469a066041 100644 --- a/docs/manual/mod/directives.html.ja.utf8 +++ b/docs/manual/mod/directives.html.ja.utf8 @@ -139,7 +139,8 @@
  • AuthzDBDRedirectQuery
  • AuthzDBMType
  • <AuthzProviderAlias>
  • -
  • BrowserMatch
  • +
  • BalancerMember
  • +
  • BrowserMatch
  • BrowserMatchNoCase
  • BufferedLogs
  • BufferSize
  • @@ -370,6 +371,8 @@
  • <ProxyMatch>
  • ProxyMaxForwards
  • ProxyPass
  • +
  • ProxyPassInterpolateEnv
  • +
  • ProxyPassMatch
  • ProxyPassReverse
  • ProxyPassReverseCookieDomain
  • ProxyPassReverseCookiePath
  • @@ -380,6 +383,8 @@
  • ProxyRequests
  • ProxySCGIInternalRedirect
  • ProxySCGISendfile
  • +
  • ProxySet
  • +
  • ProxyStatus
  • ProxyTimeout
  • ProxyVia
  • ReadmeName
  • diff --git a/docs/manual/mod/mod_proxy.html.ja.utf8 b/docs/manual/mod/mod_proxy.html.ja.utf8 index 746cc33bf1..e8f3064c91 100644 --- a/docs/manual/mod/mod_proxy.html.ja.utf8 +++ b/docs/manual/mod/mod_proxy.html.ja.utf8 @@ -67,6 +67,7 @@

    ディレクティブ

    @@ -320,6 +325,16 @@

    CONNECT を使用するには、mod_proxy_connect がサーバに組み込まれていなければならないことに注意してください。

    +
    +
    top
    +

    BalancerMember ディレクティブ

    + + + + + + +
    説明:Add a member to a load balancing group
    構文:
    コンテキスト:ディレクトリ
    ステータス:Extension
    モジュール:mod_proxy
    Documentation not yet translated. Please see English version of document.
    top

    NoProxy ディレクティブ

    @@ -861,6 +876,26 @@ フラグ付きの RewriteRule ディレクティブを参照してください。

    +
    +
    top
    +

    ProxyPassInterpolateEnv ディレクティブ

    + + + + + + +
    説明:Enable Environment Variable interpolation in Reverse Proxy configurations
    構文:
    コンテキスト:サーバ設定ファイル, バーチャルホスト, ディレクトリ
    ステータス:Extension
    モジュール:mod_proxy
    Documentation not yet translated. Please see English version of document. +
    +
    top
    +

    ProxyPassMatch ディレクティブ

    + + + + + + +
    説明:Maps remote servers into the local server URL-space using regular expressions
    構文:
    コンテキスト:サーバ設定ファイル, バーチャルホスト, ディレクトリ
    ステータス:Extension
    モジュール:mod_proxy
    Documentation not yet translated. Please see English version of document.
    top

    ProxyPassReverse ディレクティブ

    @@ -1070,6 +1105,26 @@ URL を調整する インターネット全体にとっても危険です。

    + +
    top
    +

    ProxySet ディレクティブ

    + + + + + + +
    説明:Set various Proxy balancer or member parameters
    構文:
    コンテキスト:ディレクトリ
    ステータス:Extension
    モジュール:mod_proxy
    Documentation not yet translated. Please see English version of document. +
    +
    top
    +

    ProxyStatus ディレクティブ

    + + + + + + +
    説明:Show Proxy LoadBalancer status in mod_status
    構文:
    コンテキスト:サーバ設定ファイル, バーチャルホスト
    ステータス:Extension
    モジュール:mod_proxy
    Documentation not yet translated. Please see English version of document.
    top

    ProxyTimeout ディレクティブ

    diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 073259e7d1..2bd6ebe669 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -267,6 +267,13 @@ + +BalancerMember +Add a member to a load balancing group +directory +Documentation not yet translated. Please see English version of document. + + Proxy プロキシされるリソースに適用されるコンテナ @@ -459,6 +466,20 @@ + +ProxySet +Set various Proxy balancer or member parameters +directory +Documentation not yet translated. Please see English version of document. + + + +ProxyStatus +Show Proxy LoadBalancer status in mod_status +server configvirtual host +Documentation not yet translated. Please see English version of document. + + ProxyPass リモートサーバをローカルサーバの URL 空間にマップする @@ -674,6 +695,20 @@ + +ProxyPassInterpolateEnv +Enable Environment Variable interpolation in Reverse Proxy configurations +server configvirtual hostdirectory +Documentation not yet translated. Please see English version of document. + + + +ProxyPassMatch +Maps remote servers into the local server URL-space using regular expressions +server configvirtual hostdirectory +Documentation not yet translated. Please see English version of document. + + ProxyPassReverse リバースプロキシされたサーバから送られた HTTP 応答ヘッダの diff --git a/docs/manual/mod/quickreference.html.ja.utf8 b/docs/manual/mod/quickreference.html.ja.utf8 index 2b37098d29..bc348d0625 100644 --- a/docs/manual/mod/quickreference.html.ja.utf8 +++ b/docs/manual/mod/quickreference.html.ja.utf8 @@ -236,607 +236,612 @@ store list of user groups sBEnclose a group of directives that represent an extension of a base authorization provider and referenced by the specified alias -BrowserMatch regex [!]env-variable[=value] -[[!]env-variable[=value]] ...svdhBHTTP User-Agent に基づいて環境変数を設定する +dEAdd a member to a load balancing group +BrowserMatch regex [!]env-variable[=value] +[[!]env-variable[=value]] ...svdhBHTTP User-Agent に基づいて環境変数を設定する -BrowserMatchNoCase regex [!]env-variable[=value] - [[!]env-variable[=value]] ...svdhBHTTP User-Agent に基づいて大文字小文字を区別せずに +BrowserMatchNoCase regex [!]env-variable[=value] + [[!]env-variable[=value]] ...svdhBHTTP User-Agent に基づいて大文字小文字を区別せずに 環境変数を設定する -BufferedLogs On|Off Off sBディスクに書き出す前にメモリにログエントリをバッファする -BufferSize integer 131072 svdhEMaximum size in bytes to buffer by the buffer filter -CacheDefaultExpire seconds 3600 (1時間) svE期日が指定されていないときにドキュメントをキャッシュするデフォルトの期間 -svdhEAdd an X-Cache-Detail header to the response. -CacheDirLength length 2 svEサブディレクトリ名の文字数 -CacheDirLevels levels 2 svEキャッシュのサブディレクトリの深さの数 -CacheDisable url-stringsvE特定の URL をキャッシュしない -CacheEnable cache_type url-stringsvE指定したストレージ管理方式を使ってのキャッシュを有効にする -CacheFile file-path [file-path] ...sXCache a list of file handles at startup time -svdhEAdd an X-Cache header to the response. -CacheIgnoreCacheControl On|Off Off svEキャッシュされているコンテンツを返さないようにクライアントから +BufferedLogs On|Off Off sBディスクに書き出す前にメモリにログエントリをバッファする +BufferSize integer 131072 svdhEMaximum size in bytes to buffer by the buffer filter +CacheDefaultExpire seconds 3600 (1時間) svE期日が指定されていないときにドキュメントをキャッシュするデフォルトの期間 +svdhEAdd an X-Cache-Detail header to the response. +CacheDirLength length 2 svEサブディレクトリ名の文字数 +CacheDirLevels levels 2 svEキャッシュのサブディレクトリの深さの数 +CacheDisable url-stringsvE特定の URL をキャッシュしない +CacheEnable cache_type url-stringsvE指定したストレージ管理方式を使ってのキャッシュを有効にする +CacheFile file-path [file-path] ...sXCache a list of file handles at startup time +svdhEAdd an X-Cache header to the response. +CacheIgnoreCacheControl On|Off Off svEキャッシュされているコンテンツを返さないようにクライアントから リクエストされても無視する -CacheIgnoreHeaders header-string [header-string] ... None svE指定された HTTP ヘッダをキャッシュに保存しない。 +CacheIgnoreHeaders header-string [header-string] ... None svE指定された HTTP ヘッダをキャッシュに保存しない。 -CacheIgnoreNoLastMod On|Off Off svE応答に Last Modified が無くても気にしないようにする -CacheIgnoreQueryString On|Off Off svEキャッシュ時にクエリーストリングを無視する -svEIgnore defined session identifiers encoded in the URL when caching -svEOverride the base URL of reverse proxied cache keys. -CacheLastModifiedFactor float 0.1 svELastModified の日付に基づいて有効期限 (expiry) +CacheIgnoreNoLastMod On|Off Off svE応答に Last Modified が無くても気にしないようにする +CacheIgnoreQueryString On|Off Off svEキャッシュ時にクエリーストリングを無視する +svEIgnore defined session identifiers encoded in the URL when caching +svEOverride the base URL of reverse proxied cache keys. +CacheLastModifiedFactor float 0.1 svELastModified の日付に基づいて有効期限 (expiry) を計算するための重みを指定する -svEEnable the thundering herd lock. -svESet the maximum possible age of a cache lock. -svESet the lock path directory. -CacheMaxExpire seconds 86400 (一日) svEドキュメントをキャッシュする最大時間を秒数で表したもの -CacheMaxFileSize bytes 1000000 svEキャッシュに保管されるドキュメントの最大の (バイトでの) サイズ -CacheMinExpire seconds 0 svEドキュメントをキャッシュする最小秒数 -CacheMinFileSize bytes 1 svEキャッシュに保管されるドキュメントの最小限の (バイトでの) 大きさ -CacheNegotiatedDocs On|Off Off svBコンテントネゴシエーションされたドキュメントをプロキシサーバが +svEEnable the thundering herd lock. +svESet the maximum possible age of a cache lock. +svESet the lock path directory. +CacheMaxExpire seconds 86400 (一日) svEドキュメントをキャッシュする最大時間を秒数で表したもの +CacheMaxFileSize bytes 1000000 svEキャッシュに保管されるドキュメントの最大の (バイトでの) サイズ +CacheMinExpire seconds 0 svEドキュメントをキャッシュする最小秒数 +CacheMinFileSize bytes 1 svEキャッシュに保管されるドキュメントの最小限の (バイトでの) 大きさ +CacheNegotiatedDocs On|Off Off svBコンテントネゴシエーションされたドキュメントをプロキシサーバが キャッシュできるようにする -svERun the cache from the quick handler. -svdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream -svdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream -CacheRoot directorysvEキャッシュファイルが保管されるルートディレクトリ -svdhEServe stale content in place of 5xx responses. -svdhEAttempt to cache responses that the server reports as expired -CacheStoreNoStore On|Off Off svEno-store と指定されているレスポンスのキャッシュを試みる。 -CacheStorePrivate On|Off Off svEprivate と指定されているレスポンスのキャッシュを試みる。 -CGIMapExtension cgi-path .extensiondhCCGI スクリプトのインタープリタの位置を調べるための手法 -CharsetDefault charsetsvdhECharset to translate into -CharsetOptions option [option] ... DebugLevel=0 Implic +svdhEConfigures charset translation behavior -CharsetSourceEnc charsetsvdhESource charset of files -CheckCaseOnly on|off Off svdhE大文字小文字の修正だけ行うようにする -CheckSpelling on|off Off svdhEspelling モジュールを使用するようにする -ChrootDir /path/to/directorysBDirectory for apache to run chroot(8) after startup. -ChrootDir /path/to/directorysMapache が起動後に chroot(8) するディレクトリ +svERun the cache from the quick handler. +svdhEThe minimum size (in bytes) of the document to read and be cached before sending the data downstream +svdhEThe minimum time (in milliseconds) that should elapse while reading before data is sent downstream +CacheRoot directorysvEキャッシュファイルが保管されるルートディレクトリ +svdhEServe stale content in place of 5xx responses. +svdhEAttempt to cache responses that the server reports as expired +CacheStoreNoStore On|Off Off svEno-store と指定されているレスポンスのキャッシュを試みる。 +CacheStorePrivate On|Off Off svEprivate と指定されているレスポンスのキャッシュを試みる。 +CGIMapExtension cgi-path .extensiondhCCGI スクリプトのインタープリタの位置を調べるための手法 +CharsetDefault charsetsvdhECharset to translate into +CharsetOptions option [option] ... DebugLevel=0 Implic +svdhEConfigures charset translation behavior +CharsetSourceEnc charsetsvdhESource charset of files +CheckCaseOnly on|off Off svdhE大文字小文字の修正だけ行うようにする +CheckSpelling on|off Off svdhEspelling モジュールを使用するようにする +ChrootDir /path/to/directorysBDirectory for apache to run chroot(8) after startup. +ChrootDir /path/to/directorysMapache が起動後に chroot(8) するディレクトリ -ContentDigest On|Off Off svdhCContent-MD5 HTTP 応答ヘッダの生成を有効にする -CookieDomain domainsvdhEThe domain to which the tracking cookie applies -CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie -CookieLog filenamesvBクッキングのロギングのためのファイル名を設定する -CookieName token Apache svdhEName of the tracking cookie -CookieStyle - Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field -CookieTracking on|off off svdhEEnables tracking cookie -CoreDumpDirectory directorysMApache がコアダンプする前に移動を試みるディレクトリ +ContentDigest On|Off Off svdhCContent-MD5 HTTP 応答ヘッダの生成を有効にする +CookieDomain domainsvdhEThe domain to which the tracking cookie applies +CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie +CookieLog filenamesvBクッキングのロギングのためのファイル名を設定する +CookieName token Apache svdhEName of the tracking cookie +CookieStyle + Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field +CookieTracking on|off off svdhEEnables tracking cookie +CoreDumpDirectory directorysMApache がコアダンプする前に移動を試みるディレクトリ -CustomLog file|pipe +CustomLog file|pipe format|nickname -[env=[!]environment-variable]svBログファイルの名前と書式を設定する -Dav On|Off|provider-name Off dEWebDAV HTTP メソッドを有効にします -DavDepthInfinity on|off off svdEPROPFIND, Depth: Infinity リクエストを許可します -DavGenericLockDB file-pathsvdEDAV ロックデータベースの場所 -DavLockDB file-pathsvEDAV ロックデータベースの位置 -DavMinTimeout seconds 0 svdEサーバが DAV リソースのロックを維持する最小時間です。 +[env=[!]environment-variable]svBログファイルの名前と書式を設定する +Dav On|Off|provider-name Off dEWebDAV HTTP メソッドを有効にします +DavDepthInfinity on|off off svdEPROPFIND, Depth: Infinity リクエストを許可します +DavGenericLockDB file-pathsvdEDAV ロックデータベースの場所 +DavLockDB file-pathsvEDAV ロックデータベースの位置 +DavMinTimeout seconds 0 svdEサーバが DAV リソースのロックを維持する最小時間です。 -DBDExptime time-in-seconds 300 svEKeepalive time for idle connections -DBDKeep number 2 svEMaximum sustained number of connections -DBDMax number 10 svEMaximum number of connections -DBDMin number 1 svEMinimum number of connections -DBDParams -param1=value1[,param2=value2]svEParameters for database connection -DBDPersist On|OffsvEWhether to use persistent connections -DBDPrepareSQL "SQL statement" labelsvEDefine an SQL prepared statement -DBDriver namesvESpecify an SQL driver -DefaultIcon url-pathsvdhB特定のアイコンが何も設定されていない時に +DBDExptime time-in-seconds 300 svEKeepalive time for idle connections +DBDKeep number 2 svEMaximum sustained number of connections +DBDMax number 10 svEMaximum number of connections +DBDMin number 1 svEMinimum number of connections +DBDParams +param1=value1[,param2=value2]svEParameters for database connection +DBDPersist On|OffsvEWhether to use persistent connections +DBDPrepareSQL "SQL statement" labelsvEDefine an SQL prepared statement +DBDriver namesvESpecify an SQL driver +DefaultIcon url-pathsvdhB特定のアイコンが何も設定されていない時に ファイルに表示するアイコン -DefaultLanguage MIME-langsvdhあるスコープのすべてのファイルを指定された言語に +DefaultLanguage MIME-langsvdhあるスコープのすべてのファイルを指定された言語に 設定する -DefaultType MIME-type|none text/plain svdhCサーバがコンテントタイプを決定できないときに +DefaultType MIME-type|none text/plain svdhCサーバがコンテントタイプを決定できないときに 送られる MIME コンテントタイプ -Define parameter-namesC変数の存在を宣言する -DeflateBufferSize value 8096 svEzlib が一度に圧縮する塊の大きさ -DeflateCompressionLevel valuesvE出力に対して行なう圧縮の程度 -DeflateFilterNote [type] notenamesvEロギング用に圧縮比をメモに追加 -DeflateMemLevel value 9 svEzlib が圧縮に使うメモリのレベルを指定 -DeflateWindowSize value 15 svEZlib の圧縮用ウィンドウの大きさ - Deny from all|host|env=[!]env-variable -[host|env=[!]env-variable] ...dhEサーバがアクセスを拒否するホストを制御する -<Directory directory-path> -... </Directory>svC指定のファイルシステムのディレクトリとサブディレクトリとのみに +Define parameter-namesC変数の存在を宣言する +DeflateBufferSize value 8096 svEzlib が一度に圧縮する塊の大きさ +DeflateCompressionLevel valuesvE出力に対して行なう圧縮の程度 +DeflateFilterNote [type] notenamesvEロギング用に圧縮比をメモに追加 +DeflateMemLevel value 9 svEzlib が圧縮に使うメモリのレベルを指定 +DeflateWindowSize value 15 svEZlib の圧縮用ウィンドウの大きさ + Deny from all|host|env=[!]env-variable +[host|env=[!]env-variable] ...dhEサーバがアクセスを拒否するホストを制御する +<Directory directory-path> +... </Directory>svC指定のファイルシステムのディレクトリとサブディレクトリとのみに 適用されるディレクティブを囲む -DirectoryIndex - local-url [local-url] ... index.html svdhBクライアントがディレクトリをリクエストしたときに調べる +DirectoryIndex + local-url [local-url] ... index.html svdhBクライアントがディレクトリをリクエストしたときに調べる リソースのリスト -<DirectoryMatch regex> -... </DirectoryMatch>svC正規表現にマッチするファイルシステムのディレクトリと +<DirectoryMatch regex> +... </DirectoryMatch>svC正規表現にマッチするファイルシステムのディレクトリと サブディレクトリとのみに適用されるディレクティブを囲む -DirectorySlash On|Off On svdhBパス末尾のスラッシュでリダイレクトするかどうかのオンオフをトグルさせる -DocumentRoot directory-path /usr/local/apache/h +svCウェブから見えるメインのドキュメントツリーになる +DirectorySlash On|Off On svdhBパス末尾のスラッシュでリダイレクトするかどうかのオンオフをトグルさせる +DocumentRoot directory-path /usr/local/apache/h +svCウェブから見えるメインのドキュメントツリーになる ディレクトリ -DTracePrivileges On|Off Off sXDetermines whether the privileges required by dtrace are enabled. -DumpIOInput On|Off Off sEエラーログにすべての入力データをダンプ -DumpIOLogLevel level debug sEDumpIO の出力のログレベルを制御します -DumpIOOutput On|Off Off sEエラーログにすべての出力データをダンプ -EnableExceptionHook On|Off Off sMクラッシュの後に例外ハンドラを実行するフックを有効にする -EnableMMAP On|Off On svdhC配送中にファイルを読み込むためにメモリマッピングを +DTracePrivileges On|Off Off sXDetermines whether the privileges required by dtrace are enabled. +DumpIOInput On|Off Off sEエラーログにすべての入力データをダンプ +DumpIOLogLevel level debug sEDumpIO の出力のログレベルを制御します +DumpIOOutput On|Off Off sEエラーログにすべての出力データをダンプ +EnableExceptionHook On|Off Off sMクラッシュの後に例外ハンドラを実行するフックを有効にする +EnableMMAP On|Off On svdhC配送中にファイルを読み込むためにメモリマッピングを 使うかどうか -EnableSendfile On|Off On svdhCファイルのクライアントへの配送時にカーネルの sendfile サポートを +EnableSendfile On|Off On svdhCファイルのクライアントへの配送時にカーネルの sendfile サポートを 使うかどうか -ErrorDocument error-code documentsvdhCエラーが発生したときにサーバがクライアントに送るもの - ErrorLog file-path|syslog[:facility] logs/error_log (Uni +svCサーバがエラーをログ収集する場所 -ExamplesvdhXDemonstration directive to illustrate the Apache module +ErrorDocument error-code documentsvdhCエラーが発生したときにサーバがクライアントに送るもの + ErrorLog file-path|syslog[:facility] logs/error_log (Uni +svCサーバがエラーをログ収集する場所 +ExamplesvdhXDemonstration directive to illustrate the Apache module API -ExpiresActive On|OffsvdhEExpires ヘッダの生成を有効にする -ExpiresByType MIME-type -<code>secondssvdhEMIME タイプによって設定される Expires ヘッダの値 -ExpiresDefault <code>secondssvdhE期限切れ期日を計算するデフォルトアルゴリズム -ExtendedStatus On|Off Off sB各リクエストに対して拡張ステータス情報を保存する -ExtFilterDefine filtername parameterssE外部フィルタを定義 -ExtFilterOptions option [option] ... DebugLevel=0 NoLogS +dEmod_ext_filter のオプションを設定 -svdhBDefine a default URL for requests that don't map to a file -FileETag component ... INode MTime Size svdhCETag HTTP 応答ヘッダを作成するために使用される +ExpiresActive On|OffsvdhEExpires ヘッダの生成を有効にする +ExpiresByType MIME-type +<code>secondssvdhEMIME タイプによって設定される Expires ヘッダの値 +ExpiresDefault <code>secondssvdhE期限切れ期日を計算するデフォルトアルゴリズム +ExtendedStatus On|Off Off sB各リクエストに対して拡張ステータス情報を保存する +ExtFilterDefine filtername parameterssE外部フィルタを定義 +ExtFilterOptions option [option] ... DebugLevel=0 NoLogS +dEmod_ext_filter のオプションを設定 +svdhBDefine a default URL for requests that don't map to a file +FileETag component ... INode MTime Size svdhCETag HTTP 応答ヘッダを作成するために使用される ファイルの属性 -<Files filename> ... </Files>svdhCマッチするファイル名に適用されるディレクティブを囲む -<FilesMatch regex> ... </FilesMatch>svdhC正規表現にマッチするファイル名に適用される +<Files filename> ... </Files>svdhCマッチするファイル名に適用されるディレクティブを囲む +<FilesMatch regex> ... </FilesMatch>svdhC正規表現にマッチするファイル名に適用される ディレクティブを囲む -FilterChain [+=-@!]filter-name ...svdhBConfigure the filter chain -FilterDeclare filter-name [type]svdhBDeclare a smart filter -FilterProtocol filter-name [provider-name] - proto-flagssvdhBDeal with correct HTTP protocol handling -FilterProvider filter-name provider-name - expressionsvdhBRegister a content filter -FilterTrace filter-name levelsvdBGet debug/diagnostic information from +FilterChain [+=-@!]filter-name ...svdhBConfigure the filter chain +FilterDeclare filter-name [type]svdhBDeclare a smart filter +FilterProtocol filter-name [provider-name] + proto-flagssvdhBDeal with correct HTTP protocol handling +FilterProvider filter-name provider-name + expressionsvdhBRegister a content filter +FilterTrace filter-name levelsvdBGet debug/diagnostic information from mod_filter -ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer svdhB要求に合う単独のドキュメントが見つからなかったときに行なうことを指定 +ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer svdhB要求に合う単独のドキュメントが見つからなかったときに行なうことを指定 -ForceType MIME-type|NonedhCすべてのマッチするファイルが指定の MIME コンテントタイプで +ForceType MIME-type|NonedhCすべてのマッチするファイルが指定の MIME コンテントタイプで 送られるようにする -ForensicLog filename|pipesvEForensic ログのファイル名を設定する -GracefulShutDownTimeout secondssM穏やかな停止をかけた後、終了するまで待つ時間 -Group unix-group #-1 sBGroup under which the server will answer +ForensicLog filename|pipesvEForensic ログのファイル名を設定する +GracefulShutDownTimeout secondssM穏やかな停止をかけた後、終了するまで待つ時間 +Group unix-group #-1 sBGroup under which the server will answer requests -Group unix-group #-1 sMリクエストに応答する際に所属するグループ -Header [condition] set|append|add|unset|echo -header [value] [early|env=[!]variable]svdhEHTTP 応答ヘッダの設定 -HeaderName filenamesvdhB +Group unix-group #-1 sMリクエストに応答する際に所属するグループ +Header [condition] set|append|add|unset|echo +header [value] [early|env=[!]variable]svdhEHTTP 応答ヘッダの設定 +HeaderName filenamesvdhB インデックス一覧の先頭に挿入されるファイルの名前 -sEAddress to send heartbeat requests -sEAddress to listen for heartbeat requests -HeartbeatStorage file-path logs/hb.dat sEPath to store heartbeat data -HeartbeatStorage file-path logs/hb.dat sEPath to read heartbeat data -HostnameLookups On|Off|Double Off svdCクライアントの IP アドレスの DNS ルックアップを +sEAddress to send heartbeat requests +sEAddress to listen for heartbeat requests +HeartbeatStorage file-path logs/hb.dat sEPath to store heartbeat data +HeartbeatStorage file-path logs/hb.dat sEPath to read heartbeat data +HostnameLookups On|Off|Double Off svdCクライアントの IP アドレスの DNS ルックアップを 有効にする -IdentityCheck On|Off Off svdEリモートユーザの RFC 1413 によるアイデンティティのロギングを +IdentityCheck On|Off Off svdEリモートユーザの RFC 1413 によるアイデンティティのロギングを 有効にする -IdentityCheckTimeout seconds 30 svdEIdent リクエストがタイムアウトするまでの期間を決める -<If expression> ... </If>svdhC実行時、リクエストが条件を満たした場合にのみ適用される +IdentityCheckTimeout seconds 30 svdEIdent リクエストがタイムアウトするまでの期間を決める +<If expression> ... </If>svdhC実行時、リクエストが条件を満たした場合にのみ適用される ディレクティブを包含する -<IfDefine [!]parameter-name> ... - </IfDefine>svdhC起動時にテストが真であるときのみに処理されるディレクティブを +<IfDefine [!]parameter-name> ... + </IfDefine>svdhC起動時にテストが真であるときのみに処理されるディレクティブを 囲む -<IfModule [!]module-file|module-identifier> ... - </IfModule>svdhCモジュールの存在するかしないかに応じて処理される +<IfModule [!]module-file|module-identifier> ... + </IfModule>svdhCモジュールの存在するかしないかに応じて処理される ディレクティブを囲む -<IfVersion [[!]operator] version> ... -</IfVersion>svdhEバージョン依存の設定を入れる -ImapBase map|referer|URL http://servername/ svdhBDefault base for imagemap files -ImapDefault error|nocontent|map|referer|URL nocontent svdhBDefault action when an imagemap is called with coordinates +<IfVersion [[!]operator] version> ... +</IfVersion>svdhEバージョン依存の設定を入れる +ImapBase map|referer|URL http://servername/ svdhBDefault base for imagemap files +ImapDefault error|nocontent|map|referer|URL nocontent svdhBDefault action when an imagemap is called with coordinates that are not explicitly mapped -ImapMenu none|formatted|semiformatted|unformattedsvdhBAction if no coordinates are given when calling +ImapMenu none|formatted|semiformatted|unformattedsvdhBAction if no coordinates are given when calling an imagemap -Include file-path|directory-pathsvdCサーバ設定ファイル中から他の設定ファイルを取り込む -IndexHeadInsert "markup ..."svdhBインデックスページの HEAD セクションにテキストを挿入する -IndexIgnore file [file] ...svdhBディレクトリ一覧を行なう際に無視すべき +Include file-path|directory-pathsvdCサーバ設定ファイル中から他の設定ファイルを取り込む +IndexHeadInsert "markup ..."svdhBインデックスページの HEAD セクションにテキストを挿入する +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 ディレクトリインデックスの標準の順番付けを設定 -IndexStyleSheet url-pathsvdhBディレクトリインデックスに CSS スタイルシートを追加する -InputSed sed-commanddhXSed command to filter request data (typically POST data) -ISAPIAppendLogToErrors on|off off svdhBRecord HSE_APPEND_LOG_PARAMETER requests from +IndexStyleSheet url-pathsvdhBディレクトリインデックスに CSS スタイルシートを追加する +InputSed sed-commanddhXSed command to filter request data (typically POST data) +ISAPIAppendLogToErrors on|off off svdhBRecord HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the error log -ISAPIAppendLogToQuery on|off on svdhBRecord HSE_APPEND_LOG_PARAMETER requests from +ISAPIAppendLogToQuery on|off on svdhBRecord HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the query field -ISAPICacheFile file-path [file-path] -...svBISAPI .dll files to be loaded at startup -ISAPIFakeAsync on|off off svdhBFake asynchronous support for ISAPI callbacks -ISAPILogNotSupported on|off off svdhBLog unsupported feature requests from ISAPI +ISAPICacheFile file-path [file-path] +...svBISAPI .dll files to be loaded at startup +ISAPIFakeAsync on|off off svdhBFake asynchronous support for ISAPI callbacks +ISAPILogNotSupported on|off off svdhBLog unsupported feature requests from ISAPI extensions -ISAPIReadAheadBuffer size 49152 svdhBSize of the Read Ahead Buffer sent to ISAPI +ISAPIReadAheadBuffer size 49152 svdhBSize of the Read Ahead Buffer sent to ISAPI extensions -KeepAlive On|Off On svCHTTP の持続的な接続を有効にする -KeepAliveTimeout seconds 5 svC持続的な接続で次のリクエストが来るまでサーバが待つ時間 -KeptBodySize maximum size in bytes 0 dBKeep the request body instead of discarding it up to +KeepAlive On|Off On svCHTTP の持続的な接続を有効にする +KeepAliveTimeout seconds 5 svC持続的な接続で次のリクエストが来るまでサーバが待つ時間 +KeptBodySize maximum size in bytes 0 dBKeep the request body instead of discarding it up to the specified maximum size, for potential use by filters such as mod_include. -LanguagePriority MIME-lang [MIME-lang] -...svdhBクライアントが優先度を示さなかったときの言語の variant の優先度を +LanguagePriority MIME-lang [MIME-lang] +...svdhBクライアントが優先度を示さなかったときの言語の variant の優先度を 指定 -LDAPCacheEntries number 1024 sEMaximum number of entries in the primary LDAP cache -LDAPCacheTTL seconds 600 sETime that cached items remain valid -LDAPConnectionTimeout secondssESpecifies the socket connection timeout in seconds -LDAPLibraryDebug 7sEEnable debugging in the LDAP SDK -LDAPOpCacheEntries number 1024 sENumber of entries used to cache LDAP compare +LDAPCacheEntries number 1024 sEMaximum number of entries in the primary LDAP cache +LDAPCacheTTL seconds 600 sETime that cached items remain valid +LDAPConnectionTimeout secondssESpecifies the socket connection timeout in seconds +LDAPLibraryDebug 7sEEnable debugging in the LDAP SDK +LDAPOpCacheEntries number 1024 sENumber of entries used to cache LDAP compare operations -LDAPOpCacheTTL seconds 600 sETime that entries in the operation cache remain +LDAPOpCacheTTL seconds 600 sETime that entries in the operation cache remain valid -LDAPReferralHopLimit numberdhEThe maximum number of referral hops to chase before terminating an LDAP query. -LDAPReferrals On|Off On dhEEnable referral chasing during queries to the LDAP server. -LDAPSharedCacheFile directory-path/filenamesESets the shared memory cache file -LDAPSharedCacheSize bytes 500000 sESize in bytes of the shared-memory cache -LDAPTimeout seconds 60 sESpecifies the timeout for LDAP search and bind operations, in seconds -LDAPTrustedClientCert type directory-path/filename/nickname [password]dhESets the file containing or nickname referring to a per +LDAPReferralHopLimit numberdhEThe maximum number of referral hops to chase before terminating an LDAP query. +LDAPReferrals On|Off On dhEEnable referral chasing during queries to the LDAP server. +LDAPSharedCacheFile directory-path/filenamesESets the shared memory cache file +LDAPSharedCacheSize bytes 500000 sESize in bytes of the shared-memory cache +LDAPTimeout seconds 60 sESpecifies the timeout for LDAP search and bind operations, in seconds +LDAPTrustedClientCert type directory-path/filename/nickname [password]dhESets the file containing or nickname referring to a per connection client certificate. Not all LDAP toolkits support per connection client certificates. -LDAPTrustedGlobalCert type directory-path/filename [password]sESets the file or database containing global trusted +LDAPTrustedGlobalCert type directory-path/filename [password]sESets the file or database containing global trusted Certificate Authority or global client certificates -LDAPTrustedMode typesvESpecifies the SSL/TLS mode to be used when connecting to an LDAP server. -LDAPVerifyServerCert On|Off On sEForce server certificate verification -<Limit method [method] ... > ... - </Limit>svdhC囲いの中にあるアクセス制御の適用を特定の HTTP メソッドのみに +LDAPTrustedMode typesvESpecifies the SSL/TLS mode to be used when connecting to an LDAP server. +LDAPVerifyServerCert On|Off On sEForce server certificate verification +<Limit method [method] ... > ... + </Limit>svdhC囲いの中にあるアクセス制御の適用を特定の HTTP メソッドのみに 制限する -<LimitExcept method [method] ... > ... - </LimitExcept>svdhC指定されたもの以外の HTTP メソッドにアクセス制御を +<LimitExcept method [method] ... > ... + </LimitExcept>svdhC指定されたもの以外の HTTP メソッドにアクセス制御を 制限する -LimitInternalRecursion number [number] 10 svC内部リダイレクトと入れ子になったサブリクエストの最大数を決定する -LimitRequestBody bytes 0 svdhCクライアントから送られる HTTP リクエストのボディの +LimitInternalRecursion number [number] 10 svC内部リダイレクトと入れ子になったサブリクエストの最大数を決定する +LimitRequestBody bytes 0 svdhCクライアントから送られる HTTP リクエストのボディの 総量を制限する -LimitRequestFields number 100 sCクライアントからの HTTP リクエストのヘッダフィールドの数を +LimitRequestFields number 100 sCクライアントからの HTTP リクエストのヘッダフィールドの数を 制限する -LimitRequestFieldSize bytes 8190 sCクライアントからの HTTP リクエストのヘッダの +LimitRequestFieldSize bytes 8190 sCクライアントからの HTTP リクエストのヘッダの サイズを制限する -LimitRequestLine bytes 8190 sCクライアントからの HTTP リクエスト行のサイズを制限する -LimitXMLRequestBody bytes 1000000 svdhCXML 形式のリクエストのボディのサイズを制限する -Listen [IP-address:]portnumber [protocol]sMサーバが listen するIP アドレスとポート番号 -ListenBacklog backlogsM保留状態のコネクションのキューの最大長 -LoadFile filename [filename] ...sE指定されたオブジェクトファイルやライブラリをリンクする -LoadModule module filenamesEオブジェクトファイルやライブラリをリンクし、使用モジュールの +LimitRequestLine bytes 8190 sCクライアントからの HTTP リクエスト行のサイズを制限する +LimitXMLRequestBody bytes 1000000 svdhCXML 形式のリクエストのボディのサイズを制限する +Listen [IP-address:]portnumber [protocol]sMサーバが listen するIP アドレスとポート番号 +ListenBacklog backlogsM保留状態のコネクションのキューの最大長 +LoadFile filename [filename] ...sE指定されたオブジェクトファイルやライブラリをリンクする +LoadModule module filenamesEオブジェクトファイルやライブラリをリンクし、使用モジュールの リストに追加する -<Location - URL-path|URL> ... </Location>svC囲んだディレクティブをマッチする URL のみに適用 -<LocationMatch - regex> ... </LocationMatch>svC囲んだディレクティブを正規表現にマッチする URL のみに +<Location + URL-path|URL> ... </Location>svC囲んだディレクティブをマッチする URL のみに適用 +<LocationMatch + regex> ... </LocationMatch>svC囲んだディレクティブを正規表現にマッチする URL のみに 適用 -LockFile filename logs/accept.lock sM受付を直列化するためのロックファイルの位置(非推奨) -LogFormat format|nickname -[nickname] "%h %l %u %t \"%r\" +svBログファイルで使用する書式を設定する -LogLevel level warn svCErrorLog の冗長性を制御する -LuaCodeCache stat|forever|never stat svdhXConfigure the compiled code cache. -LuaHookAccessChecker /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the access_checker phase of request processing -LuaHookAuthChecker /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the auth_checker phase of request processing -LuaHookCheckUserID /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the check_user_id phase of request processing -LuaHookFixups /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the fixups phase of request +LockFile filename logs/accept.lock sM受付を直列化するためのロックファイルの位置(非推奨) +LogFormat format|nickname +[nickname] "%h %l %u %t \"%r\" +svBログファイルで使用する書式を設定する +LogLevel level warn svCErrorLog の冗長性を制御する +LuaCodeCache stat|forever|never stat svdhXConfigure the compiled code cache. +LuaHookAccessChecker /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the access_checker phase of request processing +LuaHookAuthChecker /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the auth_checker phase of request processing +LuaHookCheckUserID /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the check_user_id phase of request processing +LuaHookFixups /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the fixups phase of request processing -LuaHookInsertFilter /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the insert_filter phase of request processing -LuaHookMapToStorage /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the map_to_storage phase of request processing -LuaHookTranslateName /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the translate name phase of request processing -LuaHookTypeChecker /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the type_checker phase of request processing -LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name]svdhXMap a path to a lua handler -LuaPackageCPath /path/to/include/?.soasvdhXAdd a directory to lua's package.cpath -LuaPackagePath /path/to/include/?.luasvdhXAdd a directory to lua's package.path -svdhXProvide a hook for the quick handler of request processing -LuaRoot /path/to/a/directorysvdhXSpecify the base path for resolving relative paths for mod_lua directives -LuaScope once|request|conn|server [max|min max] once svdhXOne of once, request, conn, server -- default is once -MaxClients numbersMリクエストに応答するために作成される +LuaHookInsertFilter /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the insert_filter phase of request processing +LuaHookMapToStorage /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the map_to_storage phase of request processing +LuaHookTranslateName /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the translate name phase of request processing +LuaHookTypeChecker /path/to/lua/script.lua hook_function_namesvdhXProvide a hook for the type_checker phase of request processing +LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name]svdhXMap a path to a lua handler +LuaPackageCPath /path/to/include/?.soasvdhXAdd a directory to lua's package.cpath +LuaPackagePath /path/to/include/?.luasvdhXAdd a directory to lua's package.path +svdhXProvide a hook for the quick handler of request processing +LuaRoot /path/to/a/directorysvdhXSpecify the base path for resolving relative paths for mod_lua directives +LuaScope once|request|conn|server [max|min max] once svdhXOne of once, request, conn, server -- default is once +MaxClients numbersMリクエストに応答するために作成される 子プロセスの最大個数 -MaxKeepAliveRequests number 100 svC持続的な接続上で許可されるリクエストの数 -MaxMemFree KBytes 0 sMfree() が呼ばれない限り、 +MaxKeepAliveRequests number 100 svC持続的な接続上で許可されるリクエストの数 +MaxMemFree KBytes 0 sMfree() が呼ばれない限り、 主メモリアロケータが保持し続けられるメモリの最大量 -MaxRequestsPerChild number 10000 sM個々の子サーバが稼働中に扱うリクエスト数の上限 -MaxSpareServers number 10 sMアイドルな子サーバプロセスの最大個数 -MaxSpareThreads numbersMアイドルスレッドの最大数 -MaxThreads number 2048 sMSet the maximum number of worker threads -MetaDir directory .web svdhEName of the directory to find CERN-style meta information +MaxRequestsPerChild number 10000 sM個々の子サーバが稼働中に扱うリクエスト数の上限 +MaxSpareServers number 10 sMアイドルな子サーバプロセスの最大個数 +MaxSpareThreads numbersMアイドルスレッドの最大数 +MaxThreads number 2048 sMSet the maximum number of worker threads +MetaDir directory .web svdhEName of the directory to find CERN-style meta information files -MetaFiles on|off off svdhEActivates CERN meta-file processing -MetaSuffix suffix .meta svdhEFile name suffix for the file containg CERN-style +MetaFiles on|off off svdhEActivates CERN meta-file processing +MetaSuffix suffix .meta svdhEFile name suffix for the file containg CERN-style meta information -MimeMagicFile file-pathsvEEnable MIME-type determination based on file contents +MimeMagicFile file-pathsvEEnable MIME-type determination based on file contents using the specified magic file -MinSpareServers number 5 sMアイドルな子サーバプロセスの最小個数 -MinSpareThreads numbersMリクエストに応答することのできる +MinSpareServers number 5 sMアイドルな子サーバプロセスの最小個数 +MinSpareThreads numbersMリクエストに応答することのできる アイドルスレッド数の最小数 -MMapFile file-path [file-path] ...sXMap a list of files into memory at startup time -ModemStandard V.21|V.26bis|V.32|V.92EModem standard to simulate -ModMimeUsePathInfo On|Off Off dpath_info コンポーネントをファイル名の一部として扱うように +MMapFile file-path [file-path] ...sXMap a list of files into memory at startup time +ModemStandard V.21|V.26bis|V.32|V.92EModem standard to simulate +ModMimeUsePathInfo On|Off Off dpath_info コンポーネントをファイル名の一部として扱うように mod_mime に通知する -MultiviewsMatch Any|NegotiatedOnly|Filters|Handlers -[Handlers|Filters] NegotiatedOnly svdhMultiViews でのマッチングの検索に含ませる +MultiviewsMatch Any|NegotiatedOnly|Filters|Handlers +[Handlers|Filters] NegotiatedOnly svdhMultiViews でのマッチングの検索に含ませる ファイルのタイプを指定する -NameVirtualHost addr[:port]sC名前ベースのバーチャルホストのための IP アドレスを指定 -NoProxy host [host] ...svE直接接続する ホスト、ドメイン、ネットワーク -NWSSLTrustedCerts filename [filename] ...sBList of additional client certificates -NWSSLUpgradeable [IP-address:]portnumbersBAllows a connection to be upgraded to an SSL connection upon request -Options - [+|-]option [[+|-]option] ... All svdhCディレクトリに対して使用可能な機能を設定する - Order ordering Deny,Allow dhEデフォルトのアクセス可能な状態と、Allow と +NameVirtualHost addr[:port]sC名前ベースのバーチャルホストのための IP アドレスを指定 +NoProxy host [host] ...svE直接接続する ホスト、ドメイン、ネットワーク +NWSSLTrustedCerts filename [filename] ...sBList of additional client certificates +NWSSLUpgradeable [IP-address:]portnumbersBAllows a connection to be upgraded to an SSL connection upon request +Options + [+|-]option [[+|-]option] ... All svdhCディレクトリに対して使用可能な機能を設定する + Order ordering Deny,Allow dhEデフォルトのアクセス可能な状態と、Allow と Deny が評価される順番を制御する -OutputSed sed-commanddhXSed command for filtering response content -PassEnv env-variable [env-variable] -...svdhBシェルからの環境変数を渡す -PidFile filename logs/httpd.pid sMデーモンのプロセス ID +OutputSed sed-commanddhXSed command for filtering response content +PassEnv env-variable [env-variable] +...svdhBシェルからの環境変数を渡す +PidFile filename logs/httpd.pid sMデーモンのプロセス ID をサーバが記録するためのファイル -PrivilegesMode FAST|SECURE|SELECTIVEsvdXTrade off processing speed and efficiency vs security against +PrivilegesMode FAST|SECURE|SELECTIVEsvdXTrade off processing speed and efficiency vs security against malicious privileges-aware code. -ProtocolEcho On|Off Off svXエコーサーバの有効無効を設定します。 -<Proxy wildcard-url> ...</Proxy>svEプロキシされるリソースに適用されるコンテナ -ProxyBadHeader IsError|Ignore|StartBody IsError svE応答におかしなヘッダがある場合の扱い方を決める -ProxyBlock *|word|host|domain -[word|host|domain] ...svEプロキシ接続を禁止する語句、ホスト名、ドメインを指定する -ProxyDomain DomainsvEプロキシされたリクエストのデフォルトのドメイン名 -ProxyErrorOverride On|Off Off svEプロキシされたコンテンツのエラーページを上書きする -ProxyFtpDirCharset character set ISO-8859-1 svdEDefine the character set for proxied FTP listings -ProxyFtpEscapeWildcards [on|off]svdEWhether wildcards in requested filenames are escaped when sent to the FTP server -ProxyFtpListOnWildcard [on|off]svdEWhether wildcards in requested filenames trigger a file listing -ProxyIOBufferSize bytes 8192 svE内部データスループットバッファのサイズを決定する -<ProxyMatch regex> ...</ProxyMatch>svE正規表現でのマッチによるプロキシリソース用のディレクティブコンテナ -ProxyMaxForwards number 10 svEリクエストがフォワードされるプロキシの最大数 -ProxyPass [path] !|url [key=value key=value ...]]svdEリモートサーバをローカルサーバの URL 空間にマップする -ProxyPassReverse [path] urlsvdEリバースプロキシされたサーバから送られた HTTP 応答ヘッダの +ProtocolEcho On|Off Off svXエコーサーバの有効無効を設定します。 +<Proxy wildcard-url> ...</Proxy>svEプロキシされるリソースに適用されるコンテナ +ProxyBadHeader IsError|Ignore|StartBody IsError svE応答におかしなヘッダがある場合の扱い方を決める +ProxyBlock *|word|host|domain +[word|host|domain] ...svEプロキシ接続を禁止する語句、ホスト名、ドメインを指定する +ProxyDomain DomainsvEプロキシされたリクエストのデフォルトのドメイン名 +ProxyErrorOverride On|Off Off svEプロキシされたコンテンツのエラーページを上書きする +ProxyFtpDirCharset character set ISO-8859-1 svdEDefine the character set for proxied FTP listings +ProxyFtpEscapeWildcards [on|off]svdEWhether wildcards in requested filenames are escaped when sent to the FTP server +ProxyFtpListOnWildcard [on|off]svdEWhether wildcards in requested filenames trigger a file listing +ProxyIOBufferSize bytes 8192 svE内部データスループットバッファのサイズを決定する +<ProxyMatch regex> ...</ProxyMatch>svE正規表現でのマッチによるプロキシリソース用のディレクティブコンテナ +ProxyMaxForwards number 10 svEリクエストがフォワードされるプロキシの最大数 +ProxyPass [path] !|url [key=value key=value ...]]svdEリモートサーバをローカルサーバの URL 空間にマップする +svdEEnable Environment Variable interpolation in Reverse Proxy configurations +svdEMaps remote servers into the local server URL-space using regular expressions +ProxyPassReverse [path] urlsvdEリバースプロキシされたサーバから送られた HTTP 応答ヘッダの URL を調整する -ProxyPassReverseCookieDomain internal-domain public-domainsvdEリバースプロキシサーバからの Set-Cookie ヘッダの Domain 文字列を +ProxyPassReverseCookieDomain internal-domain public-domainsvdEリバースプロキシサーバからの Set-Cookie ヘッダの Domain 文字列を 調整する -ProxyPassReverseCookiePath internal-path public-pathsvdEReverse プロキシサーバからの Set-Cookie ヘッダの Path 文字列を +ProxyPassReverseCookiePath internal-path public-pathsvdEReverse プロキシサーバからの Set-Cookie ヘッダの Path 文字列を 調整する -ProxyPreserveHost On|Off Off svEプロキシリクエストに、受け付けた Host HTTP ヘッダを使う -ProxyReceiveBufferSize bytes 0 svEプロキシされる HTTP と FTP 接続のためのネットワークバッファサイズ -ProxyRemote match remote-serversvE特定のリクエストを扱う時に使われるリモートプロキシを指定する -ProxyRemoteMatch regex remote-serversvE正規表現でのマッチによるリクエストを扱うリモートプロキシの指定 -ProxyRequests On|Off Off svEフォワード (標準の) プロキシリクエストを有効にする -ProxySCGIInternalRedirect On|Off On svdEEnable or disable internal redirect responses from the +ProxyPreserveHost On|Off Off svEプロキシリクエストに、受け付けた Host HTTP ヘッダを使う +ProxyReceiveBufferSize bytes 0 svEプロキシされる HTTP と FTP 接続のためのネットワークバッファサイズ +ProxyRemote match remote-serversvE特定のリクエストを扱う時に使われるリモートプロキシを指定する +ProxyRemoteMatch regex remote-serversvE正規表現でのマッチによるリクエストを扱うリモートプロキシの指定 +ProxyRequests On|Off Off svEフォワード (標準の) プロキシリクエストを有効にする +ProxySCGIInternalRedirect On|Off On svdEEnable or disable internal redirect responses from the backend -ProxySCGISendfile On|Off|Headername Off svdEEnable evaluation of X-Sendfile pseudo response +ProxySCGISendfile On|Off|Headername Off svdEEnable evaluation of X-Sendfile pseudo response header -ProxyTimeout seconds 300 svEプロキシされたリクエストのネットワークタイムアウト -ProxyVia On|Off|Full|Block Off svEプロキシされたリクエストの Via HTTP 応答ヘッダ +dESet various Proxy balancer or member parameters +svEShow Proxy LoadBalancer status in mod_status +ProxyTimeout seconds 300 svEプロキシされたリクエストのネットワークタイムアウト +ProxyVia On|Off|Full|Block Off svEプロキシされたリクエストの Via HTTP 応答ヘッダ により提供される情報 -ReadmeName filenamesvdhBインデックス一覧の最後に挿入されるファイルの名前 -ReceiveBufferSize bytes 0 sMTCP 受信バッファサイズ -Redirect [status] URL-path -URLsvdhBクライアントが違う URL を取得するように外部へのリダイレクトを +ReadmeName filenamesvdhBインデックス一覧の最後に挿入されるファイルの名前 +ReceiveBufferSize bytes 0 sMTCP 受信バッファサイズ +Redirect [status] URL-path +URLsvdhBクライアントが違う URL を取得するように外部へのリダイレクトを 送る -RedirectMatch [status] regex -URLsvdhB現在の URL への正規表現のマッチにより +RedirectMatch [status] regex +URLsvdhB現在の URL への正規表現のマッチにより 外部へのリダイレクトを送る -RedirectPermanent URL-path URLsvdhBクライアントが違う URL を取得するように外部への永久的な +RedirectPermanent URL-path URLsvdhBクライアントが違う URL を取得するように外部への永久的な リダイレクトを送る -RedirectTemp URL-path URLsvdhBクライアントが違う URL を取得するように外部への一時的な +RedirectTemp URL-path URLsvdhBクライアントが違う URL を取得するように外部への一時的な リダイレクトを送る -ReflectorHeader inputheader [outputheader]svdhBReflect an input header to the output headers -RemoteIPHeader header-fieldsvBDeclare the header field which should be parsed for client IP addresses -RemoteIPInternalProxy proxy-ip|proxy-ip/subnet|hostname ...svBDeclare client intranet IP addresses trusted to present the RemoteIPHeader value -RemoteIPInternalProxyList filenamesvBDeclare client intranet IP addresses trusted to present the RemoteIPHeader value -RemoteIPProxiesHeader HeaderFieldNamesvBDeclare the header field which will record all intermediate IP addresses -RemoteIPTrustedProxy proxy-ip|proxy-ip/subnet|hostname ...svBDeclare client intranet IP addresses trusted to present the RemoteIPHeader value -RemoteIPTrustedProxyList filenamesvBDeclare client intranet IP addresses trusted to present the RemoteIPHeader value -RemoveCharset extension [extension] -...vdhファイルの拡張子に関連付けられたすべての文字セット +ReflectorHeader inputheader [outputheader]svdhBReflect an input header to the output headers +RemoteIPHeader header-fieldsvBDeclare the header field which should be parsed for client IP addresses +RemoteIPInternalProxy proxy-ip|proxy-ip/subnet|hostname ...svBDeclare client intranet IP addresses trusted to present the RemoteIPHeader value +RemoteIPInternalProxyList filenamesvBDeclare client intranet IP addresses trusted to present the RemoteIPHeader value +RemoteIPProxiesHeader HeaderFieldNamesvBDeclare the header field which will record all intermediate IP addresses +RemoteIPTrustedProxy proxy-ip|proxy-ip/subnet|hostname ...svBDeclare client intranet IP addresses trusted to present the RemoteIPHeader value +RemoteIPTrustedProxyList filenamesvBDeclare client intranet IP addresses trusted to present the RemoteIPHeader value +RemoveCharset extension [extension] +...vdhファイルの拡張子に関連付けられたすべての文字セット を解除する -RemoveEncoding extension [extension] -...vdhファイルの拡張子に関連付けられたすべてのコンテントエンコーディング +RemoveEncoding extension [extension] +...vdhファイルの拡張子に関連付けられたすべてのコンテントエンコーディング を解除する -RemoveHandler extension [extension] -...vdhファイルの拡張子に関連付けられたすべてのハンドラを +RemoveHandler extension [extension] +...vdhファイルの拡張子に関連付けられたすべてのハンドラを 解除する -RemoveInputFilter extension [extension] -...vdhファイル拡張子に関連付けられた入力フィルタを解除する -RemoveLanguage extension [extension] -...vdhファイル拡張子に関連付けられた言語を解除する -RemoveOutputFilter extension [extension] -...vdhファイル拡張子に関連付けられた出力フィルタを解除する -RemoveType extension [extension] -...vdhファイルの拡張子と関連付けられたコンテントタイプを +RemoveInputFilter extension [extension] +...vdhファイル拡張子に関連付けられた入力フィルタを解除する +RemoveLanguage extension [extension] +...vdhファイル拡張子に関連付けられた言語を解除する +RemoveOutputFilter extension [extension] +...vdhファイル拡張子に関連付けられた出力フィルタを解除する +RemoveType extension [extension] +...vdhファイルの拡張子と関連付けられたコンテントタイプを 解除する -RequestHeader set|append|add|unset header -[value] [early|env=[!]variable]svdhEHTTP リクエストヘッダの設定 -RequestReadTimeout +RequestHeader set|append|add|unset header +[value] [early|env=[!]variable]svdhEHTTP リクエストヘッダの設定 +RequestReadTimeout [header=timeout[[-maxtimeout],MinRate=rate] [body=timeout[[-maxtimeout],MinRate=rate] -svXSet timeout values for receiving request headers and body from client. +svXSet timeout values for receiving request headers and body from client. -Require [not] entity-name - [entity-name] ...dhBTests whether an authenticated user is authorized by +Require [not] entity-name + [entity-name] ...dhBTests whether an authenticated user is authorized by an authorization provider. -<RequireAll> ... </RequireAll>dhBEnclose a group of authorization directives of which none +<RequireAll> ... </RequireAll>dhBEnclose a group of authorization directives of which none must fail and at least one must succeed for the enclosing directive to succeed. -<RequireAny> ... </RequireAny>dhBEnclose a group of authorization directives of which one +<RequireAny> ... </RequireAny>dhBEnclose a group of authorization directives of which one must succeed for the enclosing directive to succeed. -<RequireNone> ... </RequireNone>dhBEnclose a group of authorization directives of which none +<RequireNone> ... </RequireNone>dhBEnclose a group of authorization directives of which none must succeed for the enclosing directive to not fail. -RewriteBase URL-pathdhESets the base URL for per-directory rewrites - RewriteCond - TestString CondPatternsvdhEDefines a condition under which rewriting will take place +RewriteBase URL-pathdhESets the base URL for per-directory rewrites + RewriteCond + TestString CondPatternsvdhEDefines a condition under which rewriting will take place -RewriteEngine on|off off svdhEEnables or disables runtime rewriting engine -RewriteMap MapName MapType:MapSource -svEDefines a mapping function for key-lookup -RewriteOptions OptionssvdhESets some special options for the rewrite engine -RewriteRule - Pattern Substitution [flags]svdhEDefines rules for the rewriting engine -RLimitCPU seconds|max [seconds|max]svdhCApache の子プロセスから起動されたプロセスの CPU 消費量を +RewriteEngine on|off off svdhEEnables or disables runtime rewriting engine +RewriteMap MapName MapType:MapSource +svEDefines a mapping function for key-lookup +RewriteOptions OptionssvdhESets some special options for the rewrite engine +RewriteRule + Pattern Substitution [flags]svdhEDefines rules for the rewriting engine +RLimitCPU seconds|max [seconds|max]svdhCApache の子プロセスから起動されたプロセスの CPU 消費量を 制限する -RLimitMEM bytes|max [bytes|max]svdhCApache の子プロセスから起動されたプロセスのメモリ消費量を +RLimitMEM bytes|max [bytes|max]svdhCApache の子プロセスから起動されたプロセスのメモリ消費量を 制限する -RLimitNPROC number|max [number|max]svdhCApache の子プロセスから起動されたプロセスが起動するプロセスの +RLimitNPROC number|max [number|max]svdhCApache の子プロセスから起動されたプロセスが起動するプロセスの 数を制限する -Satisfy Any|All All dhEホストレベルのアクセス制御とユーザ認証との相互作用を指定 -ScoreBoardFile file-path logs/apache_status sM子プロセスと連携するためのデータを保存する +Satisfy Any|All All dhEホストレベルのアクセス制御とユーザ認証との相互作用を指定 +ScoreBoardFile file-path logs/apache_status sM子プロセスと連携するためのデータを保存する ファイルの位置 -Script method cgi-scriptsvdB特定のリクエストメソッドに対して CGI スクリプトを +Script method cgi-scriptsvdB特定のリクエストメソッドに対して CGI スクリプトを 実行するように設定 -ScriptAlias URL-path -file-path|directory-pathsvBURL をファイルシステムの位置へマップし、マップ先を +ScriptAlias URL-path +file-path|directory-pathsvBURL をファイルシステムの位置へマップし、マップ先を CGI スクリプトに指定 -ScriptAliasMatch regex -file-path|directory-pathsvBURL を正規表現を使ってファイルシステムの位置へマップし、マップ先を +ScriptAliasMatch regex +file-path|directory-pathsvBURL を正規表現を使ってファイルシステムの位置へマップし、マップ先を CGI スクリプトに指定 -ScriptInterpreterSource Registry|Registry-Strict|Script Script svdhCCGI スクリプトのインタープリタの位置を調べるための手法 -ScriptLog file-pathsvBCGI スクリプトのエラーログファイルの場所 -ScriptLogBuffer bytes 1024 svBスクリプトログに記録される PUT や POST リクエストの内容の上限 -ScriptLogLength bytes 10385760 svBCGI スクリプトのログファイルの大きさの上限 -ScriptSock file-path logs/cgisock sBCGI デーモンとの通信に使われるソケットのファイル名の接頭辞 -SecureListen [IP-address:]portnumber -Certificate-Name [MUTUAL]sBEnables SSL encryption for the specified port -SeeRequestTail On|Off Off sBリクエストの最初の 63 文字か最後の 63 文字 +ScriptInterpreterSource Registry|Registry-Strict|Script Script svdhCCGI スクリプトのインタープリタの位置を調べるための手法 +ScriptLog file-pathsvBCGI スクリプトのエラーログファイルの場所 +ScriptLogBuffer bytes 1024 svBスクリプトログに記録される PUT や POST リクエストの内容の上限 +ScriptLogLength bytes 10385760 svBCGI スクリプトのログファイルの大きさの上限 +ScriptSock file-path logs/cgisock sBCGI デーモンとの通信に使われるソケットのファイル名の接頭辞 +SecureListen [IP-address:]portnumber +Certificate-Name [MUTUAL]sBEnables SSL encryption for the specified port +SeeRequestTail On|Off Off sBリクエストの最初の 63 文字か最後の 63 文字 のどちらを mod_status が表示するかを決める -SendBufferSize bytes 0 sMTCP バッファサイズ -ServerAdmin email-address|URLsvCサーバがクライアントに送るエラーメッセージに含める電子メールの +SendBufferSize bytes 0 sMTCP バッファサイズ +ServerAdmin email-address|URLsvCサーバがクライアントに送るエラーメッセージに含める電子メールの アドレス -ServerAlias hostname [hostname] ...vCリクエストを名前ベースのバーチャルホストにマッチさせているときに +ServerAlias hostname [hostname] ...vCリクエストを名前ベースのバーチャルホストにマッチさせているときに 使用されるホストの別名 -ServerLimit numbersM設定可能なサーバプロセス数の上限 -ServerName [scheme://]fully-qualified-domain-name[:port]svCサーバが自分自身を示すときに使うホスト名とポート -ServerPath URL-pathvC非互換のブラウザが名前ベースのバーチャルホストにアクセスしたときの +ServerLimit numbersM設定可能なサーバプロセス数の上限 +ServerName [scheme://]fully-qualified-domain-name[:port]svCサーバが自分自身を示すときに使うホスト名とポート +ServerPath URL-pathvC非互換のブラウザが名前ベースのバーチャルホストにアクセスしたときの ための互換用 URL パス名 -ServerRoot directory-path /usr/local/apache sCインストールされたサーバのベースディレクトリ -ServerSignature On|Off|EMail Off svdhCサーバが生成するドキュメントのフッタを設定 -ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full Full sCServer HTTP 応答ヘッダを設定する -Session On|Off Off svdhEEnables a session for the current directory or location -SessionCookieName name attributessvdhEName and attributes for the RFC2109 cookie storing the session -SessionCookieName2 name attributessvdhEName and attributes for the RFC2965 cookie storing the session -SessionCookieRemove On|Off Off svdhEControl for whether session cookies should be removed from incoming HTTP headers -SessionCryptoDriver name [param[=value]]sEThe crypto driver to be used to encrypt the session -SessionCryptoPassphrase secretsvdhEThe key used to encrypt the session -SessionDBDCookieName name attributessvdhEName and attributes for the RFC2109 cookie storing the session ID -SessionDBDCookieName2 name attributessvdhEName and attributes for the RFC2965 cookie storing the session ID -SessionDBDCookieRemove On|Off On svdhEControl for whether session ID cookies should be removed from incoming HTTP headers -SessionDBDDeleteLabel label deletesession svdhEThe SQL query to use to remove sessions from the database -SessionDBDInsertLabel label insertsession svdhEThe SQL query to use to insert sessions into the database -SessionDBDPerUser On|Off Off svdhEEnable a per user session -SessionDBDSelectLabel label selectsession svdhEThe SQL query to use to select sessions from the database -SessionDBDUpdateLabel label updatesession svdhEThe SQL query to use to update existing sessions in the database -SessionEnv On|Off Off svdhEControl whether the contents of the session are written to the +ServerRoot directory-path /usr/local/apache sCインストールされたサーバのベースディレクトリ +ServerSignature On|Off|EMail Off svdhCサーバが生成するドキュメントのフッタを設定 +ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full Full sCServer HTTP 応答ヘッダを設定する +Session On|Off Off svdhEEnables a session for the current directory or location +SessionCookieName name attributessvdhEName and attributes for the RFC2109 cookie storing the session +SessionCookieName2 name attributessvdhEName and attributes for the RFC2965 cookie storing the session +SessionCookieRemove On|Off Off svdhEControl for whether session cookies should be removed from incoming HTTP headers +SessionCryptoDriver name [param[=value]]sEThe crypto driver to be used to encrypt the session +SessionCryptoPassphrase secretsvdhEThe key used to encrypt the session +SessionDBDCookieName name attributessvdhEName and attributes for the RFC2109 cookie storing the session ID +SessionDBDCookieName2 name attributessvdhEName and attributes for the RFC2965 cookie storing the session ID +SessionDBDCookieRemove On|Off On svdhEControl for whether session ID cookies should be removed from incoming HTTP headers +SessionDBDDeleteLabel label deletesession svdhEThe SQL query to use to remove sessions from the database +SessionDBDInsertLabel label insertsession svdhEThe SQL query to use to insert sessions into the database +SessionDBDPerUser On|Off Off svdhEEnable a per user session +SessionDBDSelectLabel label selectsession svdhEThe SQL query to use to select sessions from the database +SessionDBDUpdateLabel label updatesession svdhEThe SQL query to use to update existing sessions in the database +SessionEnv On|Off Off svdhEControl whether the contents of the session are written to the HTTP_SESSION environment variable -SessionExclude pathsvdhEDefine URL prefixes for which a session is ignored -SessionHeader headersvdhEImport session updates from a given HTTP response header -SessionInclude pathsvdhEDefine URL prefixes for which a session is valid -SessionMaxAge maxage 0 svdhEDefine a maximum age in seconds for a session -SetEnv env-variable valuesvdhB環境変数を設定する -SetEnvIf attribute +SessionExclude pathsvdhEDefine URL prefixes for which a session is ignored +SessionHeader headersvdhEImport session updates from a given HTTP response header +SessionInclude pathsvdhEDefine URL prefixes for which a session is valid +SessionMaxAge maxage 0 svdhEDefine a maximum age in seconds for a session +SetEnv env-variable valuesvdhB環境変数を設定する +SetEnvIf attribute regex [!]env-variable[=value] - [[!]env-variable[=value]] ...svdhBリクエストの属性に基づいて環境変数を設定する + [[!]env-variable[=value]] ...svdhBリクエストの属性に基づいて環境変数を設定する -SetEnvIfNoCase attribute regex +SetEnvIfNoCase attribute regex [!]env-variable[=value] - [[!]env-variable[=value]] ...svdhBリクエストの属性に基づいて大文字小文字を区別せずに環境変数を設定する -SetHandler handler-name|NonesvdhCマッチするファイルがハンドラで処理されるようにする -SetInputFilter filter[;filter...]svdhCクライアントのリクエストや POST の入力を処理するフィルタを設定する -SetOutputFilter filter[;filter...]svdhCサーバの応答を処理するフィルタを設定する -SSIAccessEnable on|off off dhB条件分岐フローの制御で -A フラグが使えるようにする -SSIEndTag tag "-->" svBinclude 要素を終了させる文字列 -SSIErrorMsg message "[an error occurred +svdhBSSI のエラーがあったときに表示されるエラーメッセージ -SSIStartTag tag "<!--#" svBinclude 要素を開始する文字列 -SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M +svdhB日付けを現す文字列の書式を設定する -SSIUndefinedEcho string "(none)" svdhB未定義の変数が echo されたときに表示される文字列 -SSLCACertificateFile file-pathsvEFile of concatenated PEM-encoded CA Certificates + [[!]env-variable[=value]] ...svdhBリクエストの属性に基づいて大文字小文字を区別せずに環境変数を設定する +SetHandler handler-name|NonesvdhCマッチするファイルがハンドラで処理されるようにする +SetInputFilter filter[;filter...]svdhCクライアントのリクエストや POST の入力を処理するフィルタを設定する +SetOutputFilter filter[;filter...]svdhCサーバの応答を処理するフィルタを設定する +SSIAccessEnable on|off off dhB条件分岐フローの制御で -A フラグが使えるようにする +SSIEndTag tag "-->" svBinclude 要素を終了させる文字列 +SSIErrorMsg message "[an error occurred +svdhBSSI のエラーがあったときに表示されるエラーメッセージ +SSIStartTag tag "<!--#" svBinclude 要素を開始する文字列 +SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M +svdhB日付けを現す文字列の書式を設定する +SSIUndefinedEcho string "(none)" svdhB未定義の変数が echo されたときに表示される文字列 +SSLCACertificateFile file-pathsvEFile of concatenated PEM-encoded CA Certificates for Client Auth -SSLCACertificatePath directory-pathsvEDirectory of PEM-encoded CA Certificates for +SSLCACertificatePath directory-pathsvEDirectory of PEM-encoded CA Certificates for Client Auth -SSLCADNRequestFile file-pathsvEFile of concatenated PEM-encoded CA Certificates +SSLCADNRequestFile file-pathsvEFile of concatenated PEM-encoded CA Certificates for defining acceptable CA names -SSLCADNRequestPath directory-pathsvEDirectory of PEM-encoded CA Certificates for +SSLCADNRequestPath directory-pathsvEDirectory of PEM-encoded CA Certificates for defining acceptable CA names -SSLCARevocationFile file-pathsvEFile of concatenated PEM-encoded CA CRLs for +SSLCARevocationFile file-pathsvEFile of concatenated PEM-encoded CA CRLs for Client Auth -SSLCARevocationPath directory-pathsvEDirectory of PEM-encoded CA CRLs for +SSLCARevocationPath directory-pathsvEDirectory of PEM-encoded CA CRLs for Client Auth -SSLCertificateChainFile file-pathsvEFile of PEM-encoded Server CA Certificates -SSLCertificateFile file-pathsvEServer PEM-encoded X.509 Certificate file -SSLCertificateKeyFile file-pathsvEServer PEM-encoded Private Key file -SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhECipher Suite available for negotiation in SSL +SSLCertificateChainFile file-pathsvEFile of PEM-encoded Server CA Certificates +SSLCertificateFile file-pathsvEServer PEM-encoded X.509 Certificate file +SSLCertificateKeyFile file-pathsvEServer PEM-encoded Private Key file +SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhECipher Suite available for negotiation in SSL handshake -SSLCryptoDevice engine builtin sEEnable use of a cryptographic hardware accelerator -SSLEngine on|off|optional off svESSL Engine Operation Switch -SSLFIPS on|off off sESSL FIPS mode Switch -SSLHonorCipherOrder flagsvEOption to prefer the server's cipher preference order -SSLInsecureRenegotiation flag off svEOption to enable support for insecure renegotiation -SSLOCSDefaultResponder urisvESet the default responder URI for OCSP validation -SSLOCSPEnable flagsvEEnable OCSP validation of the client certificate chain -SSLOCSPOverrideResponder flagsvEForce use of the default responder URI for OCSP validation -SSLOptions [+|-]option ...svdhEConfigure various SSL engine run-time options -SSLPassPhraseDialog type builtin sEType of pass phrase dialog for encrypted private +SSLCryptoDevice engine builtin sEEnable use of a cryptographic hardware accelerator +SSLEngine on|off|optional off svESSL Engine Operation Switch +SSLFIPS on|off off sESSL FIPS mode Switch +SSLHonorCipherOrder flagsvEOption to prefer the server's cipher preference order +SSLInsecureRenegotiation flag off svEOption to enable support for insecure renegotiation +SSLOCSDefaultResponder urisvESet the default responder URI for OCSP validation +SSLOCSPEnable flagsvEEnable OCSP validation of the client certificate chain +SSLOCSPOverrideResponder flagsvEForce use of the default responder URI for OCSP validation +SSLOptions [+|-]option ...svdhEConfigure various SSL engine run-time options +SSLPassPhraseDialog type builtin sEType of pass phrase dialog for encrypted private keys -SSLProtocol [+|-]protocol ... all svEConfigure usable SSL protocol versions -SSLProxyCACertificateFile file-pathsvEFile of concatenated PEM-encoded CA Certificates +SSLProtocol [+|-]protocol ... all svEConfigure usable SSL protocol versions +SSLProxyCACertificateFile file-pathsvEFile of concatenated PEM-encoded CA Certificates for Remote Server Auth -SSLProxyCACertificatePath directory-pathsvEDirectory of PEM-encoded CA Certificates for +SSLProxyCACertificatePath directory-pathsvEDirectory of PEM-encoded CA Certificates for Remote Server Auth -SSLProxyCARevocationFile file-pathsvEFile of concatenated PEM-encoded CA CRLs for +SSLProxyCARevocationFile file-pathsvEFile of concatenated PEM-encoded CA CRLs for Remote Server Auth -SSLProxyCARevocationPath directory-pathsvEDirectory of PEM-encoded CA CRLs for +SSLProxyCARevocationPath directory-pathsvEDirectory of PEM-encoded CA CRLs for Remote Server Auth -SSLProxyCheckPeerCN on|off on svEWhether to check the remote server certificates CN field +SSLProxyCheckPeerCN on|off on svEWhether to check the remote server certificates CN field -SSLProxyCheckPeerExpire on|off on svEWhether to check if remote server certificate is expired +SSLProxyCheckPeerExpire on|off on svEWhether to check if remote server certificate is expired -SSLProxyCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhECipher Suite available for negotiation in SSL +SSLProxyCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhECipher Suite available for negotiation in SSL proxy handshake -SSLProxyEngine on|off off svESSL Proxy Engine Operation Switch -SSLProxyMachineCertificateFile filenamesEFile of concatenated PEM-encoded client certificates and keys to be used by the proxy -SSLProxyMachineCertificatePath directorysEDirectory of PEM-encoded client certificates and keys to be used by the proxy -SSLProxyProtocol [+|-]protocol ... all svEConfigure usable SSL protocol flavors for proxy usage -SSLProxyVerify level none svEType of remote server Certificate verification -SSLProxyVerifyDepth number 1 svEMaximum depth of CA Certificates in Remote Server +SSLProxyEngine on|off off svESSL Proxy Engine Operation Switch +SSLProxyMachineCertificateFile filenamesEFile of concatenated PEM-encoded client certificates and keys to be used by the proxy +SSLProxyMachineCertificatePath directorysEDirectory of PEM-encoded client certificates and keys to be used by the proxy +SSLProxyProtocol [+|-]protocol ... all svEConfigure usable SSL protocol flavors for proxy usage +SSLProxyVerify level none svEType of remote server Certificate verification +SSLProxyVerifyDepth number 1 svEMaximum depth of CA Certificates in Remote Server Certificate verification -SSLRandomSeed context source -[bytes]sEPseudo Random Number Generator (PRNG) seeding +SSLRandomSeed context source +[bytes]sEPseudo Random Number Generator (PRNG) seeding source -SSLRenegBufferSize bytes 131072 dhESet the size for the SSL renegotiation buffer -SSLRequire expressiondhEAllow access only when an arbitrarily complex +SSLRenegBufferSize bytes 131072 dhESet the size for the SSL renegotiation buffer +SSLRequire expressiondhEAllow access only when an arbitrarily complex boolean expression is true -SSLRequireSSLdhEDeny access when SSL is not used for the +SSLRequireSSLdhEDeny access when SSL is not used for the HTTP request -SSLSessionCache type none sEType of the global/inter-process SSL Session +SSLSessionCache type none sEType of the global/inter-process SSL Session Cache -SSLSessionCacheTimeout seconds 300 svENumber of seconds before an SSL session expires +SSLSessionCacheTimeout seconds 300 svENumber of seconds before an SSL session expires in the Session Cache -SSLStrictSNIVHostCheck on|off off svEWhether to allow non-SNI clients to access a name-based virtual +SSLStrictSNIVHostCheck on|off off svEWhether to allow non-SNI clients to access a name-based virtual host. -SSLUserName varnamesdhEVariable name to determine user name -SSLVerifyClient level none svdhEType of Client Certificate verification -SSLVerifyDepth number 1 svdhEMaximum depth of CA Certificates in Client +SSLUserName varnamesdhEVariable name to determine user name +SSLVerifyClient level none svdhEType of Client Certificate verification +SSLVerifyDepth number 1 svdhEMaximum depth of CA Certificates in Client Certificate verification -StartServers numbersM起動時に生成される子サーバプロセスの数 -StartThreads numbersM起動時に生成されるスレッドの数 -Substitute s/pattern/substitution/[infq]dhXPattern to filter the response content -Suexec On|OffsBEnable or disable the suEXEC feature -SuexecUserGroup User GroupsvECGI プログラムのユーザパーミッション、グループパーミッション -ThreadLimit numbersM設定可能な子プロセス毎のスレッド数の上限を +StartServers numbersM起動時に生成される子サーバプロセスの数 +StartThreads numbersM起動時に生成されるスレッドの数 +Substitute s/pattern/substitution/[infq]dhXPattern to filter the response content +Suexec On|OffsBEnable or disable the suEXEC feature +SuexecUserGroup User GroupsvECGI プログラムのユーザパーミッション、グループパーミッション +ThreadLimit numbersM設定可能な子プロセス毎のスレッド数の上限を 設定します -ThreadsPerChild numbersM子プロセスそれぞれに生成されるスレッド数 -ThreadStackSize sizesMクライアントのコネクションを受け持つスレッドが使用する +ThreadsPerChild numbersM子プロセスそれぞれに生成されるスレッド数 +ThreadStackSize sizesMクライアントのコネクションを受け持つスレッドが使用する スタックのバイト数 -TimeOut seconds 300 svC各イベントについて、リクエストを失敗させるまでにサーバが +TimeOut seconds 300 svC各イベントについて、リクエストを失敗させるまでにサーバが 待つ時間を設定 -TraceEnable [on|off|extended] on sCTRACE メソッドのリクエストに対する応答方法を決める +TraceEnable [on|off|extended] on sCTRACE メソッドのリクエストに対する応答方法を決める -TransferLog file|pipesvBログファイルの位置を指定 -TypesConfig file-path conf/mime.types smime.types ファイルの位置 -UnsetEnv env-variable [env-variable] -...svdhB環境から変数を取り除く -UseCanonicalName On|Off|Dns Off svdCサーバが自分自身の名前とポートを決定する方法を設定する -UseCanonicalPhysicalPort On|Off Off svdC自分自身の名前とポート番号を解決する方法を設定する +TransferLog file|pipesvBログファイルの位置を指定 +TypesConfig file-path conf/mime.types smime.types ファイルの位置 +UnsetEnv env-variable [env-variable] +...svdhB環境から変数を取り除く +UseCanonicalName On|Off|Dns Off svdCサーバが自分自身の名前とポートを決定する方法を設定する +UseCanonicalPhysicalPort On|Off Off svdC自分自身の名前とポート番号を解決する方法を設定する -User unix-userid #-1 sBThe userid under which the server will answer +User unix-userid #-1 sBThe userid under which the server will answer requests -User unix-userid #-1 sMリクエストに応答する際に用いるユーザ ID -UserDir directory-filename [directory-filename] ...svBユーザ専用ディレクトリの位置 -VHostCGIMode On|Off|Secure On vXDetermines whether the virtualhost can run +User unix-userid #-1 sMリクエストに応答する際に用いるユーザ ID +UserDir directory-filename [directory-filename] ...svBユーザ専用ディレクトリの位置 +VHostCGIMode On|Off|Secure On vXDetermines whether the virtualhost can run subprocesses, and the privileges available to subprocesses. -VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ...vXAssign arbitrary privileges to subprocesses created +VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ...vXAssign arbitrary privileges to subprocesses created by a virtual host. -VHostGroup unix-groupidvXSets the Group ID under which a virtual host runs. -VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ...vXAssign arbitrary privileges to a virtual host. -VHostSecure On|Off On vXDetermines whether the server runs with enhanced security +VHostGroup unix-groupidvXSets the Group ID under which a virtual host runs. +VHostPrivs [+-]?privilege-name [[+-]?privilege-name] ...vXAssign arbitrary privileges to a virtual host. +VHostSecure On|Off On vXDetermines whether the server runs with enhanced security for the virtualhost. -VHostUser unix-useridvXSets the User ID under which a virtual host runs. -VirtualDocumentRoot interpolated-directory|none none svEDynamically configure the location of the document root +VHostUser unix-useridvXSets the User ID under which a virtual host runs. +VirtualDocumentRoot interpolated-directory|none none svEDynamically configure the location of the document root for a given virtual host -VirtualDocumentRootIP interpolated-directory|none none svEDynamically configure the location of the document root +VirtualDocumentRootIP interpolated-directory|none none svEDynamically configure the location of the document root for a given virtual host -<VirtualHost +<VirtualHost addr[:port] [addr[:port]] - ...> ... </VirtualHost>sC特定のホスト名や IP アドレスのみに適用されるディレクティブを + ...> ... </VirtualHost>sC特定のホスト名や IP アドレスのみに適用されるディレクティブを 囲む -VirtualScriptAlias interpolated-directory|none none svEDynamically configure the location of the CGI directory for +VirtualScriptAlias interpolated-directory|none none svEDynamically configure the location of the CGI directory for a given virtual host -VirtualScriptAliasIP interpolated-directory|none none svEDynamically configure the location of the cgi directory for +VirtualScriptAliasIP interpolated-directory|none none svEDynamically configure the location of the cgi directory for a given virtual host -XBitHack on|off|full off svdhB実行ビットが設定されたファイルの SSI ディレクティブを +XBitHack on|off|full off svdhB実行ビットが設定されたファイルの SSI ディレクティブを 解析する