为Apache开发一个Module的实例
2008年5月9日 23:05
标签: Apache, Develop, Freebsd/Unix服务器, Module, 例子, 实验室 and 模块开发
这是一篇介绍为Apache开发一个新的Module的Tutorial,非常简单易懂,英语六级以上的人看懂应该没有问题。如果你觉得看得麻烦,可以直接看其中的代码以及指令部分。
This tutorial guides the reader through the minimal tasks involved in writing a module for Apache 2. The module developed here has almost no functionality - it's only impact is the generation of a static message to logs/errorlog for each HTTP request.