<?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[Debian How to 编译安装Apache]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Mon, 06 Aug 2007 03:08:26 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	Debian How to 编译安装Apache<br/>wget http://mirror.vmmatrix.net/apache/httpd/apache_1.3.34.tar.gztar apache_1.3.34.tar.gzcd apache_1.3.34<br/>修改src/include/httpd.h 增大最大线程数 <br/><br/>#define HARD_SERVER_LIMIT 1024 <br/><br/>改成 <br/><br/>#define HARD_SERVER_LIMIT 2560 <br/><br/>保存退出编译apache <br/><br/>./configure &#92;--prefix=/usr/local/share/vmail/apache &#92;--enable-module=so &#92;--enable-module=rewrite &#92;--enable-shared=max &#92;--htdocsdir=/usr/local/share/vmail/www &#92;--server-uid=vmail &#92;--server-gid=vmail &&make &&make install<br/>启动服务 <br/><br/>/usr/local/share/vmail/apache/bin/apachectl start<br/>浏览：http://server-ip/ <br/><br/>日志：/usr/local/share/vmail/apache/logs/error_log <br/>
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] Debian How to 编译安装Apache]]></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>