日期:2014-05-16 浏览次数:20888 次
如果要编写定制的Apache模块,最终需要编译成Apache包。
命令如下:
% ./buildconf % ./configure --prefix=/usr/local/apache > --with-layout=Apache --enable-modules=most --enable-mods-shared=all \ > --with-mpm=prefork % make #make install
./configure --help