IBM HTTP Server for WebSphere Application Server, V6.1
             操作系统: AIX, HP-UX, Linux, Solaris, Windows, z/OS

             使目录和搜索结果个性化

IBM HTTP Server 支持的 Apache 模块(包含伪指令)

此部分提供了关于 IBM HTTP Server 支持的 Apache 模块的信息。在受支持的 Apache 模块内定义的伪指令可用来配置 IBM HTTP Server。

受支持的 Apache 模块

模块 描述 URL
核心 核心 Apache HTTP Server 功能 http://publib.boulder.ibm.com/httpserv/manual60/mod/core.html

[Windows] mpm_winnt

多处理模块(MPM) http://publib.boulder.ibm.com/httpserv/manual60/mod/mpm_winnt.html

[AIX] [HP-UX] [Linux] [Solaris] [z/OS] 工作程序

MPM http://publib.boulder.ibm.com/httpserv/manual60/mod/worker.html
mod_access 提供基于客户机主机名、IP 地址或客户机请求的其他特征的访问控制。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_access.html
mod_actions 用于基于介质类型或请求方法执行 CGI 脚本。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_actions.html
mod_alias 用于映射文档树中主机文件系统的不同部分和重定向 URL。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_actions.html
mod_asis 发送包含它们自身的 HTTP 头的文件。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_asis.html
mod_auth 使用文本文件的用户认证。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_auth.html
mod_auth_anon 允许“匿名的”用户访问认证的区域。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_auth_anon.html
mod_auth_dbm 用于提供使用 DBM 文件的用户认证。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_auth_dbm.html

[z/OS] mod_auth_ldap

提供 LDAP 认证。mod_auth_ldap 模块与 mod_ldap 一起工作。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_auth_ldap.html
mod_autoindex 自动生成目录索引,类似于:

[AIX] [HP-UX] [Linux] [Solaris] ls 命令

[Windows] dir shell 命令

http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_autoindex.html
mod_cache 适用于 URI 的内容高速缓存。
提示: 建议的文件句柄高速缓存机制为 mod_cache 的 CacheEnable 功能。

[z/OS] 使用 mod_cache 而不是 mod_file_cache(不受支持)的 CacheEnable 功能。

http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_cache.html

http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_cache.html#cacheenable

[Windows] [z/OS] mod_cgi

执行 CGI 脚本。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_cgi.html

[AIX] [HP-UX] [Linux] [Solaris] mod_cgid

使用外部 CGI 守护程序执行 CGI 脚本。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_cgid.html

[z/OS] mod_charset_lite

提供内容转换,转换存储在 EBCDIC 中的页面的字符集。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_charset_lite.html

[AIX Solaris HP-UX Linux Windows] mod_dav

分布的编写及版本控制(WebDAV)功能。
[z/OS] 提示: 尽管不支持 mod_dav 和 mod_dav_fs,但 IBM HTTP Server 和 WebSphere 插件可将 WebDAV 请求传送至 WebSphere。
http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_dav.html

[AIX Solaris HP-UX Linux Windows] mod_dav_fs

mod_dav 的文件系统提供程序。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_dav_fs.html
mod_deflate 在将内容传递至客户机之前压缩内容。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_deflate.html
mod_dir 用于“尾随斜杠”重定向并向目录索引文件提供服务。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_dir.html
mod_env 适用于 URI 的内容高速缓存存储管理器。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_env.html
mod_expires 根据特定于用户的条件生成到期的 HTTP 头。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_expires.html

[AIX Solaris HP-UX Linux Windows] mod_ext_filter

在将响应主体传递至客户机之前使用外部程序传递它。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_ext_filter.html

[AIX Solaris HP-UX Linux Windows] mod_file_cache

在内存中高速缓存文件的静态列表。
提示: 建议的文件句柄高速缓存机制为 mod_cache 的 CacheEnable 功能。
http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_file_cache.html
mod_headers 定制 HTTP 请求和响应头。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_headers.html
mod_imap 服务器端图像映射处理。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_imap.html
mod_include 服务器解析的 html 文档(服务器端包含)。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_include.html
mod_info 提供服务器配置的综合概述。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_info.html

[Windows] mod_isapi

Apache 中的 ISAPI 扩展。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_isapi.html

[z/OS] mod_ldap

提供 LDAP 连接池和高速缓存。mod_ldap 模块与 mod_auth_ldap 一起工作。 http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_ldap.html
mod_log_config 记录对服务器发出的请求。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_log_config.html
mod_mem_cache 适用于 URI 的内容高速缓存。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_mem_cache.html
mod_mime 将文件名的请求扩展与该文件的行为(处理程序和过滤器)及内容(MIME 类型、语言、字符集和编码)相关联。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_mime.html

[AIX Solaris HP-UX Linux Windows] mod_mime_magic

通过查看文件内容的一些字节来确定文件的 MIME 类型。
重要: 使用 mod_mime_magic 会降低性能,原因是必须读取文件,并且必须将文件与一组模式进行比较以确定内容类型。
http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_mime_magic.html
mod_negotiation 用于内容协商。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_negotiation.html
mod_proxy HTTP/1.1 proxy/gateway server http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_proxy.html
mod_proxy_connect 处理 CONNECT 请求的 mod_proxy 扩展。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_proxy_connect.html

[AIX Solaris HP-UX Linux Windows] mod_proxy_ftp

mod_proxy 的 FTP 支持模块。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_proxy_ftp.html
mod_proxy_http mod_proxy 的 HTTP 支持模块。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_proxy_http.html
mod_rewrite 提供基于规则的重新编写引擎,以便在工作中重新编写请求的 URL。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_rewrite.html
mod_setenvif 基于请求特征来启用环境变量的设置。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_setenvif.html
mod_so 在启动或重新启动时,将可执行代码和模块装入服务器。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_so.html
mod_speling 尝试校正用户可能由于忽略了大小写或者是发生拼写错误而输入的错误 URL。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_speling.html
mod_status 提供关于服务器活动和性能的信息。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_status.html
mod_unique_id 为每个请求提供具有唯一标识的环境变量。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_unique_id.html
mod_userdir 特定于用户的目录。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_userdir.html
mod_usertrack 站点上的用户活动的单击流记录。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_usertrack.html
mod_vhost_alias 用于动态配置的整体虚拟主管。 http://publib.boulder.ibm.com/httpserv/manual60//mod/mod_vhost_alias.html



相关信息
Apache 伪指令
设置侦听套接字
虚拟主机
日志文件
配置文件
配置节
认证、授权和访问控制
环境变量
URL 重写指导
其他主题
参考主题    

使用条款 | 反馈

最近更新日期: Mar 31, 2008 3:11:26 AM EDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.ihs.doc/info/ihs/ihs/rihs_apachemods.html