Apache HTTP サーバ バージョン 2.0
ディレクティブ クイックリファレンスでは、各 Apache 設定ディレクティブの 使用方法、デフォルト値、ステータスとコンテキストを示しています。 各ディレクティブの、より詳しい情報に関しては ディレクティブ辞書を ご覧下さい。
第 1 列目はディレクティブの名前と使用方法です。 第 2 列目は (もしあれば) デフォルト値となっています。 デフォルト値が長すぎて表示しきれない場合は、最初の文字列の後ろに 「 + 」が続きます。
第 3, 4 列は、下の表の注釈に従って、 ディレクティブの使用できるコンテキストと、 ディレクティブのステータスが示されています。
A | B | C | D | E | F | G | H | I | K | L | M | N | O | P | R | S | T | U | V | W | X |
|
|
AcceptMutex default|method | default | s | M |
複数の子プロセスがネットワークソケットでリクエストを accept しようとしているときに、Apache がそれらの子プロセスを直列化するために 使う方法 | |||
AcceptPathInfo On|Off|Default | Default | svdh | C |
後に続くパス名情報を受け付けるリソースの指定 | |||
AccessFileName filename [filename] ... | .htaccess | sv | C |
分散設定ファイルの名前 | |||
Action action-type cgi-script | svdh | B | |
特定のハンドラやコンテントタイプに対して CGI を実行するように 設定 | |||
AddAlt string file [file] ... | svdh | B | |
アイコンの代わりに 表示される、ファイル名で選択された代替テキスト | |||
AddAltByEncoding string MIME-encoding [MIME-encoding] ... | svdh | B | |
アイコンの代わりに表示される、MIME 符号化方法で選択された 代替テキスト | |||
AddAltByType string MIME-type [MIME-type] ... | svdh | B | |
アイコンの代わりに 表示される、MIME タイプで選択された代替テキスト | |||
AddCharset charset extension [extension] ... | svdh | B | |
ファイル名の拡張子を指定された文字セットにマップする | |||
AddDefaultCharset On|Off|charset | Off | svdh | C |
明示的に文字セットを指定していない応答に追加される デフォルトの文字セット | |||
AddDescription string file [file] ... | svdh | B | |
ファイルに対して表示する説明 | |||
AddEncoding MIME-enc extension [extension] ... | svdh | B | |
ファイル名の拡張子を指定されたエンコーディング にマップする | |||
AddHandler handler-name extension [extension] ... | svdh | B | |
ファイル名の拡張子を指定されたハンドラにマップする | |||
AddIcon icon name [name] ... | svdh | B | |
ファイルに表示するアイコンを名前で選択 | |||
AddIconByEncoding icon MIME-encoding [MIME-encoding] ... | svdh | B | |
ファイルに表示するアイコンを MIME 符号化方法で選択 | |||
AddIconByType icon MIME-type [MIME-type] ... | svdh | B | |
ファイルの隣に表示するアイコンを MIME タイプによって選択 | |||
AddInputFilter filter[;filter...] extension [extension] ... | svdh | B | |
ファイルの拡張子をクライアントのリクエストを処理する フィルタにマップする | |||
AddLanguage MIME-lang extension [extension] ... | svdh | B | |
ファイル名を指定された言語にマップ | |||
AddModuleInfo module-name string | sv | E | |
server-info ハンドラにより表示されるモジュールの情報に 追加の情報を付け加える | |||
AddOutputFilter filter[;filter...] extension [extension] ... | svdh | B | |
ファイル名の拡張子をサーバからの応答を処理するフィルタに マップする | |||
AddOutputFilterByType filter[;filter...] MIME-type [MIME-type] ... | svdh | C | |
MIME-type に出力フィルタを割り当てる | |||
AddType MIME-type extension [extension] ... | svdh | B | |
ファイル名の拡張子を指定されたコンテントタイプにマップ | |||
Alias URL-path file-path|directory-path | sv | B | |
URL をファイルシステムの位置にマップする | |||
AliasMatch regex file-path|directory-path | sv | B | |
正規表現を使って URL をファイルシステムの位置にマップする | |||
Allow from all|host|env=env-variable [host|env=env-variable] ... | dh | B | |
サーバのある領域にアクセスできるホストを制御する | |||
AllowCONNECT port [port] ... | 443 563 | sv | E |
Ports that are allowed to CONNECT through the
proxy | |||
AllowEncodedSlashes On|Off | Off | sv | C |
URL 中の符号化されたパス分離文字が先に伝えられるのを許可するかどうかを 決定する | |||
AllowOverride All|None|directive-type [directive-type] ... | All | d | C |
.htaccess で許可されるディレクティブの種類 | |||
Anonymous user [user] ... | dh | E | |
Specifies userIDs that are allowed access without password verification | |||
Anonymous_Authoritative On|Off | Off | dh | E |
Configures if authorization will fall-through to other methods | |||
Anonymous_LogEmail On|Off | On | dh | E |
Sets whether the password entered will be logged in the error log | |||
Anonymous_MustGiveEmail On|Off | On | dh | E |
Specifies whether blank passwords are allowed | |||
Anonymous_NoUserID On|Off | Off | dh | E |
Sets whether the userID field may be empty | |||
Anonymous_VerifyEmail On|Off | Off | dh | E |
Sets whether to check the password field for a correctly formatted email address | |||
AssignUserID user-id group-id | v | M | |
Tie a virtual host to a user and group ID | |||
AuthAuthoritative On|Off | On | dh | B |
認証と承認プロセスを、 より低いレベルのモジュールに移行させるかどうかを設定する | |||
AuthDBMAuthoritative On|Off | On | dh | E |
Sets whether authentication and authorization will be passed on to lower level modules | |||
AuthDBMGroupFile file-path | dh | E | |
Sets the name of the database file containing the list of user groups for authentication | |||
AuthDBMType default|SDBM|GDBM|NDBM|DB | default | dh | E |
Sets the type of database file that is used to store passwords | |||
AuthDBMUserFile file-path | dh | E | |
Sets thename of a database file containing the list of users and passwords for authentication | |||
AuthDigestAlgorithm MD5|MD5-sess | MD5 | dh | X |
Selects the algorithm used to calculate the challenge and response hases in digest authentication | |||
AuthDigestDomain URI [URI] ... | dh | X | |
URIs that are in the same protection space for digest authentication | |||
AuthDigestFile file-path | dh | X | |
Location of the text file containing the list of users and encoded passwords for digest authentication | |||
AuthDigestGroupFile file-path | dh | X | |
Name of the text file containing the list of groups for digest authentication | |||
AuthDigestNcCheck On|Off | Off | s | X |
Enables or disables checking of the nonce-count sent by the server | |||
AuthDigestNonceFormat format | dh | X | |
Determines how the nonce is generated | |||
AuthDigestNonceLifetime seconds | 300 | dh | X |
How long the server nonce is valid | |||
AuthDigestQop none|auth|auth-int [auth|auth-int] | auth | dh | X |
Determines the quality-of-protection to use in digest authentication | |||
AuthDigestShmemSize size | 1000 | s | X |
The amount of shared memory to allocate for keeping track of clients | |||
AuthGroupFile file-path | dh | B | |
認証に使用するユーザグループの一覧が格納されている、 テキストファイルの名前を設定する | |||
AuthLDAPAuthoritative on|off | on | dh | X |
Prevent other authentication modules from authenticating the user if this one fails | |||
AuthLDAPBindDN distinguished-name | dh | X | |
Optional DN to use in binding to the LDAP server | |||
AuthLDAPBindPassword password | dh | X | |
Password used in conjuction with the bind DN | |||
AuthLDAPCharsetConfig file-path | s | X | |
Language to charset conversion configuration file | |||
AuthLDAPCompareDNOnServer on|off | on | dh | X |
Use the LDAP server to compare the DNs | |||
AuthLDAPDereferenceAliases never|searching|finding|always | Always | dh | X |
When will the module de-reference aliases | |||
AuthLDAPEnabled on|off | on | dh | X |
Turn on or off LDAP authentication | |||
AuthLDAPFrontPageHack on|off | off | dh | X |
Allow LDAP authentication to work with MS FrontPage | |||
AuthLDAPGroupAttribute attribute | dh | X | |
LDAP attributes used to check for group membership | |||
AuthLDAPGroupAttributeIsDN on|off | on | dh | X |
Use the DN of the client username when checking for group membership | |||
AuthLDAPRemoteUserIsDN on|off | off | dh | X |
Use the DN of the client username to set the REMOTE_USER environment variable | |||
AuthLDAPUrl url | dh | X | |
URL specifying the LDAP search parameters | |||
AuthName auth-domain | dh | C | |
HTTP 認証の認可領域 (訳注: realm) | |||
AuthType Basic|Digest | dh | C | |
ユーザ認証の種類 | |||
AuthUserFile file-path | dh | B | |
認証に使用するユーザとパスワードの一覧が格納されている、 テキストファイルの名前を設定する | |||
BrowserMatch regex [!]env-variable[=value] [[!]env-variable[=value]] ... | svdh | B | |
HTTP User-Agent に基づいて環境変数を設定する | |||
BrowserMatchNoCase regex [!]env-variable[=value] [[!]env-variable[=value]] ... | svdh | B | |
HTTP User-Agent に基づいて大文字小文字を区別せずに 環境変数を設定する | |||
BS2000Account account | s | M | |
BS2000 での非特権アカウントを定義する | |||
BufferedLogs On|Off | Off | s | B |
Buffer log entries in memory before writing to disk | |||
CacheDefaultExpire seconds | 3600 (one hour) | sv | X |
The default duration to cache a document when no expiry date is specified. | |||
CacheDirLength length | 2 | sv | X |
The number of characters in subdirectory names | |||
CacheDirLevels levels | 3 | sv | X |
The number of levels of subdirectories in the cache. | |||
CacheDisable url-string | sv | X | |
Disable caching of specified URLs | |||
CacheEnable cache_type url-string | sv | X | |
Enable caching of specified URLs using a specified storage manager | |||
CacheExpiryCheck On|Off | On | sv | X |
Indicates if the cache observes Expires dates when seeking files | |||
CacheFile file-path [file-path] ... | s | X | |
Cache a list of file handles at startup time | |||
CacheForceCompletion Percentage | 60 | sv | X |
Percentage of document served, after which the server will complete caching the file even if the request is cancelled. | |||
CacheGcClean hours url-string | ? | sv | X |
The time to retain unchanged cached files that match a URL | |||
CacheGcDaily time | ? | sv | X |
The recurring time each day for garbage collection to be run. (24 hour clock) | |||
CacheGcInterval hours | sv | X | |
The interval between garbage collection attempts. | |||
CacheGcMemUsage KBytes | ? | sv | X |
The maximum kilobytes of memory used for garbage collection | |||
CacheGcUnused hours url-string | ? | sv | X |
The time to retain unreferenced cached files that match a URL. | |||
CacheIgnoreCacheControl On|Off | Off | sv | X |
Ignore the fact that the client requested the content not be cached. | |||
CacheIgnoreHeaders header-string [header-string] ... | None | sv | X |
Do not store the given HTTP header(s) in the cache. | |||
CacheIgnoreNoLastMod On|Off | Off | sv | X |
Ignore the fact that a response has no Last Modified header. | |||
CacheLastModifiedFactor float | 0.1 | sv | X |
The factor used to compute an expiry date based on the LastModified date. | |||
CacheMaxExpire seconds | 86400 (one day) | sv | X |
The maximum time in seconds to cache a document | |||
CacheMaxFileSize bytes | 1000000 | sv | X |
The maximum size (in bytes) of a document to be placed in the cache | |||
CacheMinFileSize bytes | 1 | sv | X |
The minimum size (in bytes) of a document to be placed in the cache | |||
CacheNegotiatedDocs On|Off | Off | sv | B |
コンテントネゴシエーションされたドキュメントをプロキシサーバが キャッシュできるようにする | |||
CacheRoot directory | sv | X | |
The directory root under which cache files are stored | |||
CacheSize KBytes | 1000000 | sv | X |
The maximum amount of disk space that will be used by the cache in KBytes | |||
CacheTimeMargin ? | ? | sv | X |
The minimum time margin to cache a document | |||
CGIMapExtension cgi-path .extension | dh | C | |
CGI スクリプトのインタープリタの位置を調べるための手法 | |||
CharsetDefault charset | svdh | X | |
Charset to translate into | |||
CharsetOptions option [option] ... | DebugLevel=0 NoImpl + | svdh | X |
Configures charset translation behavior | |||
CharsetSourceEnc charset | svdh | X | |
Source charset of files | |||
CheckSpelling on|off | Off | svdh | E |
spelling モジュールを使用するようにする | |||
ChildPerUserID user-id group-id num-children | s | M | |
Specify user ID and group ID for a number of child processes | |||
ContentDigest On|Off | Off | svdh | C |
Content-MD5 HTTP 応答ヘッダの生成を有効にする | |||
CookieDomain domain | svdh | E | |
The domain to which the tracking cookie applies | |||
CookieExpires expiry-period | svdh | E | |
Expiry time for the tracking cookie | |||
CookieLog filename | sv | B | |
クッキングのロギングのためのファイル名を設定する | |||
CookieName token | Apache | svdh | E |
Name of the tracking cookie | |||
CookieStyle Netscape|Cookie|Cookie2|RFC2109|RFC2965 | Netscape | svdh | E |
Format of the cookie header field | |||
CookieTracking on|off | off | svdh | E |
Enables tracking cookie | |||
CoreDumpDirectory directory | s | M | |
Apache がコアダンプする前に移動を試みるディレクトリ | |||
CustomLog file|pipe format|nickname [env=[!]environment-variable] | sv | B | |
ログファイルの名前と書式を設定する | |||
Dav On|Off|provider-name | Off | d | E |
WebDAV HTTP メソッドを有効にします | |||
DavDepthInfinity on|off | off | svd | E |
PROPFIND, Depth: Infinity リクエストを許可します | |||
DavLockDB file-path | sv | E | |
DAV ロックデータベースの位置 | |||
DavMinTimeout seconds | 0 | svd | E |
サーバが DAV リソースのロックを維持する最小時間です。 | |||
DefaultIcon url-path | svdh | B | |
特定のアイコンが何も設定されていない時に ファイルに表示するアイコン | |||
DefaultLanguage MIME-lang | svdh | B | |
あるスコープのすべてのファイルを指定された言語に 設定する | |||
DefaultType MIME-type | text/plain | svdh | C |
サーバがコンテントタイプを決定できないときに 送られる MIME コンテントタイプ | |||
DeflateBufferSize value | 8096 | sv | E |
zlib が一度に圧縮する塊の大きさ | |||
DeflateCompressionLevel value | sv | E | |
出力に対して行なう圧縮の程度 | |||
DeflateFilterNote [type] notename | sv | E | |
ロギング用に圧縮比をメモに追加 | |||
DeflateMemLevel value | 9 | sv | E |
zlib が圧縮に使うメモリのレベルを指定 | |||
DeflateWindowSize value | 15 | sv | E |
Zlib の圧縮用ウィンドウの大きさ | |||
Deny from all|host|env=env-variable [host|env=env-variable] ... | dh | B | |
サーバがアクセスを拒否するホストを制御する | |||
<Directory directory-path> ... </Directory> | sv | C | |
指定のファイルシステムのディレクトリとサブディレクトリとのみに 適用されるディレクティブを囲む | |||
DirectoryIndex local-url [local-url] ... | index.html | svdh | B |
クライアントがディレクトリをリクエストしたときに調べる リソースのリスト | |||
<DirectoryMatch regex> ... </DirectoryMatch> | sv | C | |
正規表現にマッチするファイルシステムのディレクトリと サブディレクトリとのみに適用されるディレクティブを囲む | |||
DirectorySlash On|Off | On | svdh | B |
パス末尾のスラッシュでリダイレクトするかどうかのオンオフをトグルさせる | |||
DocumentRoot directory-path | /usr/local/apache/h + | sv | C |
ウェブから見えるメインのドキュメントツリーになる ディレクトリ | |||
DumpIOInput On|Off | Off | s | X |
Dump all input data to the error log | |||
DumpIOOutput On|Off | Off | s | X |
Dump all output data to the error log | |||
EnableExceptionHook On|Off | Off | s | M |
クラッシュの後に例外ハンドラを実行するフックを有効にする | |||
EnableMMAP On|Off | On | svdh | C |
配送中にファイルを読み込むためにメモリマッピングを 使うかどうか | |||
EnableSendfile On|Off | On | svdh | C |
ファイルのクライアントへの配送時にカーネルの sendfile サポートを 使うかどうか | |||
ErrorDocument error-code document | svdh | C | |
エラーが発生したときにサーバがクライアントに送るもの | |||
ErrorLog file-path|syslog[:facility] | logs/error_log (Uni + | sv | C |
サーバがエラーをログ収集する場所 | |||
Example | svdh | X | |
Demonstration directive to illustrate the Apache module API | |||
ExpiresActive On|Off | svdh | E | |
Expires ヘッダの生成を有効にする | |||
ExpiresByType MIME-type <code>seconds | svdh | E | |
MIME タイプによって設定される Expires ヘッダの値 | |||
ExpiresDefault <code>seconds | svdh | E | |
期限切れ期日を計算するデフォルトアルゴリズム | |||
ExtendedStatus On|Off | Off | s | B |
各リクエストに対して拡張ステータス情報を保存する | |||
ExtFilterDefine filtername parameters | s | E | |
Define an external filter | |||
ExtFilterOptions option [option] ... | DebugLevel=0 NoLogS + | d | E |
Configure mod_ext_filter options | |||
FileETag component ... | INode MTime Size | svdh | C |
ETag HTTP 応答ヘッダを作成するために使用される ファイルの属性 | |||
<Files filename> ... </Files> | svdh | C | |
マッチするファイル名に適用されるディレクティブを囲む | |||
<FilesMatch regex> ... </FilesMatch> | svdh | C | |
正規表現にマッチするファイル名に適用される ディレクティブを囲む | |||
ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] | Prefer | svdh | B |
要求に合う単独のドキュメントが見つからなかったときに行なうことを指定 | |||
ForceType MIME-type|None | dh | C | |
すべてのマッチするファイルが指定の MIME コンテントタイプで 送られるようにする | |||
ForensicLog filename|pipe | sv | E | |
Sets filename of the forensic log | |||
Group unix-group | #-1 | s | M |
リクエストに応答する際に所属するグループ | |||
Header [condition] set|append|add|unset|echo header [value] [env=[!]variable] | svdh | E | |
Configure HTTP response headers | |||
HeaderName filename | svdh | B | |
インデックス一覧の先頭に挿入されるファイルの名前 | |||
HostnameLookups On|Off|Double | Off | svd | C |
クライアントの IP アドレスの DNS ルックアップを 有効にする | |||
IdentityCheck On|Off | Off | svd | C |
リモートユーザの RFC1413 によるアイデンティティのロギングを 有効にする | |||
<IfDefine [!]parameter-name> ... </IfDefine> | svdh | C | |
起動時にテストが真であるときのみに処理されるディレクティブを 囲む | |||
<IfModule [!]module-name> ... </IfModule> | svdh | C | |
モジュールの存在するかしないかに応じて処理される ディレクティブを囲む | |||
<IfVersion [[!]operator] version> ... </IfVersion> | svdh | E | |
バージョン依存の設定を入れる | |||
ImapBase map|referer|URL | http://servername/ | svdh | B |
Default base for imagemap files | |||
ImapDefault error|nocontent|map|referer|URL | nocontent | svdh | B |
Default action when an imagemap is called with coordinates that are not explicitly mapped | |||
ImapMenu none|formatted|semiformatted|unformatted | svdh | B | |
Action if no coordinates are given when calling an imagemap | |||
Include file-path|directory-path | svd | C | |
サーバ設定ファイル中から他の設定ファイルを取り込む | |||
IndexIgnore file [file] ... | svdh | B | |
ディレクトリ一覧を行なう際に無視すべき ファイルリストに追加 | |||
IndexOptions [+|-]option [[+|-]option] ... | svdh | B | |
ディレクトリインデックスの様々な設定項目 | |||
IndexOrderDefault Ascending|Descending Name|Date|Size|Description | Ascending Name | svdh | B |
ディレクトリインデックスの標準の順番付けを設定 | |||
ISAPIAppendLogToErrors on|off | off | svdh | B |
Record HSE_APPEND_LOG_PARAMETER requests from
ISAPI extensions to the error log | |||
ISAPIAppendLogToQuery on|off | on | svdh | B |
Record HSE_APPEND_LOG_PARAMETER requests from
ISAPI extensions to the query field | |||
ISAPICacheFile file-path [file-path] ... | sv | B | |
ISAPI .dll files to be loaded at startup | |||
ISAPIFakeAsync on|off | off | svdh | B |
Fake asynchronous support for ISAPI callbacks | |||
ISAPILogNotSupported on|off | off | svdh | B |
Log unsupported feature requests from ISAPI extensions | |||
ISAPIReadAheadBuffer size | 49152 | svdh | B |
Size of the Read Ahead Buffer sent to ISAPI extensions | |||
KeepAlive On|Off | On | sv | C |
HTTP の持続的な接続を有効にする | |||
KeepAliveTimeout seconds | 15 | sv | C |
持続的な接続で次のリクエストが来るまでサーバが待つ時間 | |||
LanguagePriority MIME-lang [MIME-lang] ... | svdh | B | |
クライアントが優先度を示さなかったときの言語の variant の優先度を 指定 | |||
LDAPCacheEntries number | 1024 | s | X |
Maximum number of entries in the primary LDAP cache | |||
LDAPCacheTTL seconds | 600 | s | X |
Time that cached items remain valid | |||
LDAPConnectionTimeout seconds | s | X | |
Specifies the socket connection timeout in seconds | |||
LDAPOpCacheEntries number | 1024 | s | X |
Number of entries used to cache LDAP compare operations | |||
LDAPOpCacheTTL seconds | 600 | s | X |
Time that entries in the operation cache remain valid | |||
LDAPSharedCacheFile directory-path/filename | s | X | |
Sets the shared memory cache file | |||
LDAPSharedCacheSize bytes | 102400 | s | X |
Size in bytes of the shared-memory cache | |||
LDAPTrustedCA directory-path/filename | s | X | |
Sets the file containing the trusted Certificate Authority certificate or database | |||
LDAPTrustedCAType type | s | X | |
Specifies the type of the Certificate Authority file | |||
<Limit method [method] ... > ... </Limit> | svdh | C | |
囲いの中にあるアクセス制御の適用を特定の HTTP メソッドのみに 制限する | |||
<LimitExcept method [method] ... > ... </LimitExcept> | svdh | C | |
指定されたもの以外の HTTP メソッドにアクセス制御を 制限する | |||
LimitInternalRecursion number [number] | 10 | sv | C |
内部リダイレクトと入れ子になったサブリクエストの最大数を決定する | |||
LimitRequestBody bytes | 0 | svdh | C |
クライアントから送られる HTTP リクエストのボディの 総量を制限する | |||
LimitRequestFields number | 100 | s | C |
クライアントからの HTTP リクエストのヘッダフィールドの数を 制限する | |||
LimitRequestFieldsize bytes | s | C | |
クライアントからの HTTP リクエストのヘッダの サイズを制限する | |||
LimitRequestLine bytes | 8190 | s | C |
クライアントからの HTTP リクエスト行のサイズを制限する | |||
LimitXMLRequestBody bytes | 1000000 | svdh | C |
XML 形式のリクエストのボディのサイズを制限する | |||
Listen [IP-address:]portnumber | s | M | |
サーバが listen するIP アドレスとポート番号 | |||
ListenBacklog backlog | s | M | |
保留状態のコネクションのキューの最大長 | |||
LoadFile filename [filename] ... | s | E | |
指定されたオブジェクトファイルやライブラリをリンクする | |||
LoadModule module filename | s | E | |
オブジェクトファイルやライブラリをリンクし、使用モジュールの リストに追加する | |||
<Location URL-path|URL> ... </Location> | sv | C | |
囲んだディレクティブをマッチする URL のみに適用 | |||
<LocationMatch regex> ... </LocationMatch> | sv | C | |
囲んだディレクティブを正規表現にマッチする URL のみに 適用 | |||
LockFile filename | logs/accept.lock | s | M |
受付を直列化するためのロックファイルの位置 | |||
LogFormat format|nickname [nickname] | "%h %l %u %t \"%r\" + | sv | B |
ログファイルで使用する書式を設定する | |||
LogLevel level | warn | sv | C |
ErrorLog の冗長性を制御する | |||
MaxClients number | s | M | |
リクエストに応答するために作成される 子プロセスの最大個数 | |||
MaxKeepAliveRequests number | 100 | sv | C |
持続的な接続上で許可されるリクエストの数 | |||
MaxMemFree KBytes | 0 | s | M |
free() が呼ばれない限り、
主メモリアロケータが保持し続けられるメモリの最大量 | |||
MaxRanges default | unlimited | none | number-of-ranges | 200 | svd | C |
Number of ranges allowed before returning the complete resource | |||
MaxRequestsPerChild number | 10000 | s | M |
個々の子サーバが稼働中に扱うリクエスト数の上限 | |||
MaxRequestsPerThread number | 0 | s | M |
Limit on the number of requests that an individual thread will handle during its life | |||
MaxSpareServers number | 10 | s | M |
アイドルな子サーバプロセスの最大個数 | |||
MaxSpareThreads number | s | M | |
アイドルスレッドの最大数 | |||
MaxThreads number | 2048 | s | M |
Set the maximum number of worker threads | |||
MaxThreadsPerChild number | 64 | s | M |
Maximum number of threads per child process | |||
MCacheMaxObjectCount value | 1009 | s | X |
キャッシュに保管されるオブジェクトの最大数 | |||
MCacheMaxObjectSize bytes | 10000 | s | X |
キャッシュに保管できるドキュメントの最大サイズ (バイト) | |||
MCacheMaxStreamingBuffer size_in_bytes | of 100000 か MCacheM + | s | X |
ストリームされている応答をキャッシュ不能と決定するまでに メモリにバッファする最大量 | |||
MCacheMinObjectSize bytes | 0 | s | X |
キャッシュに保管されるドキュメントの最小サイズ (バイト) | |||
MCacheRemovalAlgorithm LRU|GDSF | GDSF | s | X |
キャッシュから削除するドキュメントを選ぶためのアルゴリズム | |||
MCacheSize KBytes | 100 | s | X |
キャッシュに使われるメモリの最大量をキロバイト単位で指定 | |||
MetaDir directory | .web | svdh | E |
Name of the directory to find CERN-style meta information files | |||
MetaFiles on|off | off | svdh | E |
Activates CERN meta-file processing | |||
MetaSuffix suffix | .meta | svdh | E |
File name suffix for the file containg CERN-style meta information | |||
MimeMagicFile file-path | sv | E | |
Enable MIME-type determination based on file contents using the specified magic file | |||
MinSpareServers number | 5 | s | M |
アイドルな子サーバプロセスの最小個数 | |||
MinSpareThreads number | s | M | |
リクエストに応答することのできる アイドルスレッド数の最小数 | |||
MMapFile file-path [file-path] ... | s | X | |
Map a list of files into memory at startup time | |||
ModMimeUsePathInfo On|Off | Off | d | B |
path_info コンポーネントをファイル名の一部として扱うように
mod_mime に通知する | |||
MultiviewsMatch Any|NegotiatedOnly|Filters|Handlers [Handlers|Filters] | NegotiatedOnly | svdh | B |
MultiViews でのマッチングの検索に含ませる ファイルのタイプを指定する | |||
NameVirtualHost addr[:port] | s | C | |
名前ベースのバーチャルホストのための IP アドレスを指定 | |||
NoProxy host [host] ... | sv | E | |
Hosts, domains, or networks that will be connected to directly | |||
NumServers number | 2 | s | M |
Total number of children alive at the same time | |||
NWSSLTrustedCerts filename [filename] ... | s | B | |
List of additional client certificates | |||
NWSSLUpgradeable [IP-address:]portnumber | s | B | |
Allows a connection to be upgraded to an SSL connection upon request | |||
Options [+|-]option [[+|-]option] ... | All | svdh | C |
ディレクトリに対して使用可能な機能を設定する | |||
Order ordering | Deny,Allow | dh | B |
デフォルトのアクセス可能な状態と、Allow と
Deny が評価される順番を制御する | |||
PassEnv env-variable [env-variable] ... | svdh | B | |
シェルからの環境変数を渡す | |||
PidFile filename | logs/httpd.pid | M | |
デーモンのプロセス ID をサーバが記録するためのファイル | |||
ProtocolEcho On|Off | sv | X | |
エコーサーバの有効無効を設定します。 | |||
<Proxy wildcard-url> ...</Proxy> | sv | E | |
Container for directives applied to proxied resources | |||
ProxyBadHeader IsError|Ignore|StartBody | IsError | sv | E |
Determines how to handle bad header lines in a response | |||
ProxyBlock *|word|host|domain [word|host|domain] ... | sv | E | |
Words, hosts, or domains that are banned from being proxied | |||
ProxyDomain Domain | sv | E | |
Default domain name for proxied requests | |||
ProxyErrorOverride On|Off | Off | sv | E |
Override error pages for proxied content | |||
ProxyFtpDirCharset character set | ISO-8859-1 | svd | E |
Define the character set for proxied FTP listings | |||
ProxyIOBufferSize bytes | 8192 | sv | E |
Determine size of internal data throughput buffer | |||
<ProxyMatch regex> ...</ProxyMatch> | sv | E | |
Container for directives applied to regular-expression-matched proxied resources | |||
ProxyMaxForwards number | 10 | sv | E |
Maximium number of proxies that a request can be forwarded through | |||
ProxyPass [path] !|url | svd | E | |
Maps remote servers into the local server URL-space | |||
ProxyPassReverse [path] url | svd | E | |
Adjusts the URL in HTTP response headers sent from a reverse proxied server | |||
ProxyPreserveHost On|Off | Off | sv | E |
Use incoming Host HTTP request header for proxy request | |||
ProxyReceiveBufferSize bytes | 0 | sv | E |
Network buffer size for proxied HTTP and FTP connections | |||
ProxyRemote match remote-server | sv | E | |
Remote proxy used to handle certain requests | |||
ProxyRemoteMatch regex remote-server | sv | E | |
Remote proxy used to handle requests matched by regular expressions | |||
ProxyRequests On|Off | Off | sv | E |
Enables forward (standard) proxy requests | |||
ProxyTimeout seconds | 300 | sv | E |
Network timeout for proxied requests | |||
ProxyVia On|Off|Full|Block | Off | sv | E |
Information provided in the Via HTTP response
header for proxied requests | |||
ReadmeName filename | svdh | B | |
インデックス一覧の最後に挿入されるファイルの名前 | |||
ReceiveBufferSize bytes | 0 | s | M |
TCP receive buffer size | |||
Redirect [status] URL-path URL | svdh | B | |
クライアントが違う URL を取得するように外部へのリダイレクトを 送る | |||
RedirectMatch [status] regex URL | svdh | B | |
現在の URL への正規表現のマッチにより 外部へのリダイレクトを送る | |||
RedirectPermanent URL-path URL | svdh | B | |
クライアントが違う URL を取得するように外部への永久的な リダイレクトを送る | |||
RedirectTemp URL-path URL | svdh | B | |
クライアントが違う URL を取得するように外部への一時的な リダイレクトを送る | |||
RemoveCharset extension [extension] ... | vdh | B | |
ファイルの拡張子に関連付けられたすべての文字セット を解除する | |||
RemoveEncoding extension [extension] ... | vdh | B | |
ファイルの拡張子に関連付けられたすべてのコンテントエンコーディング を解除する | |||
RemoveHandler extension [extension] ... | vdh | B | |
ファイルの拡張子に関連付けられたすべてのハンドラを 解除する | |||
RemoveInputFilter extension [extension] ... | vdh | B | |
ファイル拡張子に関連付けられた入力フィルタを解除する | |||
RemoveLanguage extension [extension] ... | vdh | B | |
ファイル拡張子に関連付けられた言語を解除する | |||
RemoveOutputFilter extension [extension] ... | vdh | B | |
ファイル拡張子に関連付けられた出力フィルタを解除する | |||
RemoveType extension [extension] ... | vdh | B | |
ファイルの拡張子と関連付けられたコンテントタイプを 解除する | |||
RequestHeader set|append|add|unset header [value [env=[!]variable]] | svdh | E | |
Configure HTTP request headers | |||
Require entity-name [entity-name] ... | dh | C | |
どの認証済みユーザがリソースをアクセスできるかを選択する | |||
RewriteBase URL-path | dh | E | |
Sets the base URL for per-directory rewrites | |||
RewriteCond TestString CondPattern | svdh | E | |
Defines a condition under which rewriting will take place | |||
RewriteEngine on|off | off | svdh | E |
Enables or disables runtime rewriting engine | |||
RewriteLock file-path | s | E | |
Sets the name of the lock file used for RewriteMap
synchronization | |||
RewriteLog file-path | sv | E | |
Sets the name of the file used for logging rewrite engine processing | |||
RewriteLogLevel Level | 0 | sv | E |
Sets the verbosity of the log file used by the rewrite engine | |||
RewriteMap MapName MapType:MapSource | sv | E | |
Defines a mapping function for key-lookup | |||
RewriteOptions Options | MaxRedirects=10 | svdh | E |
Sets some special options for the rewrite engine | |||
RewriteRule Pattern Substitution | svdh | E | |
Defines rules for the rewriting engine | |||
RLimitCPU seconds|max [seconds|max] | svdh | C | |
Apache の子プロセスから起動されたプロセスの CPU 消費量を 制限する | |||
RLimitMEM bytes|max [bytes|max] | svdh | C | |
Apache の子プロセスから起動されたプロセスのメモリ消費量を 制限する | |||
RLimitNPROC number|max [number|max] | svdh | C | |
Apache の子プロセスから起動されたプロセスが起動するプロセスの 数を制限する | |||
Satisfy Any|All | All | dh | C |
ホストレベルのアクセス制御とユーザ認証との相互作用を指定 | |||
ScoreBoardFile file-path | logs/apache_status | s | M |
子プロセスと連携するためのデータを保存する ファイルの位置 | |||
Script method cgi-script | svd | B | |
特定のリクエストメソッドに対して CGI スクリプトを 実行するように設定 | |||
ScriptAlias URL-path file-path|directory-path | sv | B | |
URL をファイルシステムの位置へマップし、マップ先を CGI スクリプトに指定 | |||
ScriptAliasMatch regex file-path|directory-path | sv | B | |
URL を正規表現を使ってファイルシステムの位置へマップし、マップ先を CGI スクリプトに指定 | |||
ScriptInterpreterSource Registry|Registry-Strict|Script | Script | svdh | C |
CGI スクリプトのインタープリタの位置を調べるための手法 | |||
ScriptLog file-path | sv | B | |
CGI スクリプトのエラーログファイルの場所 | |||
ScriptLogBuffer bytes | 1024 | sv | B |
スクリプトログに記録される PUT や POST リクエストの内容の上限 | |||
ScriptLogLength bytes | 10385760 | sv | B |
CGI スクリプトのログファイルの大きさの上限 | |||
ScriptSock file-path | logs/cgisock | sv | B |
CGI デーモンとの通信に使われるソケットの名前 | |||
SecureListen [IP-address:]portnumber Certificate-Name [MUTUAL] | s | B | |
Enables SSL encryption for the specified port | |||
SendBufferSize bytes | 0 | s | M |
TCP バッファサイズ | |||
ServerAdmin email-address | sv | C | |
サーバがクライアントに送るエラーメッセージに含める電子メールの アドレス | |||
ServerAlias hostname [hostname] ... | v | C | |
リクエストを名前ベースのバーチャルホストにマッチさせているときに 使用されるホストの別名 | |||
ServerLimit number | s | M | |
設定可能なサーバプロセス数の上限 | |||
ServerName fully-qualified-domain-name[:port] | sv | C | |
サーバが自分自身を示すときに使うホスト名とポート | |||
ServerPath URL-path | v | C | |
非互換のブラウザが名前ベースのバーチャルホストにアクセスしたときの ための互換用 URL パス名 | |||
ServerRoot directory-path | /usr/local/apache | s | C |
インストールされたサーバのベースディレクトリ | |||
ServerSignature On|Off|EMail | Off | svdh | C |
サーバが生成するドキュメントのフッタを設定 | |||
ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full | Full | s | C |
Server HTTP 応答ヘッダを設定する | |||
SetEnv env-variable value | svdh | B | |
環境変数を設定する | |||
SetEnvIf attribute regex [!]env-variable[=value] [[!]env-variable[=value]] ... | svdh | B | |
リクエストの属性に基づいて環境変数を設定する | |||
SetEnvIfNoCase attribute regex [!]env-variable[=value] [[!]env-variable[=value]] ... | svdh | B | |
リクエストの属性に基づいて大文字小文字を区別せずに環境変数を設定する | |||
SetHandler handler-name|None | svdh | C | |
マッチするファイルがハンドラで処理されるようにする | |||
SetInputFilter filter[;filter...] | svdh | C | |
クライアントのリクエストや POST の入力を処理するフィルタを設定する | |||
SetOutputFilter filter[;filter...] | svdh | C | |
サーバの応答を処理するフィルタを設定する | |||
SSIEndTag tag | "-->" | sv | B |
include 要素を終了させる文字列 | |||
SSIErrorMsg message | "[an error occurred + | svdh | B |
SSI のエラーがあったときに表示されるエラーメッセージ | |||
SSIStartTag tag | "<!--#" | sv | B |
include 要素を開始する文字列 | |||
SSITimeFormat formatstring | "%A, %d-%b-%Y %H:%M + | svdh | B |
日付けを現す文字列の書式を設定する | |||
SSIUndefinedEcho string | "(none)" | sv | B |
未定義の変数が echo されたときに表示される文字列 | |||
SSLCACertificateFile file-path | sv | E | |
File of concatenated PEM-encoded CA Certificates for Client Auth | |||
SSLCACertificatePath directory-path | sv | E | |
Directory of PEM-encoded CA Certificates for Client Auth | |||
SSLCARevocationFile file-path | sv | E | |
File of concatenated PEM-encoded CA CRLs for Client Auth | |||
SSLCARevocationPath directory-path | sv | E | |
Directory of PEM-encoded CA CRLs for Client Auth | |||
SSLCertificateChainFile file-path | sv | E | |
File of PEM-encoded Server CA Certificates | |||
SSLCertificateFile file-path | sv | E | |
Server PEM-encoded X.509 Certificate file | |||
SSLCertificateKeyFile file-path | sv | E | |
Server PEM-encoded Private Key file | |||
SSLCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | svdh | E |
Cipher Suite available for negotiation in SSL handshake | |||
SSLEngine on|off | off | sv | E |
SSL Engine Operation Switch | |||
SSLHonorCipherOrder flag | sv | E | |
Option to prefer the server's cipher preference order | |||
SSLInsecureRenegotiation flag | off | sv | E |
Option to enable support for insecure renegotiation | |||
SSLMutex type | none | s | E |
Semaphore for internal mutual exclusion of operations | |||
SSLOptions [+|-]option ... | svdh | E | |
Configure various SSL engine run-time options | |||
SSLPassPhraseDialog type | builtin | s | E |
Type of pass phrase dialog for encrypted private keys | |||
SSLProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL protocol flavors | |||
SSLProxyCACertificateFile file-path | sv | E | |
File of concatenated PEM-encoded CA Certificates for Remote Server Auth | |||
SSLProxyCACertificatePath directory-path | sv | E | |
Directory of PEM-encoded CA Certificates for Remote Server Auth | |||
SSLProxyCARevocationFile file-path | sv | E | |
File of concatenated PEM-encoded CA CRLs for Remote Server Auth | |||
SSLProxyCARevocationPath directory-path | sv | E | |
Directory of PEM-encoded CA CRLs for Remote Server Auth | |||
SSLProxyCipherSuite cipher-spec | ALL:!ADH:RC4+RSA:+H + | svdh | E |
Cipher Suite available for negotiation in SSL proxy handshake | |||
SSLProxyEngine on|off | off | sv | E |
SSL Proxy Engine Operation Switch | |||
SSLProxyMachineCertificateFile filename | s | E | |
File of concatenated PEM-encoded client certificates and keys to be used by the proxy | |||
SSLProxyMachineCertificatePath directory | s | E | |
Directory of PEM-encoded client certificates and keys to be used by the proxy | |||
SSLProxyProtocol [+|-]protocol ... | all | sv | E |
Configure usable SSL protocol flavors for proxy usage | |||
SSLProxyVerify level | none | svdh | E |
Type of remote server Certificate verification | |||
SSLProxyVerifyDepth number | 1 | svdh | E |
Maximum depth of CA Certificates in Remote Server Certificate verification | |||
SSLRandomSeed context source [bytes] | s | E | |
Pseudo Random Number Generator (PRNG) seeding source | |||
SSLRequire expression | dh | E | |
Allow access only when an arbitrarily complex boolean expression is true | |||
SSLRequireSSL | dh | E | |
Deny access when SSL is not used for the HTTP request | |||
SSLSessionCache type | none | s | E |
Type of the global/inter-process SSL Session Cache | |||
SSLSessionCacheTimeout seconds | 300 | sv | E |
Number of seconds before an SSL session expires in the Session Cache | |||
SSLUserName varname | sdh | E | |
Variable name to determine user name | |||
SSLVerifyClient level | none | svdh | E |
Type of Client Certificate verification | |||
SSLVerifyDepth number | 1 | svdh | E |
Maximum depth of CA Certificates in Client Certificate verification | |||
StartServers number | s | M | |
起動時に生成される子サーバプロセスの数 | |||
StartThreads number | s | M | |
起動時に生成されるスレッドの数 | |||
SuexecUserGroup User Group | sv | E | |
CGI プログラムのユーザパーミッション、グループパーミッション | |||
ThreadLimit number | s | M | |
設定可能な子プロセス毎のスレッド数の上限を 設定します | |||
ThreadsPerChild number | s | M | |
子プロセスそれぞれに生成されるスレッド数 | |||
ThreadStackSize number | 65536 | s | M |
Determine the stack size for each thread | |||
TimeOut seconds | 300 | s | C |
各イベントについて、リクエストを失敗させるまでにサーバが 待つ時間を設定 | |||
TraceEnable [on|off|extended] | on | s | C |
Determines the behaviour on TRACE
requests | |||
TransferLog file|pipe | sv | B | |
ログファイルの位置を指定 | |||
TypesConfig file-path | conf/mime.types | s | B |
mime.types ファイルの位置 | |||
UnsetEnv env-variable [env-variable] ... | svdh | B | |
環境から変数を取り除く | |||
UseCanonicalName On|Off|Dns | On | svd | C |
サーバが自分自身の名前とポートを決定する方法を設定する | |||
User unix-userid | #-1 | s | M |
リクエストに応答する際に用いるユーザ ID | |||
UserDir directory-filename | public_html | sv | B |
ユーザ専用ディレクトリの位置 | |||
VirtualDocumentRoot interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root for a given virtual host | |||
VirtualDocumentRootIP interpolated-directory|none | none | sv | E |
Dynamically configure the location of the document root for a given virtual host | |||
<VirtualHost addr[:port] [addr[:port]] ...> ... </VirtualHost> | s | C | |
特定のホスト名や IP アドレスのみに適用されるディレクティブを 囲む | |||
VirtualScriptAlias interpolated-directory|none | none | sv | E |
Dynamically configure the location of the CGI directory for a given virtual host | |||
VirtualScriptAliasIP interpolated-directory|none | none | sv | E |
Dynamically configure the location of the cgi directory for a given virtual host | |||
Win32DisableAcceptEx | s | M | |
ネットワーク接続の受け付けに accept() をAcceptEx の代わりに使う | |||
XBitHack on|off|full | off | svdh | B |
実行ビットが設定されたファイルの SSI ディレクティブを 解析する |