# 指令速查
指令速查列出了每个指令的用法、默认值、状态和作用域。更详细的说明可以查阅[指令字典](#calibre_link-618)。
第一列是指令的名称和用法;
第二列是指令的默认值(如果存在),如果很长写不下,则后面跟有"+"表示截断。
第三和第四列是指令允许出现的位置和状态,其中缩略语如下表所示:
| s | server config |
| --- | --- |
| v | virtual host |
| d | directory |
| h | .htaccess |
| C | 核心模块 |
| M | MPM |
| B | 基本模块 |
| E | 扩展模块 |
| X | 试验模块 |
| [AcceptFilter protocol accept_filter](#calibre_link-664) | s | C |
| --- | --- | --- | --- | --- |
| 根据协议类型对监听Socket进行优化 |
| [AcceptMutex Default|method](#calibre_link-610) | Default | s | M |
| Apache用于串行化多个子进程在(多个)网络套接字(socket)上接受请求的方法 |
| [AcceptPathInfo On|Off|Default](#calibre_link-238) | Default | svdh | C |
| 是否接受附带多余路径名信息的请求 |
| [AccessFileName filename [filename] ...](#calibre_link-321) | .htaccess | sv | C |
| 分布式配置文件的名字 |
| [Action action-type cgi-script [virtual]](#calibre_link-594) | svdh | B |
| 针对特定的处理器或内容类型激活一个CGI脚本 |
| [AddAlt string file [file] ...](#calibre_link-728) | svdh | B |
| Alternate text to display for a file, instead of an icon selected by filename |
| [AddAltByEncoding string MIME-encoding [MIME-encoding] ...](#calibre_link-729) | svdh | B |
| Alternate text to display for a file instead of an icon selected by MIME-encoding |
| [AddAltByType string MIME-type [MIME-type] ...](#calibre_link-730) | svdh | B |
| Alternate text to display for a file, instead of an icon selected by MIME content-type |
| [AddCharset charset extension [extension] ...](#calibre_link-337) | svdh | B |
| 在给定的文件扩展名与特定的字符集之间建立映射 |
| [AddDefaultCharset On|Off|charset](#calibre_link-328) | Off | svdh | C |
| 当应答内容是text/plain或text/html时,在HTTP应答头中加入的默认字符集 |
| [AddDescription string file [file] ...](#calibre_link-632) | svdh | B |
| Description to display for a file |
| [AddEncoding MIME-enc extension [extension] ...](#calibre_link-338) | svdh | B |
| 在文件扩展名与特定的编码方式之间建立映射关系 |
| [AddHandler handler-name extension [extension] ...](#calibre_link-96) | svdh | B |
| 在文件扩展名与特定的处理器之间建立映射 |
| [AddIcon icon name [name] ...](#calibre_link-633) | svdh | B |
| Icon to display for a file selected by name |
| [AddIconByEncoding icon MIME-encoding [MIME-encoding] ...](#calibre_link-634) | svdh | B |
| Icon to display next to files selected by MIME content-encoding |
| [AddIconByType icon MIME-type [MIME-type] ...](#calibre_link-635) | svdh | B |
| Icon to display next to files selected by MIME content-type |
| [AddInputFilter filter[;filter...] extension [extension] ...](#calibre_link-341) | svdh | B |
| 在文件扩展名与特定的输入过滤器之间建立映射 |
| [AddLanguage MIME-lang extension [extension] ...](#calibre_link-339) | svdh | B |
| 在文件扩展名与特定的语言之间建立映射 |
| [AddModuleInfo module-name string](#calibre_link-731) | sv | E |
| 为server-info处理器显示的模块增加额外信息 |
| [AddOutputFilter filter[;filter...] extension [extension] ...](#calibre_link-60) | svdh | B |
| 在文件扩展名与特定的输出过滤器之间建立映射关系 |
| [AddOutputFilterByType filter[;filter...] MIME-type [MIME-type] ...](#calibre_link-61) | svdh | C |
| 对特定的MIME类型指定输出过滤器 |
| [AddType MIME-type extension [extension] ...](#calibre_link-286) | svdh | B |
| 在给定的文件扩展名与特定的内容类型之间建立映射 |
| [Alias URL-path file-path|directory-path](#calibre_link-220) | sv | B |
| 映射URL到文件系统的特定区域 |
| [AliasMatch regex file-path|directory-path](#calibre_link-512) | sv | B |
| 使用正则表达式映射URL到文件系统 |
| [Allow from all|host|env=env-variable [host|env=env-variable] ...](#calibre_link-585) | dh | B |
| 控制哪些主机能够访问服务器的该区域 |
| [AllowCONNECT port [port] ...](#calibre_link-732) | 443 563 | sv | E |
| 通过代理允许CONNECT的端口号 |
| [AllowEncodedSlashes On|Off](#calibre_link-733) | Off | sv | C |
| 确定是否允许URL中使用经过编码的路径分割符 |
| [AllowOverride All|None|directive-type [directive-type] ...](#calibre_link-322) | All | d | C |
| 确定允许存在于.htaccess文件中的指令类型 |
| [Anonymous user [user] ...](#calibre_link-734) | dh | E |
| Specifies userIDs that are allowed access without password verification |
| [Anonymous_LogEmail On|Off](#calibre_link-735) | On | dh | E |
| Sets whether the password entered will be logged in the error log |
| [Anonymous_MustGiveEmail On|Off](#calibre_link-736) | On | dh | E |
| Specifies whether blank passwords are allowed |
| [Anonymous_NoUserID On|Off](#calibre_link-737) | Off | dh | E |
| Sets whether the userID field may be empty |
| [Anonymous_VerifyEmail On|Off](#calibre_link-738) | Off | dh | E |
| Sets whether to check the password field for a correctly formatted email address |
| [AuthBasicAuthoritative On|Off](#calibre_link-739) | On | dh | B |
| 指定是否将(基本)认证和授权操作交由更底层的模块来处理 |
| [AuthBasicProvider provider-name [provider-name] ...](#calibre_link-740) | file | dh | B |
| 设置该区域的(基本)认证支持者(Provider) |
| [AuthDBDUserPWQuery query](#calibre_link-741) | d | E |
| SQL query to look up a password for a user |
| [AuthDBDUserRealmQuery query](#calibre_link-742) | d | E |
| SQL query to look up a password hash for a user and realm. |
| [AuthDBMGroupFile file-path](#calibre_link-743) | dh | E |
| Sets the name of the database file containing the list of user groups for authorization |
| [AuthDBMType default|SDBM|GDBM|NDBM|DB](#calibre_link-744) | default | dh | E |
| Sets the type of database file that is used to store passwords |
| [AuthDBMUserFile file-path](#calibre_link-622) | dh | E |
| Sets the name of a database file containing the list of users and passwords for authentication |
| [AuthDefaultAuthoritative On|Off](#calibre_link-745) | On | dh | B |
| 指定是否将认证操作交由更底层的模块来处理 |
| [AuthDigestAlgorithm MD5|MD5-sess](#calibre_link-746) | MD5 | dh | X |
| 选择在摘要认证中用于计算请求和应答的散列值的算法 |
| [AuthDigestDomain URI [URI] ...](#calibre_link-747) | dh | X |
| 在同一保护区域中需要进行摘要认证的URI |
| [AuthDigestNcCheck On|Off](#calibre_link-748) | Off | s | X |
| Enables or disables checking of the nonce-count sent by the server |
| [AuthDigestNonceFormat format](#calibre_link-749) | dh | X |
| Determines how the nonce is generated |
| [AuthDigestNonceLifetime seconds](#calibre_link-750) | 300 | dh | X |
| 服务器nonce(当前值)的有效秒数 |
| [AuthDigestProvider provider-name [provider-name] ...](#calibre_link-751) | file | dh | X |
| 设置该区域的(摘要)认证支持者(Provider) |
| [AuthDigestQop none|auth|auth-int [auth|auth-int]](#calibre_link-752) | auth | dh | X |
| 指定摘要认证的保护质量 |
| [AuthDigestShmemSize size](#calibre_link-753) | 1000 | s | X |
| 为了跟踪客户端而分配的共享内存字节数 |
| [AuthGroupFile file-path](#calibre_link-326) | dh | B |
| 设定一个包含用于执行用户认证的用户组列表的纯文本文件 |
| [AuthLDAPBindDN _distinguished-name_](#calibre_link-754) | dh | E |
| Optional DN to use in binding to the LDAP server |
| [AuthLDAPBindPassword _password_](#calibre_link-755) | dh | E |
| Password used in conjuction with the bind DN |
| [AuthLDAPCharsetConfig _file-path_](#calibre_link-756) | s | E |
| Language to charset conversion configuration file |
| [AuthLDAPCompareDNOnServer on|off](#calibre_link-757) | on | dh | E |
| Use the LDAP server to compare the DNs |
| [AuthLDAPDereferenceAliases never|searching|finding|always](#calibre_link-758) | Always | dh | E |
| When will the module de-reference aliases |
| [AuthLDAPGroupAttribute _attribute_](#calibre_link-759) | dh | E |
| LDAP attributes used to check for group membership |
| [AuthLDAPGroupAttributeIsDN on|off](#calibre_link-760) | on | dh | E |
| Use the DN of the client username when checking for group membership |
| [AuthLDAPRemoteUserIsDN on|off](#calibre_link-761) | off | dh | E |
| Use the DN of the client username to set the REMOTE_USER environment variable |
| [AuthLDAPUrl _url [NONE|SSL|TLS|STARTTLS]_](#calibre_link-762) | dh | E |
| URL specifying the LDAP search parameters |
| [AuthName auth-domain](#calibre_link-324) | dh | C |
| 用于HTTP认证的授权域 |
| [<AuthnProviderAlias baseProvider Alias> ... </AuthnProviderAlias>](#calibre_link-763) | sv | E |
| 封装一组定义扩展认证支持者的指令,并为其指定一个别名 |
| [AuthType Basic|Digest](#calibre_link-323) | dh | C |
| 用户认证类型 |
| [AuthUserFile file-path](#calibre_link-325) | dh | B |
| 设定一个含有认证使用的用户名/密码列表的纯文本文件 |
| [AuthzDBMAuthoritative On|Off](#calibre_link-764) | On | dh | E |
| Sets whether authorization will be passed on to lower level modules |
| [AuthzDBMType default|SDBM|GDBM|NDBM|DB](#calibre_link-765) | default | dh | E |
| Sets the type of database file that is used to store list of user groups |
| [AuthzDefaultAuthoritative On|Off](#calibre_link-766) | On | dh | B |
| 指定是否将授权操作交由更底层的模块来处理 |
| [AuthzGroupFileAuthoritative On|Off](#calibre_link-767) | On | dh | B |
| 指定是否将授权操作交由更底层的模块来处理 |
| [AuthzLDAPAuthoritative on|off](#calibre_link-768) | on | dh | E |
| Prevent other authentication modules from authenticating the user if this one fails |
| [AuthzOwnerAuthoritative On|Off](#calibre_link-769) | On | dh | E |
| 指定是否将授权操作交由更底层的模块来处理 |
| [AuthzUserAuthoritative On|Off](#calibre_link-770) | On | dh | B |
| 指定是否将授权操作交由更底层的模块来处理 |
| [BrowserMatch _regex [!]env-variable_[=_value_] [[!]_env-variable_[=_value_]] ...](#calibre_link-504) | svdh | B |
| 基于User-Agent头有条件地设置环境变量 |
| [BrowserMatchNoCase _regex [!]env-variable_[=_value_] [[!]_env-variable_[=_value_]] ...](#calibre_link-287) | svdh | B |
| 基于不区分大小写的User-Agent头有条件地设置环境变量 |
| [BufferedLogs On|Off](#calibre_link-771) | Off | s | B |
| 在将日志写入磁盘前先在内存中进行缓冲 |
| [CacheDefaultExpire seconds](#calibre_link-458) | 3600 (one hour) | sv | E |
| The default duration to cache a document when no expiry date is specified. |
| [CacheDirLength length](#calibre_link-465) | 2 | sv | E |
| The number of characters in subdirectory names |
| [CacheDirLevels levels](#calibre_link-464) | 3 | sv | E |
| The number of levels of subdirectories in the cache. |
| [CacheDisable url-string](#calibre_link-457) | sv | E |
| Disable caching of specified URLs |
| [CacheEnable cache_type url-string](#calibre_link-456) | sv | E |
| Enable caching of specified URLs using a specified storage manager |
| [CacheFile file-path [file-path] ...](#calibre_link-29) | s | X |
| Cache a list of file handles at startup time |
| [CacheIgnoreCacheControl On|Off](#calibre_link-772) | Off | sv | E |
| Ignore request to not serve cached content to client |
| [CacheIgnoreHeaders header-string [header-string] ...](#calibre_link-773) | None | sv | E |
| Do not store the given HTTP header(s) in the cache. |
| [CacheIgnoreNoLastMod On|Off](#calibre_link-461) | Off | sv | E |
| Ignore the fact that a response has no Last Modified header. |
| [CacheLastModifiedFactor float](#calibre_link-459) | 0.1 | sv | E |
| The factor used to compute an expiry date based on the LastModified date. |
| [CacheMaxExpire seconds](#calibre_link-460) | 86400 (one day) | sv | E |
| The maximum time in seconds to cache a document |
| [CacheMaxFileSize bytes](#calibre_link-774) | 1000000 | sv | E |
| The maximum size (in bytes) of a document to be placed in the cache |
| [CacheMinFileSize bytes](#calibre_link-775) | 1 | sv | E |
| The minimum size (in bytes) of a document to be placed in the cache |
| [CacheNegotiatedDocs On|Off](#calibre_link-239) | Off | sv | B |
| 允许经过内容协商的文档被代理服务器缓存 |
| [CacheRoot directory](#calibre_link-454) | sv | E |
| The directory root under which cache files are stored |
| [CacheStoreNoStore On|Off](#calibre_link-463) | Off | sv | E |
| Attempt to cache requests or responses that have been marked as no-store. |
| [CacheStorePrivate On|Off](#calibre_link-462) | Off | sv | E |
| Attempt to cache responses that the server has marked as private |
| [CGIMapExtension cgi-path .extension](#calibre_link-384) | dh | C |
| 定位CGI脚本解释器 |
| [CharsetDefault charset](#calibre_link-776) | svdh | X |
| Charset to translate into |
| [CharsetOptions option [option] ...](#calibre_link-777) | DebugLevel=0 NoImpl + | svdh | X |
| Configures charset translation behavior |
| [CharsetSourceEnc charset](#calibre_link-778) | svdh | X |
| Source charset of files |
| [CheckSpelling on|off](#calibre_link-513) | Off | svdh | E |
| Enables the spelling module |
| [ContentDigest On|Off](#calibre_link-779) | Off | svdh | C |
| 允许生成Content-MD5应答头 |
| [CookieDomain _domain_](#calibre_link-625) | svdh | E |
| The domain to which the tracking cookie applies |
| [CookieExpires _expiry-period_](#calibre_link-624) | svdh | E |
| Expiry time for the tracking cookie |
| [CookieLog filename](#calibre_link-780) | sv | B |
| 设定针对cookies的日志文件名 |
| [CookieName _token_](#calibre_link-628) | Apache | svdh | E |
| Name of the tracking cookie |
| [CookieStyle _Netscape|Cookie|Cookie2|RFC2109|RFC2965_](#calibre_link-626) | Netscape | svdh | E |
| Format of the cookie header field |
| [CookieTracking on|off](#calibre_link-627) | off | svdh | E |
| Enables tracking cookie |
| [CoreDumpDirectory directory](#calibre_link-470) | s | M |
| Apache使用的内核转储目录 |
| [CustomLog file|pipe format|nickname [env=[!]environment-variable]](#calibre_link-157) | sv | B |
| 设定日志的文件名和格式 |
| [Dav On|Off|provider-name](#calibre_link-781) | Off | d | E |
| Enable WebDAV HTTP methods |
| [DavDepthInfinity on|off](#calibre_link-782) | off | svd | E |
| Allow PROPFIND, Depth: Infinity requests |
| [DavGenericLockDB file-path](#calibre_link-589) | svd | E |
| Location of the DAV lock database |
| [DavLockDB file-path](#calibre_link-783) | sv | E |
| Location of the DAV lock database |
| [DavMinTimeout seconds](#calibre_link-784) | 0 | svd | E |
| Minimum amount of time the server holds a lock on a DAV resource |
| [DBDExptime time-in-seconds](#calibre_link-785) | sv | E |
| Keepalive time for idle connections |
| [DBDKeep number](#calibre_link-786) | sv | E |
| Maximum sustainednumber of connections |
| [DBDMax number](#calibre_link-787) | sv | E |
| Maximum number of connections |
| [DBDMin number](#calibre_link-788) | sv | E |
| Minimum number of connections |
| [DBDParams param1=value1[,param2=value2]](#calibre_link-789) | sv | E |
| Parameters for database connection |
| [DBDPersist 0|1](#calibre_link-790) | sv | E |
| Whether to use persistent connections |
| [DBDPrepareSQL "SQL statement" label](#calibre_link-791) | sv | E |
| Define an SQL prepared statement |
| [DBDriver name](#calibre_link-792) | sv | E |
| Specify an SQL driver |
| [DefaultIcon url-path](#calibre_link-636) | svdh | B |
| Icon to display for files when no specific icon is configured |
| [DefaultLanguage MIME-lang](#calibre_link-793) | svdh | B |
| 为所有文件设定特定的默认语言 |
| [DefaultType MIME-type](#calibre_link-351) | text/plain | svdh | C |
| 在服务器无法由其他方法确定内容类型时,发送的默认MIME内容类型 |
| [DeflateBufferSize value](#calibre_link-794) | 8096 | sv | E |
| 用于zlib一次压缩的片断大小(字节) |
| [DeflateCompressionLevel value](#calibre_link-795) | sv | E |
| 将输出内容压缩的程度 |
| [DeflateFilterNote [type] notename](#calibre_link-796) | sv | E |
| 在日志中放置压缩率标记 |
| [DeflateMemLevel value](#calibre_link-797) | 9 | sv | E |
| zlib在压缩时最多可以使用多少内存 |
| [DeflateWindowSize value](#calibre_link-798) | 15 | sv | E |
| Zlib压缩窗口(compression window)的大小 |
| [Deny from all|host|env=env-variable [host|env=env-variable] ...](#calibre_link-586) | dh | B |
| 控制哪些主机被禁止访问服务器 |
| [<Directory directory-path> ... </Directory>](#calibre_link-123) | sv | C |
| 封装一组指令,使之仅对文件空间中的某个目录及其子目录生效 |
| [DirectoryIndex local-url [local-url] ...](#calibre_link-555) | index.html | svdh | B |
| 当客户端请求一个目录时寻找的资源列表 |
| [<DirectoryMatch regex> ... </DirectoryMatch>](#calibre_link-336) | sv | C |
| 封装一些指令并作用于文件系统中匹配正则表达式的所有目录及其子目录 |
| [DirectorySlash On|Off](#calibre_link-799) | On | svdh | B |
| 打开或关闭目录结尾斜线(/)自动补全功能 |
| [DocumentRoot directory-path](#calibre_link-120) | /usr/local/apache/h + | sv | C |
| 组成网络上可见的主文档树的根目录 |
| [DumpIOInput On|Off](#calibre_link-800) | Off | s | E |
| 将所有输入的内容记录到错误日志中 |
| [DumpIOOutput On|Off](#calibre_link-801) | Off | s | E |
| 将所有输出的内容记录到错误日志中 |
| [EnableExceptionHook On|Off](#calibre_link-802) | Off | s | M |
| 在子进程崩溃以后启用一个钩子来运行异常处理程序 |
| [EnableMMAP On|Off](#calibre_link-605) | On | svdh | C |
| 在递送中使用内存映射(memory-mapping)来读取文件 |
| [EnableSendfile On|Off](#calibre_link-606) | On | svdh | C |
| 使用操作系统内核的sendfile支持来将文件发送到客户端 |
| [ErrorDocument error-code document](#calibre_link-240) | svdh | C |
| 当遇到错误的时候服务器将给客户端什么样的应答 |
| [ErrorLog file-path|syslog[:facility]](#calibre_link-471) | logs/error_log (Uni + | sv | C |
| 存放错误日志的位置 |
| [Example](#calibre_link-803) | svdh | X |
| Demonstration directive to illustrate the Apache module API |
| [ExpiresActive On|Off](#calibre_link-804) | svdh | E |
| 启用或禁用产生"Expires:"和"Cache-Control:"头的功能 |
| [ExpiresByType MIME-type <code>seconds](#calibre_link-805) | svdh | E |
| 由MIME类型配置的Expires头的值 |
| [ExpiresDefault <code>seconds](#calibre_link-806) | svdh | E |
| 默认有效期的计算方法 |
| [ExtendedStatus On|Off](#calibre_link-807) | Off | s | B |
| Keep track of extended status information for each request |
| [ExtFilterDefine filtername parameters](#calibre_link-587) | s | E |
| Define an external filter |
| [ExtFilterOptions option [option] ...](#calibre_link-601) | DebugLevel=0 NoLogS + | d | E |
| Configure `mod_ext_filter` options |
| [FileETag component ...](#calibre_link-808) | INode MTime Size | svdh | C |
| 用以创建ETag应答头的文件的属性 |
| [<Files filename> ... </Files>](#calibre_link-124) | svdh | C |
| 包含作用于匹配指定文件名的指令 |
| [<FilesMatch regex> ... </FilesMatch>](#calibre_link-446) | svdh | C |
| 包含作用于与正则表达式匹配的文件名的指令 |
| [FilterChain [+=-@!]filter-name ...](#calibre_link-64) | svdh | B |
| Configure the filter chain |
| [FilterDeclare filter-name [type]](#calibre_link-62) | svdh | B |
| Declare a smart filter |
| [FilterProtocol filter-name [provider-name] proto-flags](#calibre_link-65) | svdh | B |
| Deal with correct HTTP protocol handling |
| [FilterProvider filter-name provider-name [req|resp|env]=dispatch match](#calibre_link-63) | svdh | B |
| Register a content filter |
| [FilterTrace filter-name level](#calibre_link-809) | svd | B |
| Get debug/diagnostic information from `mod_filter` |
| [ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback]](#calibre_link-376) | Prefer | svdh | B |
| 指定无法匹配单个文档的情况下所采取的动作 |
| [ForceType MIME-type|None](#calibre_link-342) | dh | C |
| 强制所有匹配的文件被作为指定的MIME类型进行伺服 |
| [ForensicLog filename|pipe](#calibre_link-497) | sv | E |
| Sets filename of the forensic log |
| [GracefulShutDownTimeout seconds](#calibre_link-310) | s | M |
| 指定优雅停止服务器的超时秒数 |
| [Group unix-group](#calibre_link-591) | #-1 | s | M |
| 对请求提供服务的Apache子进程运行时的用户组 |
| [Header [condition] set|append|add|unset|echo header [value] [early|env=[!]variable]](#calibre_link-244) | svdh | E |
| 配置HTTP应答头 |
| [HeaderName filename](#calibre_link-638) | svdh | B |
| Name of the file that will be inserted at the top of the index listing |
| [HostnameLookups On|Off|Double](#calibre_link-493) | Off | svd | C |
| 启用对客户端IP的DNS查找 |
| [IdentityCheck On|Off](#calibre_link-810) | Off | svd | E |
| 启用对远端用户的RFC1413身份鉴定的日志 |
| [IdentityCheckTimeout seconds](#calibre_link-392) | 30 | svd | E |
| Determines the timeout duration for ident requests |
| [<IfDefine [!]parameter-name> ... </IfDefine>](#calibre_link-424) | svdh | C |
| 封装一组只有在启动时当测试结果为真时才生效的指令 |
| [<IfModule [!]module-file|module-identifier> ... </IfModule>](#calibre_link-447) | svdh | C |
| 封装指令并根据指定的模块是否启用为条件而决定是否进行处理 |
| [<IfVersion [[!]operator] version> ... </IfVersion>](#calibre_link-448) | svdh | E |
| contains version dependent configuration |
| [ImapBase map|referer|URL](#calibre_link-99) | http://servername/ | svdh | B |
| Default `base` for imagemap files |
| [ImapDefault error|nocontent|map|referer|URL](#calibre_link-100) | nocontent | svdh | B |
| Default action when an imagemap is called with coordinates that are not explicitly mapped |
| [ImapMenu none|formatted|semiformatted|unformatted](#calibre_link-101) | svdh | B |
| Action if no coordinates are given when calling an imagemap |
| [Include file-path|directory-path](#calibre_link-32) | svd | C |
| 在服务器配置文件中包含其它配置文件 |
| [IndexIgnore file [file] ...](#calibre_link-639) | svdh | B |
| Adds to the list of files to hide when listing a directory |
| [IndexOptions [+|-]option [[+|-]option] ...](#calibre_link-241) | svdh | B |
| Various configuration settings for directory indexing |
| [IndexOrderDefault Ascending|Descending Name|Date|Size|Description](#calibre_link-811) | Ascending Name | svdh | B |
| Sets the default ordering of the directory index |
| [IndexStyleSheet url-path](#calibre_link-812) | svdh | B |
| Adds a CSS stylesheet to the directory index |
| [ISAPIAppendLogToErrors on|off](#calibre_link-159) | off | svdh | B |
| 把ISAPI扩展的HSE_APPEND_LOG_PARAMETER请求记录在错误日志中 |
| [ISAPIAppendLogToQuery on|off](#calibre_link-158) | on | svdh | B |
| 把ISAPI扩展的HSE_APPEND_LOG_PARAMETER请求记录在查询域中 |
| [ISAPICacheFile file-path [file-path] ...](#calibre_link-156) | sv | B |
| 启动时载入的ISAPI动态连接库 |
| [ISAPIFakeAsync on|off](#calibre_link-813) | off | svdh | B |
| 为ISAPI回调模拟异步支持 |
| [ISAPILogNotSupported on|off](#calibre_link-814) | off | svdh | B |
| 记录ISAPI不支持的功能调用 |
| [ISAPIReadAheadBuffer size](#calibre_link-160) | 49152 | svdh | B |
| 传送到ISAPI扩展的预读缓冲区大小 |
| [KeepAlive On|Off](#calibre_link-50) | On | sv | C |
| 启用HTTP持久链接 |
| [KeepAliveTimeout seconds](#calibre_link-49) | 5 | sv | C |
| 持久链接中服务器在两次请求之间等待的秒数 |
| [LanguagePriority MIME-lang [MIME-lang] ...](#calibre_link-375) | svdh | B |
| 在客户端没有指示语言偏好的情况下,语言变体的优先级列表 |
| [LDAPCacheEntries number](#calibre_link-646) | 1024 | s | E |
| 主LDAP缓冲的最大条目数 |
| [LDAPCacheTTL seconds](#calibre_link-647) | 600 | s | E |
| search/bind缓冲项目有效时限 |
| [LDAPConnectionTimeout seconds](#calibre_link-815) | s | E |
| 指定套接字连接超时秒数 |
| [LDAPOpCacheEntries number](#calibre_link-648) | 1024 | s | E |
| LDAP compare缓冲区的大小 |
| [LDAPOpCacheTTL seconds](#calibre_link-649) | 600 | s | E |
| 操作缓冲有效时限 |
| [LDAPSharedCacheFile directory-path/filename](#calibre_link-816) | s | E |
| 设置共享内存缓冲区文件 |
| [LDAPSharedCacheSize bytes](#calibre_link-817) | 102400 | s | E |
| 共享内存缓冲区的字节大小 |
| [LDAPTrustedClientCert type directory-path/filename/nickname [password]](#calibre_link-651) | svdh | E |
| Sets the file containing or nickname referring to a per connection client certificate. Not all LDAP toolkits support per connection client certificates. |
| [LDAPTrustedGlobalCert type directory-path/filename [password]](#calibre_link-650) | s | E |
| Sets the file or database containing global trusted Certificate Authority or global client certificates |
| [LDAPTrustedMode type](#calibre_link-652) | svdh | E |
| Specifies the SSL/TLS mode to be used when connecting to an LDAP server. |
| [LDAPVerifyServerCert On|Off](#calibre_link-818) | On | s | E |
| Force server certificate verification |
| [<Limit method [method] ... > ... </Limit>](#calibre_link-642) | svdh | C |
| 仅对指定的HTTP方法进行访问控制 |
| [<LimitExcept method [method] ... > ... </LimitExcept>](#calibre_link-643) | svdh | C |
| 对除了指定方法以外的所有HTTP方法进行访问控制 |
| [LimitInternalRecursion number [number]](#calibre_link-819) | 10 | sv | C |
| 指定内部重定向和嵌套子请求的最大数量 |
| [LimitRequestBody bytes](#calibre_link-475) | 0 | svdh | C |
| 限制客户端发送的HTTP请求体的最大字节长度 |
| [LimitRequestFields number](#calibre_link-476) | 100 | s | C |
| 限制接受客户端请求中HTTP请求头域的数量 |
| [LimitRequestFieldsize bytes](#calibre_link-477) | s | C |
| 限制客户端发送的请求头的字节数 |
| [LimitRequestLine bytes](#calibre_link-478) | 8190 | s | C |
| 限制接受客户端发送的HTTP请求行的字节数 |
| [LimitXMLRequestBody bytes](#calibre_link-820) | 1000000 | svdh | C |
| 限制基于XML的请求体的大小 |
| [Listen [IP-address:]portnumber [protocol]](#calibre_link-41) | s | M |
| 服务器监听的IP地址和端口 |
| [ListenBacklog backlog](#calibre_link-665) | s | M |
| 半链接(pending connection)队列的最大长度 |
| [LoadFile _filename_ [_filename_] ...](#calibre_link-133) | s | E |
| 加载已命名的目标文件或库 |
| [LoadModule _module filename_](#calibre_link-132) | s | E |
| 加载目标文件或库,并将其添加到活动模块列表 |
| [<Location URL-path|URL> ... </Location>](#calibre_link-118) | sv | C |
| 将封装的指令作用于匹配的URL |
| [<LocationMatch regex> ... </LocationMatch>](#calibre_link-449) | sv | C |
| 将封装的指令作用于正则表达式匹配的URL |
| [LockFile filename](#calibre_link-472) | logs/accept.lock | s | M |
| 接受串行锁文件的位置 |
| [LogFormat format|nickname [nickname]](#calibre_link-277) | "%h %l %u %t \"%r\" + | sv | B |
| 定义访问日志的记录格式 |
| [LogLevel level](#calibre_link-25) | warn | sv | C |
| 控制错误日志的详细程度 |
| [MaxClients number](#calibre_link-604) | s | M |
| 允许同时伺服的最大接入请求数量 |
| [MaxKeepAliveRequests number](#calibre_link-51) | 100 | sv | C |
| 一个持久链接中允许的最大请求数量 |
| [MaxMemFree KBytes](#calibre_link-821) | 0 | s | M |
| 主内存分配程序在未调用free()的情况下允许持有的最大自由内存数量(KB) |
| [MaxRequestsPerChild number](#calibre_link-368) | 10000 | s | M |
| 每个子进程在其生存期内允许伺服的最大请求数量 |
| [MaxRequestsPerThread number](#calibre_link-822) | 0 | s | M |
| Limit on the number of requests that an individual thread will handle during its life |
| [MaxSpareServers number](#calibre_link-607) | 10 | s | M |
| 空闲子进程的最大数量 |
| [MaxSpareThreads number](#calibre_link-381) | s | M |
| 最大空闲线程数 |
| [MaxThreads number](#calibre_link-382) | 2048 | s | M |
| Set the maximum number of worker threads |
| [MCacheMaxObjectCount value](#calibre_link-823) | 1009 | s | E |
| 最大缓存对象数 |
| [MCacheMaxObjectSize bytes](#calibre_link-824) | 10000 | s | E |
| 缓存允许的最大文档大小(字节) |
| [MCacheMaxStreamingBuffer size_in_bytes](#calibre_link-825) | the smaller of 1000 + | s | E |
| 内存中允许缓冲的最大流式响应字节长度 |
| [MCacheMinObjectSize bytes](#calibre_link-826) | 0 | s | E |
| 允许缓存的最小文档大小(字节) |
| [MCacheRemovalAlgorithm LRU|GDSF](#calibre_link-827) | GDSF | s | E |
| 定义在需要时哪个文档被移出缓存的算法 |
| [MCacheSize KBytes](#calibre_link-828) | 100 | s | E |
| 缓存允许使用的最大内存量,以KB为单位 |
| [MetaDir directory](#calibre_link-829) | .web | svdh | E |
| Name of the directory to find CERN-style meta information files |
| [MetaFiles on|off](#calibre_link-830) | off | svdh | E |
| Activates CERN meta-file processing |
| [MetaSuffix suffix](#calibre_link-831) | .meta | svdh | E |
| File name suffix for the file containg CERN-style meta information |
| [MimeMagicFile file-path](#calibre_link-348) | sv | E |
| 使用特定的Magic文件激活根据文件内容确定文件MIME类型的功能 |
| [MinSpareServers number](#calibre_link-608) | 5 | s | M |
| 空闲子进程的最小数量 |
| [MinSpareThreads number](#calibre_link-380) | s | M |
| 最小空闲线程数 |
| [MMapFile file-path [file-path] ...](#calibre_link-28) | s | X |
| Map a list of files into memory at startup time |
| [ModMimeUsePathInfo On|Off](#calibre_link-832) | Off | d | B |
| 将path_info当成是文件名的一个组成部分 |
| [MultiviewsMatch Any|NegotiatedOnly|Filters|Handlers [Handlers|Filters]](#calibre_link-243) | NegotiatedOnly | svdh | B |
| 在使用MultiViews查询所匹配的文件时要包含的文件类型 |
| [NameVirtualHost addr[:port]](#calibre_link-37) | s | C |
| 为一个基于域名的虚拟主机指定一个IP地址(和端口) |
| [NoProxy host [host] ...](#calibre_link-414) | sv | E |
| 直接进行连接的主机/域/网络 |
| [NWSSLTrustedCerts filename [filename] ...](#calibre_link-386) | s | B |
| 附加的客户端证书列表 |
| [NWSSLUpgradeable [IP-address:]portnumber](#calibre_link-387) | s | B |
| 允许在请求中将一个连接升级为SSL连接 |
| [Options [+|-]option [[+|-]option] ...](#calibre_link-153) | All | svdh | C |
| 配置在特定目录中可以使用哪些特性 |
| [Order ordering](#calibre_link-641) | Deny,Allow | dh | B |
| 控制默认的访问状态与Allow和Deny指令生效的顺序 |
| [PassEnv env-variable [env-variable] ...](#calibre_link-583) | svdh | B |
| 传送shell中的环境变量 |
| [PidFile filename](#calibre_link-473) | logs/httpd.pid | s | M |
| 服务器用于记录父进程(监控进程)PID的文件 |
| [ProtocolEcho On|Off](#calibre_link-833) | sv | X |
| Turn the echo server on or off |
| [<Proxy wildcard-url> ...</Proxy>](#calibre_link-122) | sv | E |
| 应用于所代理资源的容器 |
| [ProxyBadHeader IsError|Ignore|StartBody](#calibre_link-834) | IsError | sv | E |
| 确定如何处理不合法的应答头 |
| [ProxyBlock *|word|host|domain [word|host|domain] ...](#calibre_link-412) | sv | E |
| 设置被代理屏蔽的语句、主机、域 |
| [ProxyDomain Domain](#calibre_link-415) | sv | E |
| 代理请求的默认域名 |
| [ProxyErrorOverride On|Off](#calibre_link-835) | Off | sv | E |
| 覆盖代理内容的错误页 |
| [ProxyIOBufferSize bytes](#calibre_link-836) | 8192 | sv | E |
| 内部缓冲区大小 |
| [<ProxyMatch regex> ...</ProxyMatch>](#calibre_link-450) | sv | E |
| 应用于匹配正则表达式的代理资源的容器 |
| [ProxyMaxForwards number](#calibre_link-837) | 10 | sv | E |
| 转发请求的最大代理数目 |
| [ProxyPass [path] !|url [key=value key=value ...]]](#calibre_link-411) | svd | E |
| 将一个远端服务器映射到本地服务器的URL空间中 |
| [ProxyPassReverse [path] url](#calibre_link-421) | svd | E |
| 调整由反向代理服务器发送的HTTP应答头中的URL |
| [ProxyPassReverseCookieDomain internal-domain public-domain](#calibre_link-514) | svd | E |
| Adjusts the Domain string in Set-Cookie headers from a reverse- proxied server |
| [ProxyPassReverseCookiePath internal-path public-path](#calibre_link-515) | svd | E |
| Adjusts the Path string in Set-Cookie headers from a reverse- proxied server |
| [ProxyPreserveHost On|Off](#calibre_link-670) | Off | sv | E |
| 使用进入的HTTP请求头来发送代理请求 |
| [ProxyReceiveBufferSize bytes](#calibre_link-838) | 0 | sv | E |
| 代理HTTP和FTP连接的接收缓冲区大小(字节) |
| [ProxyRemote match remote-server](#calibre_link-413) | sv | E |
| 用于处理某些特定请求的远端代理 |
| [ProxyRemoteMatch regex remote-server](#calibre_link-839) | sv | E |
| 处理匹配正则表达式的请求的远端代理 |
| [ProxyRequests On|Off](#calibre_link-407) | Off | sv | E |
| 启用正向(标准)代理请求 |
| [ProxyTimeout seconds](#calibre_link-840) | 300 | sv | E |
| 代理请求的网络超时 |
| [ProxyVia On|Off|Full|Block](#calibre_link-841) | Off | sv | E |
| 控制代理对Via应答头的使用 |
| [ReadmeName filename](#calibre_link-640) | svdh | B |
| Name of the file that will be inserted at the end of the index listing |
| [ReceiveBufferSize bytes](#calibre_link-842) | 0 | s | M |
| TCP接收缓冲区大小(字节) |
| [Redirect [status] URL-path URL](#calibre_link-443) | svdh | B |
| 发送一个外部重定向使客户端重定向到一个不同的URL |
| [RedirectMatch [status] regex URL](#calibre_link-516) | svdh | B |
| 基于正则表达式匹配对当前的URL发送一个外部重定向 |
| [RedirectPermanent URL-path URL](#calibre_link-843) | svdh | B |
| 发送一个外部永久重定向使客户端重定向到一个不同的URL |
| [RedirectTemp URL-path URL](#calibre_link-844) | svdh | B |
| 发送一个外部临时重定向使客户端重定向到一个不同的URL |
| [RemoveCharset extension [extension] ...](#calibre_link-845) | vdh | B |
| 删除任何给定的扩展名与内容字符集之间的关联 |
| [RemoveEncoding extension [extension] ...](#calibre_link-846) | vdh | B |
| 删除任何给定的扩展名与内容编码方式之间的关联 |
| [RemoveHandler extension [extension] ...](#calibre_link-595) | vdh | B |
| 删除任何指定扩展名与处理器之间的关联 |
| [RemoveInputFilter extension [extension] ...](#calibre_link-349) | vdh | B |
| 删除指定扩展名与输入过滤器之间的关联 |
| [RemoveLanguage extension [extension] ...](#calibre_link-847) | vdh | B |
| 删除指定的扩展名与内容语言之间的关联 |
| [RemoveOutputFilter extension [extension] ...](#calibre_link-350) | vdh | B |
| 删除指定扩展名与输出过滤器之间的关联 |
| [RemoveType extension [extension] ...](#calibre_link-848) | vdh | B |
| 删除指定扩展名与内容类型之间的关联 |
| [RequestHeader set|append|add|unset header [value] [early|env=[!]variable]](#calibre_link-623) | svdh | E |
| 配置HTTP请求头 |
| [Require entity-name [entity-name] ...](#calibre_link-314) | dh | C |
| 指定哪些认证用户允许访问该资源 |
| [RewriteBase _URL-path_](#calibre_link-631) | dh | E |
| Sets the base URL for per-directory rewrites |
| [RewriteCond _TestString_ _CondPattern_](#calibre_link-489) | svdh | E |
| Defines a condition under which rewriting will take place |
| [RewriteEngine on|off](#calibre_link-629) | off | svdh | E |
| Enables or disables runtime rewriting engine |
| [RewriteLock _file-path_](#calibre_link-488) | s | E |
| Sets the name of the lock file used for `RewriteMap` synchronization |
| [RewriteLog _file-path_](#calibre_link-498) | sv | E |
| Sets the name of the file used for logging rewrite engine processing |
| [RewriteLogLevel _Level_](#calibre_link-499) | 0 | sv | E |
| Sets the verbosity of the log file used by the rewrite engine |
| [RewriteMap _MapName_ _MapType_:_MapSource_](#calibre_link-317) | sv | E |
| Defines a mapping function for key-lookup |
| [RewriteOptions Options](#calibre_link-630) | svdh | E |
| Sets some special options for the rewrite engine |
| [RewriteRule _Pattern_ _Substitution_](#calibre_link-334) | svdh | E |
| Defines rules for the rewriting engine |
| [RLimitCPU seconds|max [seconds|max]](#calibre_link-479) | svdh | C |
| 限制Apache子进程派生的进程占用CPU的最大秒数 |
| [RLimitMEM bytes|max [bytes|max]](#calibre_link-480) | svdh | C |
| 限制由Apache子进程派生的进程占用的最大内存字节数 |
| [RLimitNPROC number|max [number|max]](#calibre_link-481) | svdh | C |
| 限制由Apache子进程派生的进程所派生的进程数目 |
| [Satisfy Any|All](#calibre_link-644) | All | dh | C |
| 主机级别的访问控制和用户认证之间的相互关系 |
| [ScoreBoardFile file-path](#calibre_link-474) | logs/apache_status | s | M |
| 存储子进程协调数据(coordination data)的文件 |
| [Script method cgi-script](#calibre_link-849) | svd | B |
| 对特定的请求方法激活一个CGI脚本 |
| [ScriptAlias URL-path file-path|directory-path](#calibre_link-219) | sv | B |
| 映射一个URL到文件系统并视之为CGI脚本 |
| [ScriptAliasMatch regex file-path|directory-path](#calibre_link-518) | sv | B |
| 使用正则表达式映射一个URL到文件系统并视之为CGI脚本 |
| [ScriptInterpreterSource Registry|Registry-Strict|Script](#calibre_link-371) | Script | svdh | C |
| 定位CGI脚本解释器 |
| [ScriptLog file-path](#calibre_link-500) | sv | B |
| CGI脚本错误日志文件的位置 |
| [ScriptLogBuffer bytes](#calibre_link-501) | 1024 | sv | B |
| 记入日志文件的PUT或POST请求头的最大数量 |
| [ScriptLogLength bytes](#calibre_link-502) | 10385760 | sv | B |
| 日志文件的大小限制(字节) |
| [ScriptSock file-path](#calibre_link-850) | logs/cgisock | sv | B |
| 用来与CGI守护进程通信的套接字文件名前缀 |
| [SecureListen [IP-address:]portnumber Certificate-Name [MUTUAL]](#calibre_link-385) | s | B |
| 在指定端口启用SSL加密 |
| [SendBufferSize bytes](#calibre_link-851) | 0 | s | M |
| TCP发送缓冲区大小(字节) |
| [ServerAdmin email-address|URL](#calibre_link-45) | sv | C |
| 服务器返回给客户端的错误信息中包含的管理员邮件地址 |
| [ServerAlias hostname [hostname] ...](#calibre_link-44) | v | C |
| 匹配一个基于域名的虚拟主机的别名 |
| [ServerLimit number](#calibre_link-666) | s | M |
| 服务器允许配置的进程数上限 |
| [ServerName fully-qualified-domain-name[:port]](#calibre_link-42) | sv | C |
| 服务器用于辨识自己的主机名和端口号 |
| [ServerPath URL-path](#calibre_link-43) | v | C |
| 为兼容性不好的浏览器访问基于域名的虚拟主机保留的URL路径名 |
| [ServerRoot directory-path](#calibre_link-131) | /usr/local/apache | s | C |
| 安装服务器的基础目录 |
| [ServerSignature On|Off|EMail](#calibre_link-467) | Off | svdh | C |
| 配置服务器生成页面的页脚 |
| [ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full](#calibre_link-468) | Full | s | C |
| 配置"Server:"应答头 |
| [SetEnv env-variable value](#calibre_link-416) | svdh | B |
| 设置环境变量 |
| [SetEnvIf _attribute regex [!]env-variable_[=_value_] [[!]_env-variable_[=_value_]] ...](#calibre_link-208) | svdh | B |
| 根据客户端请求属性设置环境变量 |
| [SetEnvIfNoCase _attribute regex [!]env-variable_[=_value_] [[!]_env-variable_[=_value_]] ...](#calibre_link-505) | svdh | B |
| 根据大小写无关的客户端请求属性设置环境变量 |
| [SetHandler handler-name|None](#calibre_link-97) | svdh | C |
| 强制所有匹配的文件被一个指定的处理器处理 |
| [SetInputFilter filter[;filter...]](#calibre_link-343) | svdh | C |
| 设置处理客户端请求和POST输入时使用的过滤器 |
| [SetOutputFilter filter[;filter...]](#calibre_link-23) | svdh | C |
| 设置用于处理服务器输出应答的过滤器 |
| [SSIEndTag tag](#calibre_link-571) | "-->" | sv | B |
| String that ends an include element |
| [SSIErrorMsg message](#calibre_link-567) | "[an error occurred + | svdh | B |
| Error message displayed when there is an SSI error |
| [SSIStartTag tag](#calibre_link-570) | "<!--#" | sv | B |
| String that starts an include element |
| [SSITimeFormat formatstring](#calibre_link-852) | "%A, %d-%b-%Y %H:%M + | svdh | B |
| Configures the format in which date strings are displayed |
| [SSIUndefinedEcho string](#calibre_link-566) | "(none)" | svdh | B |
| String displayed when an unset variable is echoed |
| [SSLCACertificateFile _file-path_](#calibre_link-853) | sv | E |
| File of concatenated PEM-encoded CA Certificates for Client Auth |
| [SSLCACertificatePath _directory-path_](#calibre_link-854) | sv | E |
| Directory of PEM-encoded CA Certificates for Client Auth |
| [SSLCADNRequestFile _file-path_](#calibre_link-855) | sv | E |
| File of concatenated PEM-encoded CA Certificates for defining acceptable CA names |
| [SSLCADNRequestPath _directory-path_](#calibre_link-856) | sv | E |
| Directory of PEM-encoded CA Certificates for defining acceptable CA names |
| [SSLCARevocationFile _file-path_](#calibre_link-857) | sv | E |
| File of concatenated PEM-encoded CA CRLs for Client Auth |
| [SSLCARevocationPath _directory-path_](#calibre_link-858) | sv | E |
| Directory of PEM-encoded CA CRLs for Client Auth |
| [SSLCertificateChainFile _file-path_](#calibre_link-194) | sv | E |
| File of PEM-encoded Server CA Certificates |
| [SSLCertificateFile _file-path_](#calibre_link-192) | sv | E |
| Server PEM-encoded X.509 Certificate file |
| [SSLCertificateKeyFile _file-path_](#calibre_link-193) | sv | E |
| Server PEM-encoded Private Key file |
| [SSLCipherSuite _cipher-spec_](#calibre_link-144) | ALL:!ADH:RC4+RSA:+H + | svdh | E |
| Cipher Suite available for negotiation in SSL handshake |
| [SSLCryptoDevice _engine_](#calibre_link-859) | builtin | s | E |
| Enable use of a cryptographic hardware accelerator |
| [SSLEngine on|off|optional](#calibre_link-860) | off | sv | E |
| SSL Engine Operation Switch |
| [SSLHonorCiperOrder _flag_](#calibre_link-861) | sv | E |
| Option to prefer the server's cipher preference order |
| [SSLMutex _type_](#calibre_link-862) | none | s | E |
| Semaphore for internal mutual exclusion of operations |
| [SSLOptions [+|-]_option_ ...](#calibre_link-863) | svdh | E |
| Configure various SSL engine run-time options |
| [SSLPassPhraseDialog _type_](#calibre_link-864) | builtin | s | E |
| Type of pass phrase dialog for encrypted private keys |
| [SSLProtocol [+|-]_protocol_ ...](#calibre_link-865) | all | sv | E |
| Configure usable SSL protocol flavors |
| [SSLProxyCACertificateFile _file-path_](#calibre_link-866) | sv | E |
| File of concatenated PEM-encoded CA Certificates for Remote Server Auth |
| [SSLProxyCACertificatePath _directory-path_](#calibre_link-867) | sv | E |
| Directory of PEM-encoded CA Certificates for Remote Server Auth |
| [SSLProxyCARevocationFile _file-path_](#calibre_link-868) | sv | E |
| File of concatenated PEM-encoded CA CRLs for Remote Server Auth |
| [SSLProxyCARevocationPath _directory-path_](#calibre_link-869) | sv | E |
| Directory of PEM-encoded CA CRLs for Remote Server Auth |
| [SSLProxyCipherSuite _cipher-spec_](#calibre_link-870) | ALL:!ADH:RC4+RSA:+H + | svdh | E |
| Cipher Suite available for negotiation in SSL proxy handshake |
| [SSLProxyEngine on|off](#calibre_link-871) | off | sv | E |
| SSL Proxy Engine Operation Switch |
| [SSLProxyMachineCertificateFile _filename_](#calibre_link-872) | s | E |
| File of concatenated PEM-encoded client certificates and keys to be used by the proxy |
| [SSLProxyMachineCertificatePath _directory_](#calibre_link-873) | s | E |
| Directory of PEM-encoded client certificates and keys to be used by the proxy |
| [SSLProxyProtocol [+|-]_protocol_ ...](#calibre_link-874) | all | sv | E |
| Configure usable SSL protocol flavors for proxy usage |
| [SSLProxyVerify _level_](#calibre_link-875) | none | svdh | E |
| Type of remote server Certificate verification |
| [SSLProxyVerifyDepth _number_](#calibre_link-876) | 1 | svdh | E |
| Maximum depth of CA Certificates in Remote Server Certificate verification |
| [SSLRandomSeed _context_ _source_ [_bytes_]](#calibre_link-169) | s | E |
| Pseudo Random Number Generator (PRNG) seeding source |
| [SSLRequire _expression_](#calibre_link-150) | dh | E |
| Allow access only when an arbitrarily complex boolean expression is true |
| [SSLRequireSSL](#calibre_link-877) | dh | E |
| Deny access when SSL is not used for the HTTP request |
| [SSLSessionCache _type_](#calibre_link-207) | none | s | E |
| Type of the global/inter-process SSL Session Cache |
| [SSLSessionCacheTimeout _seconds_](#calibre_link-878) | 300 | sv | E |
| Number of seconds before an SSL session expires in the Session Cache |
| [SSLUserName _varname_](#calibre_link-879) | sdh | E |
| Variable name to determine user name |
| [SSLVerifyClient _level_](#calibre_link-880) | none | svdh | E |
| Type of Client Certificate verification |
| [SSLVerifyDepth _number_](#calibre_link-881) | 1 | svdh | E |
| Maximum depth of CA Certificates in Client Certificate verification |
| [StartServers number](#calibre_link-609) | s | M |
| 服务器启动时建立的子进程数 |
| [StartThreads number](#calibre_link-379) | s | M |
| 服务器启动时建立的线程数 |
| [SuexecUserGroup _User Group_](#calibre_link-580) | sv | E |
| 运行CGI程序的用户和组 |
| [ThreadLimit number](#calibre_link-667) | s | M |
| 每个子进程可配置的线程数上限 |
| [ThreadsPerChild number](#calibre_link-369) | s | M |
| 每个子进程建立的线程数 |
| [ThreadStackSize size](#calibre_link-383) | s | M |
| 处理客户端连接的线程使用的栈尺寸(字节) |
| [TimeOut seconds](#calibre_link-48) | 300 | s | C |
| 服务器在断定请求失败前等待的秒数 |
| [TraceEnable [on|off|extended]](#calibre_link-882) | on | s | C |
| 确定如何处理TRACE请求 |
| [TransferLog file|pipe](#calibre_link-276) | sv | B |
| 指定日志文件的位置 |
| [TypesConfig file-path](#calibre_link-340) | conf/mime.types | s | B |
| 指定mime.types文件的位置 |
| [UnsetEnv env-variable [env-variable] ...](#calibre_link-584) | svdh | B |
| 删除一个环境变量 |
| [UseCanonicalName On|Off|DNS](#calibre_link-102) | Off | svd | C |
| 配置服务器如何确定它自己的域名和端口 |
| [UseCanonicalPhysicalPort On|Off](#calibre_link-469) | Off | svd | C |
| 配置服务器如何确定自己的名字和端口 |
| [User unix-userid](#calibre_link-168) | #-1 | s | M |
| 实际服务于请求的子进程运行时的用户 |
| [UserDir _directory-filename_](#calibre_link-221) | sv | B |
| 用户网站目录的位置 |
| [VirtualDocumentRoot _interpolated-directory_|none](#calibre_link-676) | none | sv | E |
| 对于给定的基于名称的虚拟主机动态配置根文档目录 |
| [VirtualDocumentRootIP _interpolated-directory_|none](#calibre_link-675) | none | sv | E |
| 对于给定的基于IP的虚拟主机动态配置根文档目录 |
| [<VirtualHost addr[:port] [addr[:port]] ...> ... </VirtualHost>](#calibre_link-40) | s | C |
| 包含仅作用于指定主机名或IP地址的指令 |
| [VirtualScriptAlias _interpolated-directory_|none](#calibre_link-677) | none | sv | E |
| 对于给定的基于名称的虚拟主机动态配置CGI目录 |
| [VirtualScriptAliasIP _interpolated-directory_|none](#calibre_link-883) | none | sv | E |
| 对于给定的基于IP的虚拟主机动态配置CGI目录 |
| [Win32DisableAcceptEx](#calibre_link-884) | s | M |
| 使用accept()代替AcceptEx()接受网络链接 |
| [XBitHack on|off|full](#calibre_link-285) | off | svdh | B |
| Parse SSI directives in files with the execute bit set |
## 致谢
本手册是在原来尚未完成的“Apache 2.0手册中文版翻译项目”的基础上,根据新的 Apache 2.2 文档进行修订、更新、补充的结果,没有他们之前辛勤劳动积累的成果,单靠一人之力是很难完成的[目前尚有部分未翻译]。所以首先应当感谢哪个项目的各位自愿者:kajaa 、biAji 、fei 、suncjs 、Daniel 、flytosea 、forehead 。
感谢[LinuxFans.Org](http://www.linuxfans.org/nuke/index.php)上热心的 sejishikong 兄提供网络空间[网通]。
感谢[LinuxSir.Org](http://www.linuxsir.org/bbs/index.php)上热心的 bingzhou 兄提供网络空间[电信]。
感谢热心的 乔章池 兄制作 chm 和 pdf 版本。
## 译者声明
* 由于译者水平有限,因此不能保证译文准确无误,请在使用中自行鉴别。
* 本手册虽然不是软件,但是本着[GPL](http://www.fsf.org/licensing/licenses/gpl.html)的精神发布。
* 中译版每个页面的版权分别属于每个页面的译者。
* 任何人都可以自由使用、分发、转载,包括对本文档进行各种商业性的或是非商业性的复制和再分发,但必须保留译者署名,亦不得对声明中的任何条款作任何形式的修改,也不得附加任何其它的条件。
* 您可以自由链接、下载、传播此文档,或者放置在您的网站上,甚至作为产品的一部分发行。但前提是必须保证全文完整转载,包括完整的版权信息和作译者声明。这里“完整”的含义是,不能进行任何删除/增添/注解。若有删除/增添/注解,必须逐段明确声明那些部分并非本文档的一部分。
## 最新版本
译者将会不定期的根据用户提交的修改意见以及官方手册进行更新,最新的版本可以在如下位置获得:
* 电信用户请访问:[Apache 2.2 中文手册](http://lamp.linux.gov.cn/Apache/ApacheMenu/index.html) [http://lamp.linux.gov.cn/Apache/ApacheMenu/index.html](http://lamp.linux.gov.cn/Apache/ApacheMenu/index.html)
* 网通用户请访问:[Apache 2.2 中文手册](http://www.dogdoghome.com/lamp/Apache/ApacheMenu/index.html) [http://www.dogdoghome.com/lamp/Apache/ApacheMenu/index.html](http://www.dogdoghome.com/lamp/Apache/ApacheMenu/index.html)
打包下载:
* 电信用户:[rar](http://lamp.linux.gov.cn/Apache/ApacheMenu_zh_CN.rar) [bz2](http://lamp.linux.gov.cn/Apache/ApacheMenu_zh_CN.tar.bz2) [zip](http://lamp.linux.gov.cn/Apache/ApacheMenu_zh_CN.zip) [pdf](http://lamp.linux.gov.cn/Apache/ApacheMenu_zh_CN.pdf) [chm](http://lamp.linux.gov.cn/Apache/ApacheMenu_zh_CN.chm)
* 网通用户:[rar](http://www.dogdoghome.com/lamp/Apache/ApacheMenu_zh_CN.rar) [bz2](http://www.dogdoghome.com/lamp/Apache/ApacheMenu_zh_CN.tar.bz2) [zip](http://www.dogdoghome.com/lamp/Apache/ApacheMenu_zh_CN.zip) [pdf](http://www.dogdoghome.com/lamp/Apache/ApacheMenu_zh_CN.pdf) [chm](http://www.dogdoghome.com/lamp/Apache/ApacheMenu_zh_CN.chm)
## 招募自愿者
一方面由于译者水平有限,不可能精通Apache的所有方面,为了保证翻译质量,某些不熟悉的章节不敢冒然翻译;另一方面由于译者人数有限、精力也有限,单靠一人或寥寥数人之力很难完成所有内容。但是“众人拾柴火焰高”,我们期待翻译作风严谨、热爱开源的兄弟姐妹加入到这个项目中来,为促进Apache的应用和开源运动在中国的发展尽上一份绵薄之力。同时也了却原2.0项目组的夙愿。
除此以外,如果你发现了已经完成的译文中有错误,也请您指出,哪怕是错别字也好,任何提高译文质量的建议我们都将虚心接纳。
如果你希望加入这个队伍,或者发现译文中有错误,请与[金步国](mailto:csfrank@citiz.net)联系,QQ:70171448 ;MSN:csfrank122@hotmail.com
目前的译者队伍如下:
* [金步国](mailto:csfrank@citiz.net)
## 译者的其他作品
本手册的译者都是热爱开源的兄弟姐妹,都十分愿意与他人共享劳动成果,如果你对他们的其他翻译作品或者技术文章有兴趣,可以在如下两个位置查看现有作品的列表(随时更新):
* 电信用户请访问:[作品列表](http://lamp.linux.gov.cn/index.html)
* 网通用户请访问:[作品列表](http://www.dogdoghome.com/lamp/index.html)
- Apache HTTP Server Version 2.2 文档 [最后更新:2006年3月21日]
- 版本说明
- 从1.3升级到2.0
- 从2.0升级到2.2
- Apache 2.2 新特性概述
- Apache 2.0 新特性概述
- The Apache License, Version 2.0
- 参考手册
- 编译与安装
- 启动Apache
- 停止和重启
- 配置文件
- 配置段(容器)
- 缓冲指南
- 服务器全局配置
- 日志文件
- 从URL到文件系统的映射
- 安全方面的提示
- 动态共享对象(DSO)支持
- 内容协商
- 自定义错误响应
- 地址和端口的绑定(Binding)
- 多路处理模块
- Apache的环境变量
- Apache处理器的使用
- 过滤器(Filter)
- suEXEC支持
- 性能方面的提示
- URL重写指南
- Apache虚拟主机文档
- 基于主机名的虚拟主机
- 基于IP地址的虚拟主机
- 大批量虚拟主机的动态配置
- 虚拟主机示例
- 深入研究虚拟主机的匹配
- 文件描述符限制
- 关于DNS和Apache
- 常见问题
- 经常问到的问题
- Apache的SSL/TLS加密
- SSL/TLS高强度加密:绪论
- SSL/TLS高强度加密:兼容性
- SSL/TLS高强度加密:如何...?
- SSL/TLS Strong Encryption: FAQ
- 如何.../指南
- 认证、授权、访问控制
- CGI动态页面
- 服务器端包含入门
- .htaccess文件
- 用户网站目录
- 针对特定平台的说明
- 在Microsoft Windows中使用Apache
- 在Microsoft Windows上编译Apache
- Using Apache With Novell NetWare
- Running a High-Performance Web Server on HPUX
- The Apache EBCDIC Port
- 服务器和支持程序
- httpd - Apache超文本传输协议服务器
- ab - Apache HTTP服务器性能测试工具
- apachectl - Apache HTTP服务器控制接口
- apxs - Apache 扩展工具
- configure - 配置源代码树
- dbmmanage - 管理DBM格式的用户认证文件
- htcacheclean - 清理磁盘缓冲区
- htdbm - 操作DBM密码数据库
- htdigest - 管理用于摘要认证的用户文件
- httxt2dbm - 生成RewriteMap指令使用的dbm文件
- htpasswd - 管理用于基本认证的用户文件
- logresolve - 解析Apache日志中的IP地址为主机名
- rotatelogs - 滚动Apache日志的管道日志程序
- suexec - 在执行外部程序之前切换用户
- 其他程序
- 杂项文档
- 与Apache相关的标准
- Apache模块
- 描述模块的术语
- 描述指令的术语
- Apache核心(Core)特性
- Apache MPM 公共指令
- Apache MPM beos
- Apache MPM event
- Apache MPM netware
- Apache MPM os2
- Apache MPM prefork
- Apache MPM winnt
- Apache MPM worker
- Apache模块 mod_actions
- Apache模块 mod_alias
- Apache模块 mod_asis
- Apache模块 mod_auth_basic
- Apache模块 mod_auth_digest
- Apache模块 mod_authn_alias
- Apache模块 mod_authn_anon
- Apache模块 mod_authn_dbd
- Apache模块 mod_authn_dbm
- Apache模块 mod_authn_default
- Apache模块 mod_authn_file
- Apache模块 mod_authnz_ldap
- Apache模块 mod_authz_dbm
- Apache模块 mod_authz_default
- Apache模块 mod_authz_groupfile
- Apache模块 mod_authz_host
- Apache模块 mod_authz_owner
- Apache模块 mod_authz_user
- Apache模块 mod_autoindex
- Apache模块 mod_cache
- Apache模块 mod_cern_meta
- Apache模块 mod_cgi
- Apache模块 mod_cgid
- Apache模块 mod_charset_lite
- Apache模块 mod_dav
- Apache模块 mod_dav_fs
- Apache模块 mod_dav_lock
- Apache模块 mod_dbd
- Apache模块 mod_deflate
- Apache模块 mod_dir
- Apache模块 mod_disk_cache
- Apache模块 mod_dumpio
- Apache模块 mod_echo
- Apache模块 mod_env
- Apache模块 mod_example
- Apache模块 mod_expires
- Apache模块 mod_ext_filter
- Apache模块 mod_file_cache
- Apache模块 mod_filter
- Apache模块 mod_headers
- Apache模块 mod_ident
- Apache模块 mod_imagemap
- Apache模块 mod_include
- Apache模块 mod_info
- Apache模块 mod_isapi
- Apache模块 mod_ldap
- Apache模块 mod_log_config
- Apache模块 mod_log_forensic
- Apache模块 mod_logio
- Apache模块 mod_mem_cache
- Apache模块 mod_mime
- Apache模块 mod_mime_magic
- Apache模块 mod_negotiation
- Apache模块 mod_nw_ssl
- Apache模块 mod_proxy
- Apache模块 mod_proxy_ajp
- Apache模块 mod_proxy_balancer
- Apache模块 mod_proxy_connect
- Apache模块 mod_proxy_ftp
- Apache模块 mod_proxy_http
- Apache模块 mod_rewrite
- Apache模块 mod_setenvif
- Apache模块 mod_so
- Apache模块 mod_speling
- Apache模块 mod_ssl
- Apache模块 mod_status
- Apache模块 mod_suexec
- Apache模块 mod_unique_id
- Apache模块 mod_userdir
- Apache模块 mod_usertrack
- Apache模块 mod_version
- Apache模块 mod_vhost_alias
- Developer Documentation for Apache 2.0
- Apache 1.3 API notes
- Debugging Memory Allocation in APR
- Documenting Apache 2.0
- Apache 2.0 Hook Functions
- Converting Modules from Apache 1.3 to Apache 2.0
- Request Processing in Apache 2.0
- How filters work in Apache 2.0
- Apache 2.0 Thread Safety Issues
- 词汇和索引
- 词汇表
- 指令索引
- 指令速查
- 模块索引
- 站点导航