<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[apache编译全部模块参数，Linux中编译apache服务器modules文件夹缺少模块(.so)的问题]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Wed, 21 Sep 2016 00:33:23 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	我们再来讲讲DSO动态编译的方法： <br/>首先编译安装apache <br/>tar zvxf apache_1.3.27 <br/>cd apache_1.3.27 <br/>./configure --prefix=/usr/local/apache --enable-module=so &#92;<br/>--enable-module=rewrite --enable-shared=max &amp;&amp; <br/>make &amp;&amp; <br/>make install <br/>so模块用来提供DSO支持的apachehe核心模块，rewrite是地址重写的模块，如果不需要可以不编译 <br/>enable－shared＝max是指除了so以外的所有标准模块都编译成DSO模块。 <br/><br/>我尝试在fedora core 3中安装apache 2. 当我解压了apache 2.0.54后使用configure工具并且加入了 --enable-so 或者 --enable-modules=so (两个我都试过了)<br/>去make并且make install了。我希望在/apache2/modules/目录里有各种模块，但是这个文件最后只包含了一个httpd.exp文件。 为什么？哪里出错了？<br/>谢谢<br/> <br/> <br/>Because you&#039;re just telling apache to enable the use of shared modules. You also need to tell it to MAKE the shared modules.<br/><br/>You can use these compile flags:<br/>--enable-mods-shared=&#039;headers rewrite dav&#039; (where you list the mods. you want)<br/>--enable-mods-shared=most ( compiles &quot;most&quot; modules )<br/>--enable-mods-shared=all ( compiles all modules )<br/> <br/>因为你只告诉了apache可以使用共享模块。你还需要告诉它要MAKE共享模块<br/> <br/>你可以使用如下的这些编译标志<br/>--enable-mods-shared=&#039;headers rewrite dav&#039; (凡是你想编译的模块都可以写到后边的引号里面，以空格分隔)<br/>--enable-mods-shared=most (编译最多的模块)<br/>--enable-mods-shared=all (编译所有模块)<br/>动态编译还是静态编译的效率问题:http://jackxiang.com/post/4029/<br/>来自:http://m.blog.csdn.net/article/details?id=6977466
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] apache编译全部模块参数，Linux中编译apache服务器modules文件夹缺少模块(.so)的问题]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>