/* Peggy CREC Keyword File * $Id: ac_apache22.kwd,v 1.7 2010/11/28 07:30:42 nzawa Exp nzawa $ * -------------------------------------------------------------------------- * * [Language] * Apache 2.2.x Configuration (e.g., .htaccess) * * [Remarks] * ディレクティブは2010年11月28日現在のものです。 * * * _/_/_/_/_/_/_/_/_/_/_/_/_/ COPYRIGHT NOTICE _/_/_/_/_/_/_/_/_/_/_/_/_/ * * Copyright 2010 The Apache Software Foundation * Copyright 2003-2006,2008-2010 Nzawa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * * _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */ Id: "Apache22" Title: "Apache 2.2.x 設定ファイル" Extensions: "conf htaccess" TabStop: 4 BgColoring: On BaseLanguage: "TEXT" LineComment: "#" //IdCharacters: "-_." HeadingPattern: /^[\t ]*([^#<\t ]+|<[^\/]+>)/ Const Arg = 2 Const Container = SubLang1 Const ContainerArg = Container + 20 Const ContainerReg = ContainerArg + 20 /******************************************************************** * * ディレクティブ引数部 * ********************************************************************/ Context Arg: { /\s/, FgText /\\./, FgText /\\$/, FgKeyword, @off, GoTo +10 // この時点ではまだ行は変わらない /\<([12]?\d{1,2}\.){3}[12]?\d{1,2}(:\d{1,5})?\>/,FgNumber // IPアドレスらしき文字列 /\<\d+\>/, FgNumber /[^"'\\>][^\\\s]*/, FgText '"', FgString,@off, GoTo +1 '\'', FgString,@off, GoTo +2 /$/, PostGoTo 1 Default, FgText } // 二重引用符文字列 Context Arg + 1: { /\\./, FgString /\\$/, FgKeyword, @off, GoTo +10 // この時点ではまだ行は変わらない '"', FgString, @off, PostGoTo Arg Default, FgString } // 一重引用符文字列 Context Arg + 2: { /\\./, FgString /\\$/, FgKeyword, @off, GoTo +10 // この時点ではまだ行は変わらない '\'', FgString, @off, PostGoTo Arg Default, FgString } // 行の継続 Context Arg + 10 .. Arg + 12: { /$/, GoTo -10 // ここで次行に遷る } /******************************************************************** * * 通常コンテナ * ********************************************************************/ Context Container: { "AuthnProviderAlias"i, FgHTMLElementName, GoTo ContainerArg, "Enclose a group of directives that represent an extension of a base authentication provider and referenced by the specified alias" "Directory"i, FgHTMLElementName, GoTo ContainerArg, "指定のファイルシステムのディレクトリとサブディレクトリとのみに適用されるディレクティブを囲む" "DirectoryMatch"i, FgHTMLElementName, GoTo ContainerReg, "正規表現にマッチするファイルシステムのディレクトリとサブディレクトリとのみに適用されるディレクティブを囲む" "Files"i, FgHTMLElementName, GoTo ContainerArg, "マッチするファイル名に適用されるディレクティブを囲む" "FilesMatch"i, FgHTMLElementName, GoTo ContainerReg, "正規表現にマッチするファイル名に適用されるディレクティブを囲む" "IfDefine"i, FgHTMLElementName, GoTo ContainerArg, "起動時にテストが真であるときのみに処理されるディレクティブを囲む" "IfModule"i, FgHTMLElementName, GoTo ContainerArg, "モジュールの存在するかしないかに応じて処理されるディレクティブを囲む" "IfVersion"i, FgHTMLElementName, GoTo ContainerArg, "バージョン依存の設定を入れる" "Limit"i, FgHTMLElementName, GoTo ContainerArg, "囲いの中にあるアクセス制御の適用を特定の HTTP メソッドのみに制限する" "LimitExcept"i, FgHTMLElementName, GoTo ContainerArg, "指定されたもの以外の HTTP メソッドにアクセス制御を制限する" "Location"i, FgHTMLElementName, GoTo ContainerArg, "囲んだディレクティブをマッチする URL のみに適用" "LocationMatch"i, FgHTMLElementName, GoTo ContainerReg, "囲んだディレクティブを正規表現にマッチする URL のみに適用" "Proxy"i, FgHTMLElementName, GoTo ContainerArg, "プロキシされるリソースに適用されるコンテナ" "ProxyMatch"i, FgHTMLElementName, GoTo ContainerReg, "正規表現でのマッチによるプロキシリソース用のディレクティブコンテナ" "VirtualHost"i, FgHTMLElementName, GoTo ContainerArg, "特定のホスト名や IP アドレスのみに適用されるディレクティブを囲む" /\\$/, FgKeyword, @off, GoTo +10 // この時点ではまだ行は変わらない '>', FgHTMLDelimiter, @off, PostGoTo 1 } // コンテナの継続 Context Container + 10: { /$/, GoTo -10 // ここで次行に遷る } /******************************************************************** * * 通常コンテナ引数部 * ********************************************************************/ Context ContainerArg: { /\s/, FgText /\\./, FgText /\<([12]?\d{1,2}\.){3}[12]?\d{1,2}(:\d{1,5})?\>/,FgNumber // IPアドレスらしき文字列 /\<\d+\>/, FgNumber /[^"'~\\>][^\\\s>]*/, FgText /\\$/, FgKeyword, @off, GoTo +10 // この時点ではまだ行は変わらない '"', FgString, @off, GoTo +1 '\'', FgString, @off, GoTo +2 '~', FgRegularExpression, @off, GoTo +3 '>', FgHTMLDelimiter, @off, PostGoTo 1 } // 二重引用符文字列 Context ContainerArg + 1: { /\\./, FgString /\\$/, FgKeyword, @off, GoTo +10 // この時点ではまだ行は変わらない '"', FgString, @off, PostGoTo ContainerArg Default, FgString } // 一重引用符文字列 Context ContainerArg + 2: { /\\./, FgString /\\$/, FgKeyword, @off, GoTo +10 // この時点ではまだ行は変わらない '\'', FgString, @off, PostGoTo ContainerArg Default, FgString } // チルダ正規表現文字列 Context ContainerArg + 3: { /\\./, FgRegularExpression /\\$/, FgKeyword, @off, GoTo +10 // この時点ではまだ行は変わらない /[^"'\\>][^\\>]*/, FgRegularExpression '"', FgRegularExpression, @off, GoTo +1 '\'', FgRegularExpression, @off, GoTo +2 '>', FgHTMLDelimiter, @off, PostGoTo 1 } // チルダ正規表現文字列(二重引用符) Context ContainerArg + 4: { /\\./, FgRegularExpression /\\$/, FgKeyword, @off, GoTo +10 // この時点ではまだ行は変わらない '"', FgRegularExpression, @off, PostGoTo ContainerArg Default, FgRegularExpression } // チルダ正規表現文字列(一重引用符) Context ContainerArg + 5: { /\\./, FgRegularExpression /\\$/, FgKeyword, @off, GoTo +10 // この時点ではまだ行は変わらない '\'', FgRegularExpression, @off, PostGoTo ContainerArg Default, FgRegularExpression } // 行の継続 Context ContainerArg + 10 .. ContainerArg + 15: { /$/, GoTo -10 // ここで次行に遷る } /******************************************************************** * * 正規表現コンテナ引数部 * ********************************************************************/ Context ContainerReg: { /\s/, FgRegularExpression /\\./, FgRegularExpression /\\$/, FgKeyword, @off, GoTo +10 // この時点ではまだ行は変わらない /[^"'\\>][^\\>]*/, FgRegularExpression '"', FgRegularExpression, @off, GoTo +1 '\'', FgRegularExpression, @off, GoTo +2 '>', FgHTMLDelimiter, @off, PostGoTo 1 } // 二重引用符文字列 Context ContainerReg + 1: { /\\./, FgRegularExpression /\\$/, FgKeyword, @off, GoTo +10 // この時点ではまだ行は変わらない '"', FgRegularExpression, @off, PostGoTo ContainerReg Default, FgRegularExpression } // 一重引用符文字列 Context ContainerReg + 2: { /\\./, FgRegularExpression /\\$/, FgKeyword, @off, GoTo +10 // この時点ではまだ行は変わらない '\'', FgRegularExpression, @off, PostGoTo ContainerReg Default, FgRegularExpression } // 行の継続 Context ContainerReg + 10 .. ContainerReg + 12: { /$/, GoTo -10 // ここで次行に遷る } /******************************************************************** * * ディレクティブほか(ここからスタート) * ********************************************************************/ Context 1: { // コメント /^[\t ]*#.*/, FgComment // コンテナ /<\/?/, FgHTMLDelimiter, GoTo Container // ティレクティブ "AcceptFilter"i, FgKeyword, GoTo Arg, "プロトコルを Listen しているソケットの最適化を設定する" "AcceptMutex"i, FgKeyword, GoTo Arg, "複数の子プロセスがネットワークソケットでリクエストを accept しようとしているときに、Apache がそれらの子プロセスを直列化するために使う方法" "AcceptPathInfo"i, FgKeyword, GoTo Arg, "後に続くパス名情報を受け付けるリソースの指定" "AccessFileName"i, FgKeyword, GoTo Arg, "分散設定ファイルの名前" "Action"i, FgKeyword, GoTo Arg, "特定のハンドラやコンテントタイプに対して CGI を実行するように設定" "AddAlt"i, FgKeyword, GoTo Arg, "アイコンの代わりに表示される、ファイル名で選択された代替テキスト" "AddAltByEncoding"i, FgKeyword, GoTo Arg, "アイコンの代わりに表示される、MIME 符号化方法で選択された代替テキスト" "AddAltByType"i, FgKeyword, GoTo Arg, "アイコンの代わりに表示される、MIME タイプで選択された代替テキスト" "AddCharset"i, FgKeyword, GoTo Arg, "ファイル名の拡張子を指定された文字セットにマップする" "AddDefaultCharset"i, FgKeyword, GoTo Arg, "レスポンスのコンテントタイプが text/plain あるいは text/html の場合に追加するデフォルトの charset パラメータ" "AddDescription"i, FgKeyword, GoTo Arg, "ファイルに対して表示する説明" "AddEncoding"i, FgKeyword, GoTo Arg, "ファイル名の拡張子を指定されたエンコーディングにマップする" "AddHandler"i, FgKeyword, GoTo Arg, "ファイル名の拡張子を指定されたハンドラにマップする" "AddIcon"i, FgKeyword, GoTo Arg, "ファイルに表示するアイコンを名前で選択" "AddIconByEncoding"i, FgKeyword, GoTo Arg, "ファイルに表示するアイコンを MIME 符号化方法で選択" "AddIconByType"i, FgKeyword, GoTo Arg, "ファイルの隣に表示するアイコンを MIME タイプによって選択" "AddInputFilter"i, FgKeyword, GoTo Arg, "ファイルの拡張子をクライアントのリクエストを処理するフィルタにマップする" "AddLanguage"i, FgKeyword, GoTo Arg, "ファイル名を指定された言語にマップ" "AddModuleInfo"i, FgKeyword, GoTo Arg, "server-info ハンドラにより表示されるモジュールの情報に追加の情報を付け加える" "AddOutputFilter"i, FgKeyword, GoTo Arg, "ファイル名の拡張子をサーバからの応答を処理するフィルタにマップする" "AddOutputFilterByType"i, FgKeyword, GoTo Arg, "MIME-type に出力フィルタを割り当てる" "AddType"i, FgKeyword, GoTo Arg, "ファイル名の拡張子を指定されたコンテントタイプにマップ" "Alias"i, FgKeyword, GoTo Arg, "URL をファイルシステムの位置にマップする" "AliasMatch"i, FgKeyword, GoTo Arg, "正規表現を使って URL をファイルシステムの位置にマップする" "Allow"i, FgKeyword, GoTo Arg, "サーバのある領域にアクセスできるホストを制御する" "AllowCONNECT"i, FgKeyword, GoTo Arg, "プロキシを経由して、どのポートに CONNECT できるかを指定する" "AllowEncodedSlashes"i, FgKeyword, GoTo Arg, "URL 中の符号化されたパス分離文字が先に伝えられるのを許可するかどうかを決定する" "AllowOverride"i, FgKeyword, GoTo Arg, ".htaccess で許可されるディレクティブの種類" "Anonymous"i, FgKeyword, GoTo Arg, "パスワードの検査無しでアクセスを許可する userID を指定する" "Anonymous_LogEmail"i, FgKeyword, GoTo Arg, "入力されたパスワードがエラーログにロギングされるかどうかを設定する" "Anonymous_MustGiveEmail"i, FgKeyword, GoTo Arg, "空パスワードを許可するかどうかを指定する" "Anonymous_NoUserID"i, FgKeyword, GoTo Arg, "空 userID を許可するかを指定する" "Anonymous_VerifyEmail"i, FgKeyword, GoTo Arg, "パスワード欄が正しい形式の電子メールアドレスであることを調べるかどうかを設定する" "AuthBasicAuthoritative"i, FgKeyword, GoTo Arg, "認証と承認を、より低いレベルのモジュールに移行させるかを設定します。" "AuthBasicProvider"i, FgKeyword, GoTo Arg, "この位置に対する認証プロバイダを設定します。" "AuthDBDUserPWQuery"i, FgKeyword, GoTo Arg, "SQL query to look up a password for a user" "AuthDBDUserRealmQuery"i, FgKeyword, GoTo Arg, "SQL query to look up a password hash for a user and realm." "AuthDBMGroupFile"i, FgKeyword, GoTo Arg, "Sets the name of the database file containing the list of user groups for authorization" "AuthDBMType"i, FgKeyword, GoTo Arg, "パスワードを保存するために必要なデータベースファイルの種類を設定する" "AuthDBMUserFile"i, FgKeyword, GoTo Arg, "認証用のユーザとパスワードのリストを保持しているデータベースファイル名を設定する" "AuthDefaultAuthoritative"i, FgKeyword, GoTo Arg, "次の低次レベルの認証モジュールに制御を渡すかどうかを設定します" "AuthDigestAlgorithm"i, FgKeyword, GoTo Arg, "Selects the algorithm used to calculate the challenge and response hashes in digest authentication" "AuthDigestDomain"i, FgKeyword, GoTo Arg, "URIs that are in the same protection space for digest authentication" "AuthDigestNcCheck"i, FgKeyword, GoTo Arg, "Enables or disables checking of the nonce-count sent by the server" "AuthDigestNonceFormat"i, FgKeyword, GoTo Arg, "Determines how the nonce is generated" "AuthDigestNonceLifetime"i, FgKeyword, GoTo Arg, "How long the server nonce is valid" "AuthDigestProvider"i, FgKeyword, GoTo Arg, "Sets the authentication provider(s) for this location" "AuthDigestQop"i, FgKeyword, GoTo Arg, "Determines the quality-of-protection to use in digest authentication" "AuthDigestShmemSize"i, FgKeyword, GoTo Arg, "The amount of shared memory to allocate for keeping track of clients" "AuthGroupFile"i, FgKeyword, GoTo Arg, "証認に使用するユーザグループの一覧が格納されている、テキストファイルの名前を設定する" "AuthLDAPBindAuthoritative"i, FgKeyword, GoTo Arg, "Determines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials." "AuthLDAPBindDN"i, FgKeyword, GoTo Arg, "Optional DN to use in binding to the LDAP server" "AuthLDAPBindPassword"i, FgKeyword, GoTo Arg, "Password used in conjuction with the bind DN" "AuthLDAPCharsetConfig"i, FgKeyword, GoTo Arg, "Language to charset conversion configuration file" "AuthLDAPCompareDNOnServer"i, FgKeyword, GoTo Arg, "Use the LDAP server to compare the DNs" "AuthLDAPDereferenceAliases"i, FgKeyword, GoTo Arg, "When will the module de-reference aliases" "AuthLDAPGroupAttribute"i, FgKeyword, GoTo Arg, "LDAP attributes used to check for group membership" "AuthLDAPGroupAttributeIsDN"i, FgKeyword, GoTo Arg, "Use the DN of the client username when checking for group membership" "AuthLDAPRemoteUserAttribute"i, FgKeyword, GoTo Arg, "Use the value of the attribute returned during the user query to set the REMOTE_USER environment variable" "AuthLDAPRemoteUserIsDN"i, FgKeyword, GoTo Arg, "Use the DN of the client username to set the REMOTE_USER environment variable" "AuthLDAPUrl"i, FgKeyword, GoTo Arg, "URL specifying the LDAP search parameters" "AuthName"i, FgKeyword, GoTo Arg, "HTTP 認証の認可領域 (訳注: realm)" "AuthType"i, FgKeyword, GoTo Arg, "ユーザ認証の種類" "AuthUserFile"i, FgKeyword, GoTo Arg, "認証に使用するユーザとパスワードの一覧が格納されている、テキストファイルの名前を設定する" "AuthzDBMAuthoritative"i, FgKeyword, GoTo Arg, "Sets whether authorization will be passed on to lower level modules" "AuthzDBMType"i, FgKeyword, GoTo Arg, "Sets the type of database file that is used to store list of user groups" "AuthzDefaultAuthoritative"i, FgKeyword, GoTo Arg, "承認が低位のモジュールに渡されるかどうかを設定する" "AuthzGroupFileAuthoritative"i, FgKeyword, GoTo Arg, "承認が下位のモジュールに渡されるかどうかを設定する" "AuthzLDAPAuthoritative"i, FgKeyword, GoTo Arg, "Prevent other authentication modules from authenticating the user if this one fails" "AuthzOwnerAuthoritative"i, FgKeyword, GoTo Arg, "承認が下位承認モジュールに渡されるかどうかを設定する" "AuthzUserAuthoritative"i, FgKeyword, GoTo Arg, "承認が下位のモジュールに渡されるかどうかを設定する" "BrowserMatch"i, FgKeyword, GoTo Arg, "HTTP User-Agent に基づいて環境変数を設定する" "BrowserMatchNoCase"i, FgKeyword, GoTo Arg, "HTTP User-Agent に基づいて大文字小文字を区別せずに環境変数を設定する" "BufferedLogs"i, FgKeyword, GoTo Arg, "ディスクに書き出す前にメモリにログエントリをバッファする" "CacheDefaultExpire"i, FgKeyword, GoTo Arg, "期日が指定されていないときにドキュメントをキャッシュするデフォルトの期間" "CacheDirLength"i, FgKeyword, GoTo Arg, "サブディレクトリ名の文字数" "CacheDirLevels"i, FgKeyword, GoTo Arg, "キャッシュのサブディレクトリの深さの数" "CacheDisable"i, FgKeyword, GoTo Arg, "特定の URL をキャッシュしない" "CacheEnable"i, FgKeyword, GoTo Arg, "指定したストレージ管理方式を使ってのキャッシュを有効にする" "CacheFile"i, FgKeyword, GoTo Arg, "Cache a list of file handles at startup time" "CacheIgnoreCacheControl"i, FgKeyword, GoTo Arg, "キャッシュされているコンテンツを返さないようにクライアントからリクエストされても無視する" "CacheIgnoreHeaders"i, FgKeyword, GoTo Arg, "指定された HTTP ヘッダをキャッシュに保存しない。" "CacheIgnoreNoLastMod"i, FgKeyword, GoTo Arg, "応答に Last Modified が無くても気にしないようにする" "CacheLastModifiedFactor"i, FgKeyword, GoTo Arg, "LastModified の日付に基づいて有効期限 (expiry) を計算するための重みを指定する" "CacheMaxExpire"i, FgKeyword, GoTo Arg, "ドキュメントをキャッシュする最大時間を秒数で表したもの" "CacheMaxFileSize"i, FgKeyword, GoTo Arg, "キャッシュに保管されるドキュメントの最大の (バイトでの) サイズ" "CacheMinFileSize"i, FgKeyword, GoTo Arg, "キャッシュに保管されるドキュメントの最小限の (バイトでの) 大きさ" "CacheNegotiatedDocs"i, FgKeyword, GoTo Arg, "コンテントネゴシエーションされたドキュメントをプロキシサーバがキャッシュできるようにする" "CacheRoot"i, FgKeyword, GoTo Arg, "キャッシュファイルが保管されるルートディレクトリ" "CacheStoreNoStore"i, FgKeyword, GoTo Arg, "no-store と指定されているレスポンスのキャッシュを試みる。" "CacheStorePrivate"i, FgKeyword, GoTo Arg, "private と指定されているレスポンスのキャッシュを試みる。" "CGIMapExtension"i, FgKeyword, GoTo Arg, "CGI スクリプトのインタープリタの位置を調べるための手法" "CharsetDefault"i, FgKeyword, GoTo Arg, "Charset to translate into" "CharsetOptions"i, FgKeyword, GoTo Arg, "Configures charset translation behavior" "CharsetSourceEnc"i, FgKeyword, GoTo Arg, "Source charset of files" "CheckSpelling"i, FgKeyword, GoTo Arg, "spelling モジュールを使用するようにする" "ContentDigest"i, FgKeyword, GoTo Arg, "Content-MD5 HTTP 応答ヘッダの生成を有効にする" "CookieDomain"i, FgKeyword, GoTo Arg, "The domain to which the tracking cookie applies" "CookieExpires"i, FgKeyword, GoTo Arg, "Expiry time for the tracking cookie" "CookieLog"i, FgKeyword, GoTo Arg, "クッキングのロギングのためのファイル名を設定する" "CookieName"i, FgKeyword, GoTo Arg, "Name of the tracking cookie" "CookieStyle"i, FgKeyword, GoTo Arg, "Format of the cookie header field" "CookieTracking"i, FgKeyword, GoTo Arg, "Enables tracking cookie" "CoreDumpDirectory"i, FgKeyword, GoTo Arg, "Apache がコアダンプする前に移動を試みるディレクトリ" "CustomLog"i, FgKeyword, GoTo Arg, "ログファイルの名前と書式を設定する" "Dav"i, FgKeyword, GoTo Arg, "WebDAV HTTP メソッドを有効にします" "DavDepthInfinity"i, FgKeyword, GoTo Arg, "PROPFIND, Depth: Infinity リクエストを許可します" "DavGenericLockDB"i, FgKeyword, GoTo Arg, "DAV ロックデータベースの場所" "DavLockDB"i, FgKeyword, GoTo Arg, "DAV ロックデータベースの位置" "DavMinTimeout"i, FgKeyword, GoTo Arg, "サーバが DAV リソースのロックを維持する最小時間です。" "DBDExptime"i, FgKeyword, GoTo Arg, "Keepalive time for idle connections" "DBDKeep"i, FgKeyword, GoTo Arg, "Maximum sustained number of connections" "DBDMax"i, FgKeyword, GoTo Arg, "Maximum number of connections" "DBDMin"i, FgKeyword, GoTo Arg, "Minimum number of connections" "DBDParams"i, FgKeyword, GoTo Arg, "Parameters for database connection" "DBDPersist"i, FgKeyword, GoTo Arg, "Whether to use persistent connections" "DBDPrepareSQL"i, FgKeyword, GoTo Arg, "Define an SQL prepared statement" "DBDriver"i, FgKeyword, GoTo Arg, "Specify an SQL driver" "DefaultIcon"i, FgKeyword, GoTo Arg, "特定のアイコンが何も設定されていない時にファイルに表示するアイコン" "DefaultLanguage"i, FgKeyword, GoTo Arg, "あるスコープのすべてのファイルを指定された言語に設定する" "DefaultType"i, FgKeyword, GoTo Arg, "サーバがコンテントタイプを決定できないときに送られる MIME コンテントタイプ" "DeflateBufferSize"i, FgKeyword, GoTo Arg, "zlib が一度に圧縮する塊の大きさ" "DeflateCompressionLevel"i, FgKeyword, GoTo Arg, "出力に対して行なう圧縮の程度" "DeflateFilterNote"i, FgKeyword, GoTo Arg, "ロギング用に圧縮比をメモに追加" "DeflateMemLevel"i, FgKeyword, GoTo Arg, "zlib が圧縮に使うメモリのレベルを指定" "DeflateWindowSize"i, FgKeyword, GoTo Arg, "Zlib の圧縮用ウィンドウの大きさ" "Deny"i, FgKeyword, GoTo Arg, "サーバがアクセスを拒否するホストを制御する" "DirectoryIndex"i, FgKeyword, GoTo Arg, "クライアントがディレクトリをリクエストしたときに調べるリソースのリスト" "DirectorySlash"i, FgKeyword, GoTo Arg, "パス末尾のスラッシュでリダイレクトするかどうかのオンオフをトグルさせる" "DocumentRoot"i, FgKeyword, GoTo Arg, "ウェブから見えるメインのドキュメントツリーになるディレクトリ" "DumpIOInput"i, FgKeyword, GoTo Arg, "エラーログにすべての入力データをダンプ" "DumpIOOutput"i, FgKeyword, GoTo Arg, "エラーログにすべての出力データをダンプ" "EnableExceptionHook"i, FgKeyword, GoTo Arg, "クラッシュの後に例外ハンドラを実行するフックを有効にする" "EnableMMAP"i, FgKeyword, GoTo Arg, "配送中にファイルを読み込むためにメモリマッピングを使うかどうか" "EnableSendfile"i, FgKeyword, GoTo Arg, "ファイルのクライアントへの配送時にカーネルの sendfile サポートを使うかどうか" "ErrorDocument"i, FgKeyword, GoTo Arg, "エラーが発生したときにサーバがクライアントに送るもの" "ErrorLog"i, FgKeyword, GoTo Arg, "サーバがエラーをログ収集する場所" "Example"i, FgKeyword, GoTo Arg, "Demonstration directive to illustrate the Apache module API" "ExpiresActive"i, FgKeyword, GoTo Arg, "Expires ヘッダの生成を有効にする" "ExpiresByType"i, FgKeyword, GoTo Arg, "MIME タイプによって設定される Expires ヘッダの値" "ExpiresDefault"i, FgKeyword, GoTo Arg, "期限切れ期日を計算するデフォルトアルゴリズム" "ExtendedStatus"i, FgKeyword, GoTo Arg, "各リクエストに対して拡張ステータス情報を保存する" "ExtFilterDefine"i, FgKeyword, GoTo Arg, "外部フィルタを定義" "ExtFilterOptions"i, FgKeyword, GoTo Arg, "mod_ext_filter のオプションを設定" "FileETag"i, FgKeyword, GoTo Arg, "ETag HTTP 応答ヘッダを作成するために使用されるファイルの属性" "FilterChain"i, FgKeyword, GoTo Arg, "Configure the filter chain" "FilterDeclare"i, FgKeyword, GoTo Arg, "Declare a smart filter" "FilterProtocol"i, FgKeyword, GoTo Arg, "Deal with correct HTTP protocol handling" "FilterProvider"i, FgKeyword, GoTo Arg, "Register a content filter" "FilterTrace"i, FgKeyword, GoTo Arg, "Get debug/diagnostic information from mod_filter" "ForceLanguagePriority"i, FgKeyword, GoTo Arg, "要求に合う単独のドキュメントが見つからなかったときに行なうことを指定" "ForceType"i, FgKeyword, GoTo Arg, "すべてのマッチするファイルが指定の MIME コンテントタイプで送られるようにする" "ForensicLog"i, FgKeyword, GoTo Arg, "Forensic ログのファイル名を設定する" "GracefulShutdownTimeout"i, FgKeyword, GoTo Arg, "穏やかな停止をかけた後、終了するまで待つ時間" "Group"i, FgKeyword, GoTo Arg, "リクエストに応答する際に所属するグループ" "Header"i, FgKeyword, GoTo Arg, "HTTP 応答ヘッダの設定" "HeaderName"i, FgKeyword, GoTo Arg, "インデックス一覧の先頭に挿入されるファイルの名前" "HostnameLookups"i, FgKeyword, GoTo Arg, "クライアントの IP アドレスの DNS ルックアップを有効にする" "IdentityCheck"i, FgKeyword, GoTo Arg, "リモートユーザの RFC 1413 によるアイデンティティのロギングを有効にする" "IdentityCheckTimeout"i, FgKeyword, GoTo Arg, "Ident リクエストがタイムアウトするまでの期間を決める" "ImapBase"i, FgKeyword, GoTo Arg, "Default base for imagemap files" "ImapDefault"i, FgKeyword, GoTo Arg, "Default action when an imagemap is called with coordinates that are not explicitly mapped" "ImapMenu"i, FgKeyword, GoTo Arg, "Action if no coordinates are given when calling an imagemap" "Include"i, FgKeyword, GoTo Arg, "サーバ設定ファイル中から他の設定ファイルを取り込む" "IndexIgnore"i, FgKeyword, GoTo Arg, "ディレクトリ一覧を行なう際に無視すべきファイルリストに追加" "IndexOptions"i, FgKeyword, GoTo Arg, "ディレクトリインデックスの様々な設定項目" "IndexOrderDefault"i, FgKeyword, GoTo Arg, "ディレクトリインデックスの標準の順番付けを設定" "IndexStyleSheet"i, FgKeyword, GoTo Arg, "ディレクトリインデックスに CSS スタイルシートを追加する" "ISAPIAppendLogToErrors"i, FgKeyword, GoTo Arg, "Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the error log" "ISAPIAppendLogToQuery"i, FgKeyword, GoTo Arg, "Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the query field" "ISAPICacheFile"i, FgKeyword, GoTo Arg, "ISAPI .dll files to be loaded at startup" "ISAPIFakeAsync"i, FgKeyword, GoTo Arg, "Fake asynchronous support for ISAPI callbacks" "ISAPILogNotSupported"i, FgKeyword, GoTo Arg, "Log unsupported feature requests from ISAPI extensions" "ISAPIReadAheadBuffer"i, FgKeyword, GoTo Arg, "Size of the Read Ahead Buffer sent to ISAPI extensions" "KeepAlive"i, FgKeyword, GoTo Arg, "HTTP の持続的な接続を有効にする" "KeepAliveTimeout"i, FgKeyword, GoTo Arg, "持続的な接続で次のリクエストが来るまでサーバが待つ時間" "LanguagePriority"i, FgKeyword, GoTo Arg, "クライアントが優先度を示さなかったときの言語の variant の優先度を指定" "LDAPCacheEntries"i, FgKeyword, GoTo Arg, "Maximum number of entries in the primary LDAP cache" "LDAPCacheTTL"i, FgKeyword, GoTo Arg, "Time that cached items remain valid" "LDAPConnectionTimeout"i, FgKeyword, GoTo Arg, "Specifies the socket connection timeout in seconds" "LDAPOpCacheEntries"i, FgKeyword, GoTo Arg, "Number of entries used to cache LDAP compare operations" "LDAPOpCacheTTL"i, FgKeyword, GoTo Arg, "Time that entries in the operation cache remain valid" "LDAPSharedCacheFile"i, FgKeyword, GoTo Arg, "Sets the shared memory cache file" "LDAPSharedCacheSize"i, FgKeyword, GoTo Arg, "Size in bytes of the shared-memory cache" "LDAPTrustedClientCert"i, FgKeyword, GoTo Arg, "Sets the file containing or nickname referring to a per connection client certificate. Not all LDAP toolkits support per connection client certificates." "LDAPTrustedGlobalCert"i, FgKeyword, GoTo Arg, "Sets the file or database containing global trusted Certificate Authority or global client certificates" "LDAPTrustedMode"i, FgKeyword, GoTo Arg, "Specifies the SSL/TLS mode to be used when connecting to an LDAP server." "LDAPVerifyServerCert"i, FgKeyword, GoTo Arg, "Force server certificate verification" "LimitInternalRecursion"i, FgKeyword, GoTo Arg, "内部リダイレクトと入れ子になったサブリクエストの最大数を決定する" "LimitRequestBody"i, FgKeyword, GoTo Arg, "クライアントから送られる HTTP リクエストのボディの総量を制限する" "LimitRequestFields"i, FgKeyword, GoTo Arg, "クライアントからの HTTP リクエストのヘッダフィールドの数を制限する" "LimitRequestFieldSize"i, FgKeyword, GoTo Arg, "クライアントからの HTTP リクエストのヘッダのサイズを制限する" "LimitRequestLine"i, FgKeyword, GoTo Arg, "クライアントからの HTTP リクエスト行のサイズを制限する" "LimitXMLRequestBody"i, FgKeyword, GoTo Arg, "XML 形式のリクエストのボディのサイズを制限する" "Listen"i, FgKeyword, GoTo Arg, "サーバが listen するIP アドレスとポート番号" "ListenBackLog"i, FgKeyword, GoTo Arg, "保留状態のコネクションのキューの最大長" "LoadFile"i, FgKeyword, GoTo Arg, "指定されたオブジェクトファイルやライブラリをリンクする" "LoadModule"i, FgKeyword, GoTo Arg, "オブジェクトファイルやライブラリをリンクし、使用モジュールのリストに追加する" "LockFile"i, FgKeyword, GoTo Arg, "受付を直列化するためのロックファイルの位置" "LogFormat"i, FgKeyword, GoTo Arg, "ログファイルで使用する書式を設定する" "LogLevel"i, FgKeyword, GoTo Arg, "ErrorLog の冗長性を制御する" "MaxClients"i, FgKeyword, GoTo Arg, "リクエストに応答するために作成される子プロセスの最大個数" "MaxKeepAliveRequests"i, FgKeyword, GoTo Arg, "持続的な接続上で許可されるリクエストの数" "MaxMemFree"i, FgKeyword, GoTo Arg, "free() が呼ばれない限り、主メモリアロケータが保持し続けられるメモリの最大量" "MaxRequestsPerChild"i, FgKeyword, GoTo Arg, "個々の子サーバが稼働中に扱うリクエスト数の上限" "MaxRequestsPerThread"i, FgKeyword, GoTo Arg, "Limit on the number of requests that an individual thread will handle during its life" "MaxSpareServers"i, FgKeyword, GoTo Arg, "アイドルな子サーバプロセスの最大個数" "MaxSpareThreads"i, FgKeyword, GoTo Arg, "アイドルスレッドの最大数" "MaxThreads"i, FgKeyword, GoTo Arg, "Set the maximum number of worker threads" "MCacheMaxObjectCount"i, FgKeyword, GoTo Arg, "キャッシュに保管されるオブジェクトの最大数" "MCacheMaxObjectSize"i, FgKeyword, GoTo Arg, "キャッシュに保管できるドキュメントの最大サイズ (バイト)" "MCacheMaxStreamingBuffer"i, FgKeyword, GoTo Arg, "ストリームされている応答をキャッシュ不能と決定するまでにメモリにバッファする最大量" "MCacheMinObjectSize"i, FgKeyword, GoTo Arg, "キャッシュに保管されるドキュメントの最小サイズ (バイト)" "MCacheRemovalAlgorithm"i, FgKeyword, GoTo Arg, "キャッシュから削除するドキュメントを選ぶためのアルゴリズム" "MCacheSize"i, FgKeyword, GoTo Arg, "キャッシュに使われるメモリの最大量をバイト単位で指定" "MetaDir"i, FgKeyword, GoTo Arg, "Name of the directory to find CERN-style meta information files" "MetaFiles"i, FgKeyword, GoTo Arg, "Activates CERN meta-file processing" "MetaSuffix"i, FgKeyword, GoTo Arg, "File name suffix for the file containg CERN-style meta information" "MimeMagicFile"i, FgKeyword, GoTo Arg, "Enable MIME-type determination based on file contents using the specified magic file" "MinSpareServers"i, FgKeyword, GoTo Arg, "アイドルな子サーバプロセスの最小個数" "MinSpareThreads"i, FgKeyword, GoTo Arg, "リクエストに応答することのできるアイドルスレッド数の最小数" "MMapFile"i, FgKeyword, GoTo Arg, "Map a list of files into memory at startup time" "ModMimeUsePathInfo"i, FgKeyword, GoTo Arg, "path_info コンポーネントをファイル名の一部として扱うように mod_mime に通知する" "MultiviewsMatch"i, FgKeyword, GoTo Arg, "MultiViews でのマッチングの検索に含ませるファイルのタイプを指定する" "NameVirtualHost"i, FgKeyword, GoTo Arg, "名前ベースのバーチャルホストのための IP アドレスを指定" "NoProxy"i, FgKeyword, GoTo Arg, "直接接続するホスト、ドメイン、ネットワーク" "NWSSLTrustedCerts"i, FgKeyword, GoTo Arg, "List of additional client certificates" "NWSSLUpgradeable"i, FgKeyword, GoTo Arg, "Allows a connection to be upgraded to an SSL connection upon request" "Options"i, FgKeyword, GoTo Arg, "ディレクトリに対して使用可能な機能を設定する" "Order"i, FgKeyword, GoTo Arg, "デフォルトのアクセス可能な状態と、Allow と Deny が評価される順番を制御する" "PassEnv"i, FgKeyword, GoTo Arg, "シェルからの環境変数を渡す" "PHPIniDir"i, FgKeyword, GoTo Arg, "PHPの設定ファイル php.ini の場所を指定する" "php_admin_flag"i, FgKeyword, GoTo Arg, "PHPの設定オプションに論理値を設定する(上書不可)" "php_admin_value"i, FgKeyword, GoTo Arg, "PHPの設定オプションに値を設定する(上書不可)" "php_flag"i, FgKeyword, GoTo Arg, "PHPの設定オプションに論理値を設定する" "php_value"i, FgKeyword, GoTo Arg, "PHPの設定オプションに値を設定する" "PidFile"i, FgKeyword, GoTo Arg, "デーモンのプロセス ID をサーバが記録するためのファイル" "ProtocolEcho"i, FgKeyword, GoTo Arg, "エコーサーバの有効無効を設定します。" "ProxyBadHeader"i, FgKeyword, GoTo Arg, "応答におかしなヘッダがある場合の扱い方を決める" "ProxyBlock"i, FgKeyword, GoTo Arg, "プロキシ接続を禁止する語句、ホスト名、ドメインを指定する" "ProxyDomain"i, FgKeyword, GoTo Arg, "プロキシされたリクエストのデフォルトのドメイン名" "ProxyErrorOverride"i, FgKeyword, GoTo Arg, "プロキシされたコンテンツのエラーページを上書きする" "ProxyIOBufferSize"i, FgKeyword, GoTo Arg, "内部データスループットバッファのサイズを決定する" "ProxyMaxForwards"i, FgKeyword, GoTo Arg, "リクエストがフォワードされるプロキシの最大数" "ProxyPass"i, FgKeyword, GoTo Arg, "リモートサーバをローカルサーバの URL 空間にマップする" "ProxyPassReverse"i, FgKeyword, GoTo Arg, "リバースプロキシされたサーバから送られた HTTP 応答ヘッダの URL を調整する" "ProxyPassReverseCookieDomain"i,FgKeyword, GoTo Arg, "リバースプロキシサーバからの Set-Cookie ヘッダの Domain 文字列を調整する" "ProxyPassReverseCookiePath"i, FgKeyword, GoTo Arg, "Reverse プロキシサーバからの Set-Cookie ヘッダの Path 文字列を調整する" "ProxyPreserveHost"i, FgKeyword, GoTo Arg, "プロキシリクエストに、受け付けた Host HTTP ヘッダを使う" "ProxyReceiveBufferSize"i, FgKeyword, GoTo Arg, "プロキシされる HTTP と FTP 接続のためのネットワークバッファサイズ" "ProxyRemote"i, FgKeyword, GoTo Arg, "特定のリクエストを扱う時に使われるリモートプロキシを指定する" "ProxyRemoteMatch"i, FgKeyword, GoTo Arg, "正規表現でのマッチによるリクエストを扱うリモートプロキシの指定" "ProxyRequests"i, FgKeyword, GoTo Arg, "フォワード (標準の) プロキシリクエストを有効にする" "ProxySCGIInternalRedirect"i, FgKeyword, GoTo Arg, "Enable or disable internal redirect responses from the backend" "ProxySCGISendfile"i, FgKeyword, GoTo Arg, "Enable evaluation of X-Sendfile pseudo response header" "ProxyTimeout"i, FgKeyword, GoTo Arg, "プロキシされたリクエストのネットワークタイムアウト" "ProxyVia"i, FgKeyword, GoTo Arg, "プロキシされたリクエストの Via HTTP 応答ヘッダにより提供される情報" "ReadmeName"i, FgKeyword, GoTo Arg, "インデックス一覧の最後に挿入されるファイルの名前" "ReceiveBufferSize"i, FgKeyword, GoTo Arg, "TCP 受信バッファサイズ" "Redirect"i, FgKeyword, GoTo Arg, "クライアントが違う URL を取得するように外部へのリダイレクトを送る" "RedirectMatch"i, FgKeyword, GoTo Arg, "現在の URL への正規表現のマッチにより外部へのリダイレクトを送る" "RedirectPermanent"i, FgKeyword, GoTo Arg, "クライアントが違う URL を取得するように外部への永久的なリダイレクトを送る" "RedirectTemp"i, FgKeyword, GoTo Arg, "クライアントが違う URL を取得するように外部への一時的なリダイレクトを送る" "RemoveCharset"i, FgKeyword, GoTo Arg, "ファイルの拡張子に関連付けられたすべての文字セットを解除する" "RemoveEncoding"i, FgKeyword, GoTo Arg, "ファイルの拡張子に関連付けられたすべてのコンテントエンコーディングを解除する" "RemoveHandler"i, FgKeyword, GoTo Arg, "ファイルの拡張子に関連付けられたすべてのハンドラを解除する" "RemoveInputFilter"i, FgKeyword, GoTo Arg, "ファイル拡張子に関連付けられた入力フィルタを解除する" "RemoveLanguage"i, FgKeyword, GoTo Arg, "ファイル拡張子に関連付けられた言語を解除する" "RemoveOutputFilter"i, FgKeyword, GoTo Arg, "ファイル拡張子に関連付けられた出力フィルタを解除する" "RemoveType"i, FgKeyword, GoTo Arg, "ファイルの拡張子と関連付けられたコンテントタイプを解除する" "RequestHeader"i, FgKeyword, GoTo Arg, "HTTP リクエストヘッダの設定" "RequestReadTimeout"i, FgKeyword, GoTo Arg, "Set timeout values for receiving request headers and body from client." "Require"i, FgKeyword, GoTo Arg, "どの認証済みユーザがリソースをアクセスできるかを選択する" "RewriteBase"i, FgKeyword, GoTo Arg, "Sets the base URL for per-directory rewrites" "RewriteCond"i, FgKeyword, GoTo Arg, "Defines a condition under which rewriting will take place" "RewriteEngine"i, FgKeyword, GoTo Arg, "Enables or disables runtime rewriting engine" "RewriteLock"i, FgKeyword, GoTo Arg, "Sets the name of the lock file used for RewriteMap synchronization" "RewriteLog"i, FgKeyword, GoTo Arg, "Sets the name of the file used for logging rewrite engine processing" "RewriteLogLevel"i, FgKeyword, GoTo Arg, "Sets the verbosity of the log file used by the rewrite engine" "RewriteMap"i, FgKeyword, GoTo Arg, "Defines a mapping function for key-lookup" "RewriteOptions"i, FgKeyword, GoTo Arg, "Sets some special options for the rewrite engine" "RewriteRule"i, FgKeyword, GoTo Arg, "Defines rules for the rewriting engine" "RLimitCPU"i, FgKeyword, GoTo Arg, "Apache の子プロセスから起動されたプロセスの CPU 消費量を制限する" "RLimitMEM"i, FgKeyword, GoTo Arg, "Apache の子プロセスから起動されたプロセスのメモリ消費量を制限する" "RLimitNPROC"i, FgKeyword, GoTo Arg, "Apache の子プロセスから起動されたプロセスが起動するプロセスの数を制限する" "Satisfy"i, FgKeyword, GoTo Arg, "ホストレベルのアクセス制御とユーザ認証との相互作用を指定" "ScoreBoardFile"i, FgKeyword, GoTo Arg, "子プロセスと連携するためのデータを保存するファイルの位置" "Script"i, FgKeyword, GoTo Arg, "特定のリクエストメソッドに対して CGI スクリプトを実行するように設定" "ScriptAlias"i, FgKeyword, GoTo Arg, "URL をファイルシステムの位置へマップし、マップ先を CGI スクリプトに指定" "ScriptAliasMatch"i, FgKeyword, GoTo Arg, "URL を正規表現を使ってファイルシステムの位置へマップし、マップ先を CGI スクリプトに指定" "ScriptInterpreterSource"i, FgKeyword, GoTo Arg, "CGI スクリプトのインタープリタの位置を調べるための手法" "ScriptLog"i, FgKeyword, GoTo Arg, "CGI スクリプトのエラーログファイルの場所" "ScriptLogBuffer"i, FgKeyword, GoTo Arg, "スクリプトログに記録される PUT や POST リクエストの内容の上限" "ScriptLogLength"i, FgKeyword, GoTo Arg, "CGI スクリプトのログファイルの大きさの上限" "ScriptSock"i, FgKeyword, GoTo Arg, "CGI デーモンとの通信に使われるソケットのファイル名の接頭辞" "SecureListen"i, FgKeyword, GoTo Arg, "Enables SSL encryption for the specified port" "SeeRequestTail"i, FgKeyword, GoTo Arg, "リクエストの最初の 63 文字か最後の 63 文字のどちらを mod_status が表示するかを決める" "SendBufferSize"i, FgKeyword, GoTo Arg, "TCP バッファサイズ" "ServerAdmin"i, FgKeyword, GoTo Arg, "サーバがクライアントに送るエラーメッセージに含める電子メールのアドレス" "ServerAlias"i, FgKeyword, GoTo Arg, "リクエストを名前ベースのバーチャルホストにマッチさせているときに使用されるホストの別名" "ServerLimit"i, FgKeyword, GoTo Arg, "設定可能なサーバプロセス数の上限" "ServerName"i, FgKeyword, GoTo Arg, "サーバが自分自身を示すときに使うホスト名とポート" "ServerPath"i, FgKeyword, GoTo Arg, "非互換のブラウザが名前ベースのバーチャルホストにアクセスしたときのための互換用 URL パス名" "ServerRoot"i, FgKeyword, GoTo Arg, "インストールされたサーバのベースディレクトリ" "ServerSignature"i, FgKeyword, GoTo Arg, "サーバが生成するドキュメントのフッタを設定" "ServerTokens"i, FgKeyword, GoTo Arg, "Server HTTP 応答ヘッダを設定する" "SetEnv"i, FgKeyword, GoTo Arg, "環境変数を設定する" "SetEnvIf"i, FgKeyword, GoTo Arg, "リクエストの属性に基づいて環境変数を設定する" "SetEnvIfNoCase"i, FgKeyword, GoTo Arg, "リクエストの属性に基づいて大文字小文字を区別せずに環境変数を設定する" "SetHandler"i, FgKeyword, GoTo Arg, "マッチするファイルがハンドラで処理されるようにする" "SetInputFilter"i, FgKeyword, GoTo Arg, "クライアントのリクエストや POST の入力を処理するフィルタを設定する" "SetOutputFilter"i, FgKeyword, GoTo Arg, "サーバの応答を処理するフィルタを設定する" "SSIEndTag"i, FgKeyword, GoTo Arg, "include 要素を終了させる文字列" "SSIErrorMsg"i, FgKeyword, GoTo Arg, "SSI のエラーがあったときに表示されるエラーメッセージ" "SSIStartTag"i, FgKeyword, GoTo Arg, "include 要素を開始する文字列" "SSITimeFormat"i, FgKeyword, GoTo Arg, "日付けを表す文字列の書式を設定する" "SSIUndefinedEcho"i, FgKeyword, GoTo Arg, "未定義の変数が echo されたときに表示される文字列" "SSLCACertificateFile"i, FgKeyword, GoTo Arg, "File of concatenated PEM-encoded CA Certificates for Client Auth" "SSLCACertificatePath"i, FgKeyword, GoTo Arg, "Directory of PEM-encoded CA Certificates for Client Auth" "SSLCADNRequestFile"i, FgKeyword, GoTo Arg, "File of concatenated PEM-encoded CA Certificates for defining acceptable CA names" "SSLCADNRequestPath"i, FgKeyword, GoTo Arg, "Directory of PEM-encoded CA Certificates for defining acceptable CA names" "SSLCARevocationFile"i, FgKeyword, GoTo Arg, "File of concatenated PEM-encoded CA CRLs for Client Auth" "SSLCARevocationPath"i, FgKeyword, GoTo Arg, "Directory of PEM-encoded CA CRLs for Client Auth" "SSLCertificateChainFile"i, FgKeyword, GoTo Arg, "File of PEM-encoded Server CA Certificates" "SSLCertificateFile"i, FgKeyword, GoTo Arg, "Server PEM-encoded X.509 Certificate file" "SSLCertificateKeyFile"i, FgKeyword, GoTo Arg, "Server PEM-encoded Private Key file" "SSLCipherSuite"i, FgKeyword, GoTo Arg, "Cipher Suite available for negotiation in SSL handshake" "SSLCryptoDevice"i, FgKeyword, GoTo Arg, "Enable use of a cryptographic hardware accelerator" "SSLEngine"i, FgKeyword, GoTo Arg, "SSL Engine Operation Switch" "SSLFIPS"i, FgKeyword, GoTo Arg, "SSL FIPS mode Switch" "SSLHonorCipherOrder"i, FgKeyword, GoTo Arg, "Option to prefer the server's cipher preference order" "SSLInsecureRenegotiation"i, FgKeyword, GoTo Arg, "Option to enable support for insecure renegotiation" "SSLMutex"i, FgKeyword, GoTo Arg, "Semaphore for internal mutual exclusion of operations" "SSLOptions"i, FgKeyword, GoTo Arg, "Configure various SSL engine run-time options" "SSLPassPhraseDialog"i, FgKeyword, GoTo Arg, "Type of pass phrase dialog for encrypted private keys" "SSLProtocol"i, FgKeyword, GoTo Arg, "Configure usable SSL protocol flavors" "SSLProxyCACertificateFile"i, FgKeyword, GoTo Arg, "File of concatenated PEM-encoded CA Certificates for Remote Server Auth" "SSLProxyCACertificatePath"i, FgKeyword, GoTo Arg, "Directory of PEM-encoded CA Certificates for Remote Server Auth" "SSLProxyCARevocationFile"i, FgKeyword, GoTo Arg, "File of concatenated PEM-encoded CA CRLs for Remote Server Auth" "SSLProxyCARevocationPath"i, FgKeyword, GoTo Arg, "Directory of PEM-encoded CA CRLs for Remote Server Auth" "SSLProxyCheckPeerCN"i, FgKeyword, GoTo Arg, "Whether to check the remote server certificates CN field" "SSLProxyCheckPeerExpire"i, FgKeyword, GoTo Arg, "Whether to check if remote server certificate is expired" "SSLProxyCipherSuite"i, FgKeyword, GoTo Arg, "Cipher Suite available for negotiation in SSL proxy handshake" "SSLProxyEngine"i, FgKeyword, GoTo Arg, "SSL Proxy Engine Operation Switch" "SSLProxyMachineCertificateFile"i,FgKeyword, GoTo Arg, "File of concatenated PEM-encoded client certificates and keys to be used by the proxy" "SSLProxyMachineCertificatePath"i,FgKeyword, GoTo Arg, "Directory of PEM-encoded client certificates and keys to be used by the proxy" "SSLProxyProtocol"i, FgKeyword, GoTo Arg, "Configure usable SSL protocol flavors for proxy usage" "SSLProxyVerify"i, FgKeyword, GoTo Arg, "Type of remote server Certificate verification" "SSLProxyVerifyDepth"i, FgKeyword, GoTo Arg, "Maximum depth of CA Certificates in Remote Server Certificate verification" "SSLRandomSeed"i, FgKeyword, GoTo Arg, "Pseudo Random Number Generator (PRNG) seeding source" "SSLRenegBufferSize"i, FgKeyword, GoTo Arg, "Set the size for the SSL renegotiation buffer" "SSLRequire"i, FgKeyword, GoTo Arg, "Allow access only when an arbitrarily complex boolean expression is true" "SSLRequireSSL"i, FgKeyword, GoTo Arg, "Deny access when SSL is not used for the HTTP request" "SSLSessionCache"i, FgKeyword, GoTo Arg, "Type of the global/inter-process SSL Session Cache" "SSLSessionCacheTimeout"i, FgKeyword, GoTo Arg, "Number of seconds before an SSL session expires in the Session Cache" "SSLStrictSNIVHostCheck"i, FgKeyword, GoTo Arg, "Whether to allow non SNI clients to access a name based virtual host." "SSLUserName"i, FgKeyword, GoTo Arg, "Variable name to determine user name" "SSLVerifyClient"i, FgKeyword, GoTo Arg, "Type of Client Certificate verification" "SSLVerifyDepth"i, FgKeyword, GoTo Arg, "Maximum depth of CA Certificates in Client Certificate verification" "StartServers"i, FgKeyword, GoTo Arg, "起動時に生成される子サーバプロセスの数" "StartThreads"i, FgKeyword, GoTo Arg, "起動時に生成されるスレッドの数" "Substitute"i, FgKeyword, GoTo Arg, "Pattern to filter the response content" "SuexecUserGroup"i, FgKeyword, GoTo Arg, "CGI プログラムのユーザパーミッション、グループパーミッション" "ThreadLimit"i, FgKeyword, GoTo Arg, "設定可能な子プロセス毎のスレッド数の上限を設定します" "ThreadsPerChild"i, FgKeyword, GoTo Arg, "子プロセスそれぞれに生成されるスレッド数" "ThreadStackSize"i, FgKeyword, GoTo Arg, "クライアントのコネクションを受け持つスレッドが使用するスタックのバイト数" "TimeOut"i, FgKeyword, GoTo Arg, "各イベントについて、リクエストを失敗させるまでにサーバが待つ時間を設定" "TraceEnable"i, FgKeyword, GoTo Arg, "TRACE メソッドのリクエストに対する応答方法を決める" "TransferLog"i, FgKeyword, GoTo Arg, "ログファイルの位置を指定" "TypesConfig"i, FgKeyword, GoTo Arg, "mime.types ファイルの位置" "UnsetEnv"i, FgKeyword, GoTo Arg, "環境から変数を取り除く" "UseCanonicalName"i, FgKeyword, GoTo Arg, "サーバが自分自身の名前とポートを決定する方法を設定する" "UseCanonicalPhysicalPort"i, FgKeyword, GoTo Arg, "サーバの名前とポートの解決方法を設定する" "User"i, FgKeyword, GoTo Arg, "リクエストに応答する際に用いるユーザ ID" "UserDir"i, FgKeyword, GoTo Arg, "ユーザ専用ディレクトリの位置" "VirtualDocumentRoot"i, FgKeyword, GoTo Arg, "Dynamically configure the location of the document root for a given virtual host" "VirtualDocumentRootIP"i, FgKeyword, GoTo Arg, "Dynamically configure the location of the document root for a given virtual host" "VirtualScriptAlias"i, FgKeyword, GoTo Arg, "Dynamically configure the location of the CGI directory for a given virtual host" "VirtualScriptAliasIP"i, FgKeyword, GoTo Arg, "Dynamically configure the location of the cgi directory for a given virtual host" "Win32DisableAcceptEx"i, FgKeyword, GoTo Arg, "ネットワーク接続の受け付けに accept() を AcceptEx の代わりに使う" "XBitHack"i, FgKeyword, GoTo Arg, "実行ビットが設定されたファイルの SSI ディレクティブを解析する" Default, FgText } /* END OF KWD */