<-
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  |  X 
sサーバ設定ファイル
vバーチャルホスト
dディレクトリ
h.htaccess
CCore
MMPM
BBase
EExtension
XExperimental
AcceptMutex default|method default M
複数の子プロセスがネットワークソケットでリクエストを accept しようとしているときに、Apache がそれらの子プロセスを直列化するために 使う方法
AcceptPathInfo On|Off|Default Default svdhC
Resources accept trailing pathname information
AccessFileName filename [filename] ... .htaccess svC
Name of the distributed configuration file
Action action-type cgi-scripthB
特定のハンドラやコンテントタイプに対して CGI を実行するように 設定
AddAlt string file [file] ...hB
アイコンの代わりに 表示される、ファイル名で選択された代替テキスト
AddAltByEncoding string MIME-encoding [MIME-encoding] ...hB
アイコンの代わりに表示される、MIME 符号化方法で選択された 代替テキスト
AddAltByType string MIME-type [MIME-type] ...hB
アイコンの代わりに 表示される、MIME タイプで選択された代替テキスト
AddCharset charset extension [extension] ...svdhB
Maps the given filename extensions to the specified content charset
AddDefaultCharset On|Off|charset Off svdhC
Default character set to be added for a response without an explicit character set
AddDescription string file [file] ...hB
ファイルに対して表示する説明
AddEncoding MIME-enc extension [extension] ...svdhB
Maps the given filename extensions to the specified encoding type
AddHandler handler-name extension [extension] ...svdhB
Maps the filename extensions to the specified handler
AddIcon icon name [name] ...hB
ファイルに表示するアイコンを名前で選択
AddIconByEncoding icon MIME-encoding [MIME-encoding] ...hB
ファイルに表示するアイコンを MIME 符号化方法で選択
AddIconByType icon MIME-type [MIME-type] ...hB
ファイルの隣に表示するアイコンを MIME タイプによって選択
AddInputFilter filter[;filter...] extension [extension ...]svdhB
Maps filename extensions to the filters that will process client requests
AddLanguage MIME-lang extension [extension] ...svdhB
Maps the given filename extension to the specified content language
AddModuleInfo module-name stringE
server-info ハンドラにより表示されるモジュールの情報に 追加の情報を付け加える
AddOutputFilter filter[;filter...] extension [extension ...]svdhB
Maps filename extensions to the filters that will process responses from the server
AddType MIME-type extension [extension] ...svdhB
Maps the given filename extensions onto the specified content type
Alias URL-path file-path|directory-pathB
URL をファイルシステムの位置にマップする
AliasMatch regex file-path|directory-pathB
正規表現を使って URL をファイルシステムの位置にマップする
Allow from all|host|env=env-variable [host|env=env-variable] ...hB
サーバのある領域にアクセスできるホストを制御する
AllowCONNECT port [port] ... 443 563 svE
Ports that are allowed to CONNECT through the proxy
AllowOverride All|None|directive-type [directive-type] ... All dC
Types of directives that are allowed in .htaccess files
Anonymous user [user] ...dhE
Specifies userIDs that areallowed access without password verification
Anonymous_Authoritative on|off off dhE
Configures if authorization will fall-through to other methods
Anonymous_LogEmail on|off on dhE
Sets whether the password entered will be logged in the error log
Anonymous_MustGiveEmail on|off on dhE
Specifies whether blank passwords are allowed
Anonymous_NoUserID on|off off dhE
Sets whether the userID field may be empty
Anonymous_VerifyEmail on|off off dhE
Sets whether to check the password field for a correctly formatted email address
AssignUserID user_id group_idvM
-
AuthBasicAuthoritative on|off on hB
認証と承認を、より低いレベルのモジュールに移行させるかを 設定します。
AuthBasicProvider provider-namehB
この位置に対する認証プロバイダを設定します。
AuthDBMGroupFile file-pathdhE
Sets the name of the database file containing the list of user groups for authentication
AuthDBMType default|SDBM|GDBM|NDBM|DB default dhE
Sets the type of database file that is used to store passwords
AuthDBMUserFile file-pathdhE
Sets the name of a database file containing the list of users and passwords for authentication
AuthDigestAlgorithm MD5|MD5-sess MD5 dhX
Selects the algorithm used to calculate the challenge and response hases in digest authentication
AuthDigestDomain URI [URI] ...dhX
URIs that are in the same protection space for digest authentication
AuthDigestFile file-pathdhX
Location of the text file containing the list of users and encoded passwords for digest authentication
AuthDigestGroupFile file-pathdhX
Name of the text file containing the list of groups for digest authentication
AuthDigestNcCheck On|Off Off sX
Enables or disables checking of the nonce-count sent by the server
AuthDigestNonceFormat formatdhX
Determines how the nonce is generated
AuthDigestNonceLifetime seconds 300 dhX
How long the server nonce is valid
AuthDigestQop none|auth|auth-int [auth|auth-int] auth dhX
Determines the quality-of-protection to use in digest authentication
AuthGroupFile file-pathdhE
Sets the name of a text file containing the list of user groups for authentication
AuthLDAPAuthoritative on|off on dhX
Prevent other authentication modules from authenticating the user if this one fails
AuthLDAPBindDN distinguished-namedhX
Optional DN to use in binding to the LDAP server
AuthLDAPBindPassword passworddhX
Password used in conjuction with the bind DN
AuthLDAPCompareDNOnServer on|off on dhX
Use the LDAP server to compare the DNs
AuthLDAPDereferenceAliases never|searching|finding|always Always dhX
When will the module de-reference aliases
AuthLDAPEnabled on|off on dhX
Turn on or off LDAP authentication
AuthLDAPFrontPageHack on|offdhX
Allow LDAP authentication to work with MS FrontPage
AuthLDAPGroupAttribute attributedhX
LDAP attributes used to check for group membership
AuthLDAPGroupAttributeIsDN on|off on dhX
Use the DN of the client username when checking for group membership
AuthLDAPRemoteUserIsDN on|offdhX
Use the DN of the client username to set the REMOTE_USER environment variable
AuthLDAPStartTLS on|offdhX
Use a secure TLS connection to the LDAP server
AuthLDAPUrl urldhX
URL specifying the LDAP search parameters
AuthName auth-domaindhC
Authorization realm for use in HTTP authentication
AuthType Basic|DigestdhC
Type of user authentication
AuthUserFile file-pathhB
認証に使用するユーザとパスワードの一覧が格納されている、 テキストファイルの名前を設定する
AuthzDBMAuthoritative on|off on dhE
Sets whether authorization will be passed on to lower level modules
AuthzDBMType default|SDBM|GDBM|NDBM|DB default dhE
Sets the type of database file that is used to store passwords
AuthzGroupFileAuthoritative on|off on dhE
Sets whether authorization will be passed on to lower level modules
BrowserMatch regex [!]env-variable[=value] [[!]env-variable[=value]] ...hB
HTTP User-Agent に基づいて環境変数を設定する
BrowserMatchNoCase regex [!]env-variable[=value] [[!]env-variable[=value]] ...hB
HTTP User-Agent に基づいて大文字小文字を区別せずに 環境変数を設定する
CacheDefaultExpire seconds 3600 (one hour) sX
-
CacheDisable cache_type url-stringsX
Disable caching of specified URLs by specified storage manager
CacheEnable cache_type url-stringsX
Enable caching specified URLs in a specified storage manager
CacheFile file-path [file-path] ...sX
-
CacheForceCompletion Percentage 60 sX
Percentage of download to arrive for the cache to force complete transfer
CacheIgnoreCacheControlsX
Ignore requests from the client for uncached content
CacheIgnoreNoLastModsX
Ignore responses where there is no Last Modified Header
CacheLastModifiedFactor float 0.1 sX
The factor used to estimate the Expires date from the LastModified date
CacheMaxExpire seconds 86400 (one day) sX
The maximum time in seconds to cache a document
CacheMaxStreamingBuffer size_in_bytes 0 sX
Maximum amount of a streamed response to buffer in memory before declaring the response uncacheable
CacheNegotiatedDocs on|off off B
コンテントネゴシエーションされたドキュメントをプロキシサーバが キャッシュできるようにする
CGIMapExtension cgi-path .extensiondhC
Technique for locating the interpreter for CGI scripts
CharsetDefault charsetsvdhX
Charset to translate into
CharsetOptions option [option] ... DebugLevel=0 NoImp +svdhX
Configures charset tranlation behavior
CharsetSourceEnc charsetsvdhX
Source charset of files
CheckSpelling on|off Off hE
spelling モジュールを使用するようにする
ChildPerUserID user_id group_id child_idsM
-
ContentDigest on|off off svdhC
Enables the generation of Content-MD5 HTTP Response headers
CookieDomain domainsvdhE
The domain to which the tracking cookie applies
CookieExpires expiry-periodsvdhE
Expiry time for the tracking cookie
CookieLog filenamesB
Sets filename for the logging of cookies
CookieName token Apache svdhE
Name of the tracking cookie
CookieStyle Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhE
Format of the cookie header field
CookieTracking on|off off svdhE
Enables tracking cookie
CoreDumpDirectory directoryM
Apache がコアダンプする前に移動を試みるディレクトリ
CustomLog file|pipe format|nickname [env=[!]environment-variable]sB
Sets filename and format of log file
Dav on|off off dE
WebDAV HTTP メソッドを有効にします
DavDepthInfinity on|off off dE
PROPFIND, Depth: Infinity リクエストを許可します
DavLockDB file-pathsvE
DAV ロックデータベースの位置です
DavMinTimeout seconds 0 dE
サーバが DAV リソースのロックを維持する最小時間です。
DefaultIcon url-pathhB
特定のアイコンが何も設定されていない時に ファイルに表示するアイコン
DefaultLanguage MIME-langsvdhB
Sets all files in the given scope to the specified language
DefaultType MIME-type text/plain svdhC
MIME content-type that will be sent if the server cannot determine a type in any other way
DeflateBufferSize value 8096 E
zlib が一度に圧縮する塊の大きさ
DeflateFilterNote notenameE
ロギング用に圧縮比をメモに追加
DeflateMemLevel value 9 E
zlib が圧縮に使うメモリのレベルを指定
DeflateWindowSize value 15 E
Zlib の圧縮用ウィンドウの大きさ
Deny from all|host|env=env-variable [host|env=env-variable] ...hB
サーバがアクセスを拒否するホストを制御する
<Directory directory-path> ... </Directory>svC
Enclose a group of directives that apply only to the named file-system directory and sub-directories
DirectoryIndex local-url [local-url] ... index.html hB
クライアントがディレクトリをリクエストしたときに調べる リソースのリスト
<DirectoryMatch regex> ... </Directory>svC
Enclose directives that apply to file-system directories matching a regular expression and their subdirectories
DocumentRoot directory-path /usr/local/apache/h +svC
Directory that forms the main document tree visible from the web
EnableMMAP on|off on svdhC
Use memory-mapping to read files during delivery
ErrorDocument error-code documentsvdhC
What the server will return to the client in case of an error
ErrorLog file-path|syslog[:facility] logs/error_log (Uni +svC
Location where the server will log errors
ExamplesvdhX
Demonstration directive to illustrate the Apache module API
ExpiresActive On|OffsvdhE
Enables generation of Expires headers
ExpiresByType MIME-type <code>secondssvdhE
Value of the Expires header configured by MIME type
ExpiresDefault <code>secondssvdhE
Default algorithm for calculating expiration time
ExtendedStatus On|Off Off sB
Keep track of extended status information for each request
ExtFilterDefine filtername parameterssX
-
ExtFilterOptions option [option] ... DebugLevel=0 NoLogS +dX
-
FileETag component ... INode MTime Size svdhC
File attributes used to create the ETag HTTP response header
<Files filename> ... </Files>svdhC
Contains directives that apply to matched filenames
<FilesMatch regex> ... </FilesMatch>svdhC
Contains directives that apply to regular-expression matched filenames
ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer hB
要求に合う単独のドキュメントが見つからなかったときに行なうことを指定
ForceType MIME-typedhC
Forces all matching files to be served with the specified MIME content-type
Group unix-group #-1 M
リクエストに応答する際に所属するグループ
Header set|append|add|unset|echo header [value]svdhE
Configure HTTP response headers
HeaderName filenamehB
インデックス一覧の先頭に挿入されるファイルの名前
HostnameLookups on|off|double off svdC
Enables DNS lookups on client IP addresses
IdentityCheck on|off off svdC
Enables logging of the RFC1413 identity of the remote user
<IfDefine [!]parameter-name> ... </IfDefine>svdhC
Encloses directives that will be processed only if a test is true at startup
<IfModule [!]module-name> ... </IfModule>svdhC
Encloses directives that are processed conditional on the presence or absence of a specific module
ImapBase map|referer|URL http://servername/ svdhB
Default base for imagemap files
ImapDefault error|nocontent|map|referer|URL nocontent svdhB
Default action when an imagemap is called with coordinates that are not explicitly mapped
ImapMenu none|formatted|semiformatted|unformattedsvdhB
Action if no coordinates are given when calling an imagemap
Include file-path|directory-pathsvdC
Includes other configuration files from within the server configuration files
IndexIgnore file [file] ...hB
ディレクトリ一覧を行なう際に無視すべき ファイルリストに追加
IndexOptions [+|-]option [[+|-]option] ...hB
ディレクトリインデックスの様々な設定項目
IndexOrderDefault Ascending|Descending Name|Date|Size|Description Ascending Name hB
ディレクトリインデックスの標準の順番付けを設定
ISAPIAppendLogToErrors on|off off svdhB
Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the error log
ISAPIAppendLogToQuery on|off on svdhB
Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the query field
ISAPICacheFile file-path [file-path] ...svB
ISAPI .dll files to be loaded at startup
ISAPIFakeAsync on|off off svdhB
Fake asynchronous support for isapi callbacks
ISAPILogNotSupported on|off off svdhB
Log unsupported feature requests from ISAPI extensions
ISAPIReadAheadBuffer size 49152 sdhB
Size of the Read Ahead Buffer sent to ISAPI extensions
KeepAlive on|off On svC
Enables HTTP persistent connections
KeepAliveTimeout seconds 15 svC
Amount of time the server will wait for subsequent requests on a persistent connection
LanguagePriority MIME-lang [MIME-lang] ...hB
クライアントが優先度を示さなかったときの言語の variant の優先度を 指定
LDAPCacheEntries number 1024 sX
Maximum number of entires in the primary LDAP cache
LDAPCacheTTL seconds 600 sX
Time that cached items remain valid
LDAPCertDBPath directory-pathsX
Directory containing certificates for SSL support
LDAPOpCacheEntries number 1024 sX
Number of entries used to cache LDAP compare operations
LDAPOpCacheTTL seconds 600 sX
Time that entries in the operation cache remain valid
LDAPSharedCacheSize bytes 102400 sX
Size in bytes of the shared-memory cache
<Limit method [method] ... > ... </Limit>svdhC
Restrict enclosed access controls to only certain HTTP methods
<LimitExcept method [method] ... > ... </LimitExcept>svdhC
Restrict access controls to all HTTP methods except the named ones
LimitRequestBody bytes 0 svdhC
Restricts the total size of the HTTP request body sent from the client
LimitRequestFields number 100 sC
Limits the number of HTTP request header fields that will be accepted from the client
LimitRequestFieldsize bytessC
Limits the size of the HTTP request header allowed from the client
LimitRequestLine bytes 8190 sC
Limit the size of the HTTP request line that will be accepted from the client
LimitXMLRequestBody number 1000000 svdhC
Limits the size of an XML-based request body
Listen [IP-address:]portnumberM
サーバが listen するIP アドレスとポート番号
ListenBacklog backlogM
保留状態のコネクションのキューの最大長
LoadFile filename [filename] ...E
指定されたオブジェクトファイルやライブラリをリンクする
LoadModule module filenameE
オブジェクトファイルやライブラリをリンクし、使用モジュールの リストに追加する
<Location URL-path|URL> ... </Location>svC
Applies the enclosed directives only to matching URLs
<LocationMatch regex> ... </Location>svC
Applies the enclosed directives only to regular-expression matching URLs
LockFile filename logs/accept.lock M
受付を直列化するためのロックファイルの位置
LogFormat format|nickname [nickname] "%h %l %u %t \"%r\" +sB
Describes a format for use in a log file
LogLevel level warn svC
Controls the verbosity of the ErrorLog
MaxClients numberM
リクエストに応答するために作成される 子プロセスの最大個数
MaxKeepAliveRequests number 100 svC
Number of requests allowed on a persistent connection
MaxMemFree numberM
主メモリアロケータが free() を呼ばずに保持し続けられるメモリの 最大量
MaxRequestsPerChild number 10000 M
個々の子サーバが稼働中に扱うリクエスト数の上限
MaxSpareServers number
10 M
アイドルな子サーバプロセスの最大個数
MaxSpareThreads numberM
アイドルスレッドの最大数
MaxThreads number 250 sM
-
MaxThreadsPerChild number 64 M
子プロセス毎のスレッド数の最大数
MetaDir directory .web svdhE
Name of the directory to find CERN-style meta information files
MetaFiles on|off off svdhE
Activates CERN meta-file processing
MetaSuffix suffix .meta svdhE
File name suffix for the file containg CERN-style meta information
MimeMagicFile file-pathsvE
Enable MIME-type determination based on file contents using the specified magic file
MinSpareServers number 5 M
アイドルな子サーバプロセスの最小個数
MinSpareServers numberM
リクエストに応答することのできる アイドルスレッド数の最小数
MMapFile file-path [file-path] ...sX
-
ModMimeUsePathInfo On|OffsvdhB
Tells mod_mime to treat path_info components as part of the filename
MultiviewsMatch [NegotiatedOnly] [Handlers] [Filters] [Any]svdhB
The types of files that will be included when searching for a matching file with MultiViews
NameVirtualHost addr[:port]sC
Designates an IP address for name-virtual hosting
NoProxy host [host] ...svE
Hosts, domains, or networks that will be connected to directly
NumServers number 2 M
同時に起動している子プロセスの総数
Options [+|-]option [[+|-]option] ... All svdhC
Configures what features are available in a particular directory
Order ordering Deny,Allow hB
デフォルトのアクセス可能な状態と、AllowDeny が評価される順番を制御する
PassEnv env-variable [env-variable] ...hB
シェルからの環境変数を渡す
PidFile filename logs/httpd.pid M
デーモンのプロセス ID をサーバが記録するためのファイル
ProtocolEcho On|OffsX
エコーサーバの有効無効を設定します。
<Proxy wildcard-url> ...</Proxy>svE
Container for directives applied to proxied resources
ProxyBlock *|word|host|domain [word|host|domain] ...svE
Words, hosts, or domains that are banned from being proxied
ProxyDomain DomainsvE
Default domain name for proxied requests
ProxyErrorOverride On|Off Off svE
Override error pages for proxied content
ProxyIOBufferSize bytessvE
IO buffer size for outgoing HTTP and FTP connections
<Proxy regex> ...</Proxy>svE
Container for directives applied to regular-expression-matched proxied resources
ProxyMaxForwards number 10 svE
Maximium number of proxies that a request can be forwarded through
ProxyPass [path] !|urlsvE
Maps remote servers into the local server URL-space
ProxyPassReverse [path] urlsvE
Adjusts the URL in HTTP response headers sent from a reverse proxied server
ProxyPreserveHost on|off Off svE
Use incoming Host HTTP request header for proxy request
ProxyReceiveBufferSize bytessvE
Network buffer size for outgoing HTTP and FTP connections
ProxyRemote match remote-serversvE
Remote proxy used to handle certain requests
ProxyRemote regex remote-serversvE
Remote proxy used to handle requests matched by regular expressions
ProxyRequests on|off Off svE
Enables forward (standard) proxy requests
ProxyTimeout seconds 300 svE
Network timeout for proxied requests
ProxyVia on|off|full|block off svE
Information provided in the Via HTTP response header for proxied requests
ReadmeName filenamehB
インデックス一覧の最後に挿入されるファイルの名前
Redirect [status] URL-path URLhB
クライアントが違う URL を取得するように外部へのリダイレクトを 送る
RedirectMatch [status] regex URLhB
現在の URL への正規表現のマッチにより 外部へのリダイレクトを送る
RedirectPermanent URL-path URLhB
クライアントが違う URL を取得するように外部への永久的な リダイレクトを送る
RedirectTemp URL-path URLhB
クライアントが違う URL を取得するように外部への一時的な リダイレクトを送る
RemoveCharset extension [extension] ...vdhB
Removes any character set associations for a set of file extensions
RemoveEncoding extension [extension] ...vdhB
Removes any content encoding associations for a set of file extensions
RemoveHandler extension [extension] ...vdhB
Removes any handler associations for a set of file extensions
RemoveInputFilter extension [extension] ...vdhB
Removes any input filter associations for a set of file extensions
RemoveLanguage extension [extension] ...vdhB
Removes any language associations for a set of file extensions
RemoveOutputFilter extension [extension] ...vdhB
Removes any output filter associations for a set of file extensions
RemoveType extension [extension] ...vdhB
Removes any content type associations for a set of file extensions
RequestHeader set|append|add|unset header [value]svdhE
Configure HTTP request headers
Require entity-name [entity-name] ...dhC
Selects which authenticated users can access a resource
RewriteBase URL-pathdhE
Sets the base URL for per-directory rewrites
RewriteCond TestString CondPatternsvdhE
Defines a condition under which rewriting will take place
RewriteEngine on|off off svdhE
Enables or disables runtime rewriting engine
RewriteLock file-pathsE
Sets the name of the lock file used for RewriteMap synchronization
RewriteLog file-pathsvE
Sets the name of the file used for logging rewrite engine processing
RewriteLogLevel LevelsvE
Sets the verbosity of the log file used by the rewrite engine
RewriteMap MapName MapType:MapSource svE
Defines a mapping function for key-lookup
RewriteOptions OptionssvdhE
Sets some special options for the rewrite engine
RewriteRule Pattern SubstitutionsvdhE
Defines rules for the rewriting engine
RLimitCPU number|max [number|max]svdhC
Limits the CPU consumption of processes launched by Apache children
RLimitMEM number|max [number|max]svdhC
Limits the memory consumption of processes launched by Apache children
RLimitNPROC number|max [number|max]svdhC
Limits the number of processes that can be launched by processes launched by Apache children
Satisfy any|all all dhC
Interaction between host-level access control and user authentication
ScoreBoardFile file-path logs/apache_status M
子プロセスと連携するためのデータを保存する ファイルの位置
Script method cgi-scriptB
特定のリクエストメソッドに対して CGI スクリプトを 実行するように設定
ScriptAlias URL-path file-path|directory-pathB
URL をファイルシステムの位置へマップし、マップ先を CGI スクリプトに指定
ScriptAliasMatch regex file-path|directory-pathB
URL を正規表現を使ってファイルシステムの位置へマップし、マップ先を CGI スクリプトに指定
ScriptInterpreterSource registry|script script svdhC
Technique for locating the interpreter for CGI scripts
ScriptLog file-pathB
CGI スクリプトのエラーログファイルの場所
ScriptLogBuffer bytes 1024 B
スクリプトログに記録される PUT や POST リクエストの内容の上限
ScriptLogLength bytes 10385760 B
CGI スクリプトのログファイルの大きさの上限
ScriptSock file-path logs/cgisock svB
-
SendBufferSize bytesM
TCP バッファサイズ
ServerAdmin email-addresssvC
Email address that the server includes in error messages sent to the client
ServerAlias hostname [hostname] ...vC
Alternate names for a host used when matching requests to name-virtual hosts
ServerLimit number 256 (prefork), Serv +M
設定可能なサーバプロセス数の上限
ServerName fully-qualified-domain-name[:port]svC
Hostname and port that the server uses to identify itself
ServerPath URL-pathvC
Legacy URL pathname for a name-virtual host that is accessed by an incompatible browser
ServerRoot directory-path /usr/local/apache sC
Base directory for the server installation
ServerSignature On|Off|EMail Off svdhC
Configures the footer on server-generated documents
ServerTokens Major|Minor|Minimal|ProductOnly|OS|Full Full sC
Configures the Server HTTP response header
SetEnv env-variable valuehB
環境変数を設定する
SetEnvIf attribute regex [!]env-variable[=value] [[!]env-variable[=value]] ...hB
リクエストの属性に基づいて環境変数を設定する
SetEnvIfNoCase attribute regex [!]env-variable[=value] [[!]env-variable[=value]] ...hB
リクエストの属性に基づいて大文字小文字を区別せずに環境変数を設定する
SetHandler handler-namesvdhC
Forces all matching files to be processed by a handler
SetInputFilter filter[;filter...]svdhC
Sets the filters that will process client requests and POST input
SetOutputFilter filter[;filter...]svdhC
Sets the filters that will process responses from the server
SSIEndTag tag "-->" svB
String that ends an include element
SSIErrorMsg message "[an error occurre +svdhB
Error message displayed when there is an SSI error
SSIStartTag tag "<!--" svB
String that starts an include element
SSITimeFormat formatstring "%A, %d-%b-%Y %H:%M +svdhB
Configures the format in which date strings are displayed
SSIUndefinedEcho tag "<!-- undef -->" svB
String displayed when an unset variable is echoed
SSLCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates for Client Auth
SSLCACertificatePath directory-pathsvE
Directory of PEM-encoded CA Certificates for Client Auth
SSLCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for Client Auth
SSLCARevocationPath directory-pathsvE
Directory of PEM-encoded CA CRLs for Client Auth
SSLCertificateChainFile file-pathsvE
File of PEM-encoded Server CA Certificates
SSLCertificateFile file-pathsvE
Server PEM-encoded X.509 Certificate file
SSLCertificateKeyFile file-pathsvE
Server PEM-encoded Private Key file
SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhE
Cipher Suite available for negotiation in SSL handshake
SSLEngine on|off off svE
SSL Engine Operation Switch
SSLMutex type none sE
Semaphore for internal mutual exclusion of operations
SSLOptions [+|-]option ...svdhE
Configure various SSL engine run-time options
SSLPassPhraseDialog type builtin sE
Type of pass phrase dialog for encrypted private keys
SSLProtocol [+|-]protocol ... all svE
Configure usable SSL protocol flavors
SSLProxyCACertificateFile file-pathsvE
File of concatenated PEM-encoded CA Certificates for Remote Server Auth
SSLProxyCACertificatePath directory-pathsvE
Directory of PEM-encoded CA Certificates for Remote Server Auth
SSLProxyCARevocationFile file-pathsvE
File of concatenated PEM-encoded CA CRLs for Remote Server Auth
SSLProxyCARevocationPath directory-pathsvE
Directory of PEM-encoded CA CRLs for Remote Server Auth
SSLProxyCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhE
Cipher Suite available for negotiation in SSL proxy handshake
SSLProxyEngine on|off off svE
SSL Proxy Engine Operation Switch
SSLProxyMachineCertificateFile filenamesE
File of concatenated PEM-encoded CA certificates for proxy server client certificates
SSLProxyMachineCertificatePath directorysE
Directory of PEM-encoded CA certificates for proxy server client certificates
SSLProxyProtocol [+|-]protocol ... all svE
Configure usable SSL protocol flavors for proxy usage
SSLProxyVerify level none svdhE
Type of remote server Certificate verification
SSLVerifyDepth numbersvdhE
Maximum depth of CA Certificates in Remote Server Certificate verification
SSLRandomSeed context source [bytes]sE
Pseudo Random Number Generator (PRNG) seeding source
SSLRequire expressiondhE
Allow access only when an arbitrarily complex boolean expression is true
SSLRequireSSLdhE
Deny access when SSL is not used for the HTTP request
SSLSessionCache type none sE
Type of the global/inter-process SSL Session Cache
SSLSessionCacheTimeout seconds 300 svE
Number of seconds before an SSL session expires in the Session Cache
SSLVerifyClient level none svdhE
Type of Client Certificate verification
SSLVerifyDepth number 1 svdhE
Maximum depth of CA Certificates in Client Certificate verification
StartServers number 5 M
起動時に生成される子サーバプロセスの数
StartThreads numberM
起動時に生成されるスレッドの数
SuexecUserGroup User Group
CGI プログラムのユーザパーミッション、グループパーミッション
ThreadLimit numberM
設定可能な子プロセス毎のスレッド数の上限を 設定します
ThreadsPerChild number 50 M
子プロセスそれぞれに生成されるスレッド数
ThreadStackSize number 65536 sM
-
TimeOut number 300 sC
Amount of time the server will wait for certain events before failing a request
TransferLog file|pipesB
Specifly location of a log file
TypesConfig file-path conf/mime.types sB
The location of the mime.types file
UnsetEnv env-variable [env-variable] ...hB
環境から変数を取り除く
UseCanonicalName on|off|dns on svdC
Configures how the server determines its own name and port
User unix-userid #-1 M
リクエストに応答する際に用いるユーザ ID
UserDir directory-filename public_html B
ユーザ専用ディレクトリの位置
VirtualDocumentRoot interpolated-directory|none none svE
Dynamically configure the location of the document root for a given virtual host
VirtualDocumentRootIP interpolated-directory|none none svE
Dynamically configure the location of the document root for a given virtual host
<VirtualHost addr[:port] [addr[:port]] ...> ... </VirtualHost>sC
Contains directives that apply only to a specific hostname or IP address
VirtualScriptAlias interpolated-directory|none none svE
Dynamically configure the location of the CGI directory for a given virtual host
VirtualScriptAliasIP interpolated-directory|none none svE
Dynamically configure the location of the cgi directory for a given virtual host
XBitHack on|off|full off svdhB
Parse SSI directives in files with the execute bit set