<?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>455A.C’s Skywalker Ranch &#187; apache</title>
	<atom:link href="http://www.455a.cn/blog/index.php/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.455a.cn/blog</link>
	<description>455A.C</description>
	<lastBuildDate>Thu, 29 Apr 2010 03:47:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>apache重装二三事</title>
		<link>http://www.455a.cn/blog/index.php/2009/03/25/apache%e9%87%8d%e8%a3%85%e4%ba%8c%e4%b8%89%e4%ba%8b/</link>
		<comments>http://www.455a.cn/blog/index.php/2009/03/25/apache%e9%87%8d%e8%a3%85%e4%ba%8c%e4%b8%89%e4%ba%8b/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 17:15:39 +0000</pubDate>
		<dc:creator>455A.C</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://www.455a.cn/blog/?p=280</guid>
		<description><![CDATA[Warning: session_start() [function.session-start]: Cannot send session cache limiter &#8211; headers already sent (output started at XXXXX) in XXXX on lineX
修改php.ini中的session.auto_start = 0 设为 session.auto_start = 1
Cannot modify header information &#8211; headers already sent by
修改php.ini 中 output_buffering 设为 on
详细请看
session.auto_start  boolean
session.auto_start 指定会话模块是否在请求开始时自动启动一个会话。默认为 0（不启动）。
中文说明 英文说明
output_buffering  boolean/integer
You can enable output buffering for all files by setting this [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Warning: session_start() [function.session-start]: Cannot send session cache limiter &#8211; headers already sent (output started at XXXXX) in XXXX on lineX</p></blockquote>
<p>修改php.ini中的session.auto_start = 0 设为 session.auto_start = 1</p>
<blockquote><p>Cannot modify header information &#8211; headers already sent by</p></blockquote>
<p>修改php.ini 中 output_buffering 设为 on</p>
<p>详细请看</p>
<blockquote><p>session.auto_start  boolean<br />
session.auto_start 指定会话模块是否在请求开始时自动启动一个会话。默认为 0（不启动）。</p></blockquote>
<p><a href="http://php.chinaunix.net/manual/zh/ref.session.php#ini.session.auto-start" target="_blank">中文说明</a> <a href="http://cn.php.net/manual/en/session.configuration.php#ini.session.auto-start" target="_blank">英文说明</a></p>
<blockquote><p>output_buffering  boolean/integer</p>
<p>You can enable output buffering for all files by setting this directive to &#8216;On&#8217;. If you wish to limit the size of the buffer to a certain size &#8211; you can use a maximum number of bytes instead of &#8216;On&#8217;, as a value for this directive (e.g., output_buffering=4096). As of PHP 4.3.5, this directive is always Off in PHP-CLI.</p></blockquote>
<p><a href="http://cn.php.net/manual/en/outcontrol.configuration.php#ini.output-buffering" target="_blank">英文说明</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.455a.cn/blog/index.php/2009/03/25/apache%e9%87%8d%e8%a3%85%e4%ba%8c%e4%b8%89%e4%ba%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
