<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[沧海一粟]]></title> 
<link>http://www.dzhope.com/index.php</link> 
<description><![CDATA[Web系统架构与服务器运维,php开发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[沧海一粟]]></copyright>
<item>
<link>http://www.dzhope.com/post//</link>
<title><![CDATA[查看mysql，apache，php，nginx的编译安装参数 ]]></title> 
<author>jed &lt;jed521@163.com&gt;</author>
<category><![CDATA[服务器技术]]></category>
<pubDate>Tue, 15 Mar 2011 06:50:31 +0000</pubDate> 
<guid>http://www.dzhope.com/post//</guid> 
<description>
<![CDATA[ 
	查看mysql编译参数：<br/><div class="code"><br/>cat /usr/local/mysql/bin/mysqlbug &#124; grep CONFIGURE_LINE<br/></div><br/>查看apache编译参数：<br/><div class="code"><br/>cat $apachehome$/build/config.nice<br/></div><br/>查看php编译参数：<br/><div class="code"><br/>$PHP$/bin/php -i &#124; grep configure <br/></div><br/><br/>查看nginx的编译参数<br/><div class="code"><br/>/path/nginx/sbin/nginx -V<br/></div><br/><br/>----------------------------------------------------------------------<br/>或许N久以后,你需要查看当初在linux下面编译mysql5.1,apache2.2,php5,nginx的安装参数,具体的查看如下:<br/>我的linux= centos5.2&nbsp;&nbsp;mysql=5.1.26rc apache=2.2.6 php=5.2&nbsp;&nbsp;nginx>0.7&nbsp;&nbsp;安装路径path=/usr/local/<br/>apache的查看:<br/><div class="code"><br/>/path/apache/build/config.nice<br/>$more config.nice<br/></div><br/><br/>php的查看:<br/><div class="code"><br/>/path/php/bin/php -i &#124; grep configure<br/></div><br/><br/>nginx的查看:<br/><div class="code"><br/>/path/nginx/sbin/nginx -V<br/></div><br/><br/>mysql的查看:<br/><div class="code"><br/>export VISUAL=vi<br/>grep &quot;configure&quot; /usr/local/mysql/bin/mysqlbug<br/>或者/usr/local/mysql/bin/mysqlbug<br/></div><br/>Tags - <a href="http://www.dzhope.com/tags/apache/" rel="tag">apache</a> , <a href="http://www.dzhope.com/tags/php/" rel="tag">php</a> , <a href="http://www.dzhope.com/tags/mysql/" rel="tag">mysql</a> , <a href="http://www.dzhope.com/tags/nginx%25E5%258F%2582%25E6%2595%25B0/" rel="tag">nginx参数</a>
]]>
</description>
</item><item>
<link>http://www.dzhope.com/post//#blogcomment</link>
<title><![CDATA[[评论] 查看mysql，apache，php，nginx的编译安装参数 ]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.dzhope.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>