Apache 2.0 中文文档 |
|
|
|
| 2004-02-11 Apache 译者:kajaa http://www.douzhe.com/ApacheManual/ |
|
| |
过滤器
相关模块
mod_deflate
mod_ext_filter
mod_include
相关指令
AddInputFilter
AddOutputFilter
RemoveInputFilter
RemoveOutputFilter
ExtFilterDefine
ExtFilterOptions
SetInputFilter
SetOutputFilter
过滤器 是一个处理进出服务器的数据的进程。 客户机发送给服务器的数据由 输入过滤器 处理, 而服务器发送到客户机的数据由 输出过滤器 处理。 允许有多个过滤器按明确指定的顺序对数据进行处理。
过滤器在Apache内部执行切片、处理请求等操作。 另外,模块中的过滤器可以由运行时刻配置指令有选择地加以使用。 控制过滤器行为的指令有: SetInputFilter, SetOutputFilter, AddInputFilter, AddOutputFilter, RemoveInputFilter, 以及 RemoveOutputFilter。
目前Apache HTTP服务器的发行版有以下过滤器可供用户选择使用:
INCLUDES
服务器端的插入处理 mod_include
DEFLATE
压缩发送到客户端的数据 mod_deflate
另外,模块 mod_ext_filter 允许定义外部程序为过滤器。
|
| |
|
|
| |
|
发表评论
关闭窗口
|
|
|
|