码迷,mamicode.com
首页 > 其他好文 > 详细

编译打包Apache源码

时间:2014-07-22 22:59:34      阅读:243      评论:0      收藏:0      [点我收藏+]

标签:style   blog   os   2014   for   re   

       如果要编写定制的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 选项,输入下列命令:

./configure --help


编译打包Apache源码,码迷,mamicode.com

编译打包Apache源码

标签:style   blog   os   2014   for   re   

原文地址:http://blog.csdn.net/john_f_lau/article/details/24841849

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!