<-
Apache > HTTP服务器 > 文档 > V2.0

模块索引

以下是Apache发行版中所有模块的列表。字母顺序列表参见指令索引和稍微详细一点的指令速查
另外还有描述指令的术语描述模块的术语以供参考。

top

核心功能和多路处理模块

core
Apache HTTP服务器核心提供的功能
mpm_common
收集了被多个多路处理模块(MPM)实现的公共指令。
beos
This Multi-Processing Module is optimized for BeOS.
leader
一个标准workerMPM的实验性变种。
mpm_netware
Multi-Processing Module implementing an exclusively threaded web server optimized for Novell NetWare
mpmt_os2
Hybrid multi-process, multi-threaded MPM for OS/2
perchild
线程型的MPM,允许每个不同的子进程中包含多个线程,并且每个子进程以不同的UID身份运行。
prefork
一个非线程型的、预派生的MPM
threadpool
另一个标准workerMPM的实验性变种。
mpm_winnt
用于Windows NT/2000/XP/2003 系列的MPM
worker
线程型的MPM,实现了一个混合的多线程多处理MPM,允许一个子进程中包含多个线程。
top

Other Modules

 A  |  C  |  D  |  E  |  F  |  H  |  I  |  L  |  M  |  N  |  P  |  R  |  S  |  U  |  V 

mod_access
基于客户端主机名、IP地址或者客户端请求的其他特征的访问控制。
mod_actions
基于媒体类型或请求方法,为执行CGI脚本而提供。
mod_alias
提供从文件系统的不同部分到文档树的映射和URL重定向。
mod_asis
发送包含自己HTTP报头内容的文件。
mod_auth
使用存储在文本文件中的用户名和密码来执行基本的用户认证。
mod_auth_anon
Allows "anonymous" user access to authenticated areas
mod_auth_dbm
Provides for user authentication using DBM files
mod_auth_digest
使用MD5摘要认证(更安全,但是只有最新的浏览器才支持)。
mod_auth_ldap
Allows an LDAP directory to be used to store the database for HTTP Basic authentication.
mod_autoindex
自动对目录中的内容生成列表,类似于"ls"或"dir"命令。
mod_cache
基于URI的键的内容动态缓存(内存或磁盘)。
mod_cern_meta
CERN httpd metafile semantics
mod_cgi
在非线程型的MPM(prefork)上提供对CGI脚本执行的支持。
mod_cgid
在线程型的MPM(workerperchild)上用一个外部CGI守护进程执行CGI脚本。
mod_charset_lite
Specify character set translation or recoding
mod_dav
Distributed Authoring and Versioning(WebDAV) functionality
mod_dav_fs
filesystem provider for mod_dav
mod_deflate
在将内容发送给客户端之前进行压缩
mod_dir
将指向目录的URL映射到一个索引文件。
mod_disk_cache
基于URI键的内容缓存(磁盘)。
mod_dumpio
将所有输入/输出的内容记录到错误日志中。
mod_echo
A simple echo server to illustrate protocol modules
mod_env
允许Apache修改或清除传送到CGI脚本和SSI页面的环境变量。
mod_example
Illustrates the Apache module API
mod_expires
允许通过配置文件控制HTTP的"Expires:"和"Cache-Control:"头内容。
mod_ext_filter
Pass the response body through an external program before delivery to the client
mod_file_cache
提供文件描述符缓存支持,从而提高Apache性能。
mod_headers
允许通过配置文件控制任意的HTTP请求和应答头。
mod_imap
Server-side imagemap processing
mod_include
实现服务端包含文档(SSI)处理。
mod_info
生成Apache配置情况的Web页面。
mod_isapi
Apache内置的Windows ISAPI扩展
mod_ldap
为其它LDAP模块提供LDAP连接池和结果缓冲服务。
mod_log_config
允许记录日志和定制日志文件格式。
mod_log_forensic
Forensic Logging of the requests made to the server
mod_logio
对每个请求的输入、输出字节数进行日志记录。
mod_mem_cache
基于URI键的内容缓存(内存)。
mod_mime
根据文件扩展名决定应答的行为(处理器/过滤器)和内容(MIME类型/语言/字符集/编码)。
mod_mime_magic
通过读取部分文件内容自动猜测文件的MIME类型。
mod_negotiation
提供内容协商支持。
mod_nw_ssl
在NetWare上启用SSL加密。
mod_proxy
提供HTTP/1.1的代理/网关功能支持。
mod_proxy_connect
mod_proxy的扩展,用以处理连接请求。
mod_proxy_ftp
mod_proxy的FTP支持模块。
mod_proxy_http
mod_proxy的HTTP支持模块。
mod_rewrite
一个基于一定规则的实时重写URL请求的引擎。
mod_setenvif
根据客户端请求的属性设置环境变量。
mod_so
允许启动和重启时加载DSO模块。
mod_speling
Attempts to correct mistaken URLs that users might have entered by ignoring capitalization and by allowing up to one misspelling
mod_ssl
使用安全套接字层(SSL)和传输层安全(TLS)协议实现高强度加密传输。
mod_status
生成服务器状态的Web页面。
mod_suexec
使CGI程序以特定的UID和GID运行。
mod_unique_id
为每个请求生成唯一的标识以便跟踪。
mod_userdir
允许用户从自己的主目录中提供页面(使用"/~username")。
mod_usertrack
使用Session跟踪用户(会发送很多Cookie),以记录用户的点击流
mod_vhost_alias
提供大批量虚拟主机的动态配置支持。