<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>M78星云httpd</title>
	<atom:link href="http://liferar.com/tag/httpd/feed" rel="self" type="application/rss+xml" />
	<link>http://liferar.com</link>
	<description>愿我们的梦想，像光那样，从一颗星到另一颗星!</description>
	<lastBuildDate>Wed, 07 Dec 2011 16:07:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>httpd、php编译参数</title>
		<link>http://liferar.com/httpd_php_compile_parameters</link>
		<comments>http://liferar.com/httpd_php_compile_parameters#comments</comments>
		<pubDate>Thu, 16 Apr 2009 11:09:02 +0000</pubDate>
		<dc:creator>CK猪</dc:creator>
				<category><![CDATA[CK猪是程序员]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://liferar.com/?p=90</guid>
		<description><![CDATA[PHP编译参数 CFLAGS="-O2" ./configure --prefix=/usr/local --with-config-file-path=/etc \ --with-apxs2=/usr/local/httpd/bin/apxs --with-libdir=lib --with-mysql=no \ --disable-ipv6 --disable-tokenizer --disable-short-tags --enable-mbstring=shared \ --with-gettext=shared --with-regex=php --with-freetype-dir=/usr/local --with-gd=shared \ --with-png-dir=/usr/local --with-jpeg-dir=/usr/local --with-pdo-mysql=shared,/usr/local/mysql \ --enable-pdo=shared --with-pdo-sqlite=shared --with-sqlite=shared --with-openssl-dir=/usr/local/openssl \ --with-openssl=/usr/local APR编译参数 CFLAGS="-O2" ./configure --prefix=/usr/local APR-UTIL编译参数 CFLAGS="-O2" ./configure --prefix=/usr/local/apr-util/ --with-apr=/usr/local/apr --with-mysql=/usr/local/mysql/ HTTPD编译参数 LDFLAGS="-L/usr/local/apr/lib" ./configure --prefix=/usr/local/httpd --with-apr=/usr/local/apr \ --with-ssl=/usr/local/openssl --enable-mods-shared=all --enable-so --with-apr-util=/usr/local/apr-util \ --enable-modules=all --enable-isapi=shared --enable-cgi=shared --enable-ssl=shared [...]]]></description>
			<content:encoded><![CDATA[<p>PHP编译参数</p>
<pre lang="conf">CFLAGS="-O2" ./configure --prefix=/usr/local --with-config-file-path=/etc \
--with-apxs2=/usr/local/httpd/bin/apxs  --with-libdir=lib --with-mysql=no  \
--disable-ipv6 --disable-tokenizer --disable-short-tags --enable-mbstring=shared  \
--with-gettext=shared --with-regex=php --with-freetype-dir=/usr/local --with-gd=shared \
--with-png-dir=/usr/local --with-jpeg-dir=/usr/local --with-pdo-mysql=shared,/usr/local/mysql \
--enable-pdo=shared --with-pdo-sqlite=shared --with-sqlite=shared --with-openssl-dir=/usr/local/openssl \
--with-openssl=/usr/local</pre>
<p>APR编译参数</p>
<pre lang="conf">CFLAGS="-O2" ./configure --prefix=/usr/local</pre>
<p>APR-UTIL编译参数</p>
<pre lang="conf">CFLAGS="-O2" ./configure --prefix=/usr/local/apr-util/ --with-apr=/usr/local/apr --with-mysql=/usr/local/mysql/</pre>
<p>HTTPD编译参数</p>
<pre lang="conf">LDFLAGS="-L/usr/local/apr/lib" ./configure --prefix=/usr/local/httpd --with-apr=/usr/local/apr  \
--with-ssl=/usr/local/openssl --enable-mods-shared=all --enable-so --with-apr-util=/usr/local/apr-util \
--enable-modules=all --enable-isapi=shared --enable-cgi=shared --enable-ssl=shared</pre>
<h3>相关文章</h3>
<ul class="related_posts">
<li><a href="http://liferar.com/alipay_problems_technical_support" title="支付宝集成经验之技术支持问题" rel="bookmark inlinks">支付宝集成经验之技术支持问题</a><span class="count">( 8 )</span></li>
<li><a href="http://liferar.com/behavior_of_assignment_operator_in_php" title="PHP中=赋值操作符对不同数据类型的不同行为" rel="bookmark inlinks">PHP中=赋值操作符对不同数据类型的不同行为</a><span class="count">( 2 )</span></li>
<li><a href="http://liferar.com/buffer_control_in_php" title="PHP输出缓存控制" rel="bookmark inlinks">PHP输出缓存控制</a><span class="count">( 0 )</span></li>
<li><a href="http://liferar.com/relationship_between_variable_reference_and_memory_in_php" title="PHP中变量、引用和内存的对应关系" rel="bookmark inlinks">PHP中变量、引用和内存的对应关系</a><span class="count">( 0 )</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://liferar.com/httpd_php_compile_parameters/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

