Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 608 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 608 Bytes

http_stat 简介

http_stat 是一个linux module, 在POST_ROUTING,LOCAL_IN处对经过的http内容做检查和替换,放置在服务器,本地,或者网关位置都可以工作。用来匹配responses中的特定编号,然后替换内容,比如替换所有404页面的内容,如下图:

Alt text

使用

#在linux-3.2.62上测试通过,需要module编译环境
git clone https://github.com/yubo/http_stat.git
cd http_stat
make
make start

配置

请阅读

  • Makefile
  • conf/404.html