Home

zhangyiqun

Thoughts, stories and ideas.

Notes Blog Archives About
03 May 2011

给apache编译加载模块

以安装mod_rewrite为例

进入源码中包含模块的文件夹

cd src/httpd-2.0.64/modules/mappers

执行

# /usr/local/apache/bin/apxs -iac mod_rewrite.c

完事儿!

Notes Blog Archives About