<?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>阿乐的博客 &#187; 2010 &#187; 二月</title>
	<atom:link href="http://ale.net.cn/blog/2010/02/feed/" rel="self" type="application/rss+xml" />
	<link>http://ale.net.cn/blog</link>
	<description>没有句号的梦想</description>
	<lastBuildDate>Thu, 26 Aug 2010 15:15:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Parent: child process exited with status 3221225477 &#8212; Restarting</title>
		<link>http://ale.net.cn/blog/2010/02/parent-child-process-exited-with-status-3221225477-restarting/</link>
		<comments>http://ale.net.cn/blog/2010/02/parent-child-process-exited-with-status-3221225477-restarting/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 11:20:07 +0000</pubDate>
		<dc:creator>ale</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://ale.net.cn/blog/?p=108</guid>
		<description><![CDATA[谷歌上搜到解决方案：http://www.java-samples.com/showtutorial.php?tutorialid=1050
但是也有人反应没解决问题的。我的libmysql.dll文件已经存在system32文件夹里也同样出现这个问题，怪。
简单翻译一下：
碰到这个错误，一般是在Windows上运行Apache、MySQL、PHP。
通过一下几个步骤就可以解决问题，
在PHP安装文件夹找到libmysql.dll文件，
复制保存到Windows/system32文件夹，
现在重新启动MySQL和Apache。
]]></description>
			<content:encoded><![CDATA[<p>谷歌上搜到解决方案：<a href="http://www.java-samples.com/showtutorial.php?tutorialid=1050">http://www.java-samples.com/showtutorial.php?tutorialid=1050</a></p>
<p>但是也有人反应没解决问题的。我的libmysql.dll文件已经存在system32文件夹里也同样出现这个问题，怪。</p>
<p>简单翻译一下：</p>
<p>碰到这个错误，一般是在Windows上运行Apache、MySQL、PHP。</p>
<p>通过一下几个步骤就可以解决问题，</p>
<p>在PHP安装文件夹找到libmysql.dll文件，</p>
<p>复制保存到Windows/system32文件夹，</p>
<p>现在重新启动MySQL和Apache。</p>
]]></content:encoded>
			<wfw:commentRss>http://ale.net.cn/blog/2010/02/parent-child-process-exited-with-status-3221225477-restarting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>httpd: Could not reliably determine the server&#8217;s fully qualified domain name</title>
		<link>http://ale.net.cn/blog/2010/02/httpd-could-not-reliably-determine-the-servers-fully-qualified-domain-name/</link>
		<comments>http://ale.net.cn/blog/2010/02/httpd-could-not-reliably-determine-the-servers-fully-qualified-domain-name/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 10:29:45 +0000</pubDate>
		<dc:creator>ale</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://ale.net.cn/blog/?p=106</guid>
		<description><![CDATA[httpd: Could not reliably determine the server&#8217;s fully qualified domain name , using *.*.*.* for Server Name
在windows下安装好apache服务器后，出现上面的错误，
把/conf/httpd.conf文件的#ServerName 前的#去掉，如下，星号部分改为当前服务器的IP地址即可。
ServerName *.*.*.*:80
]]></description>
			<content:encoded><![CDATA[<p>httpd: <span>Could</span> <span>not</span> <span>reliably</span> <span>determine</span> <span>the</span> <span>server&#8217;s</span> <span>fully</span> qualified domain name , using *.*.*.* for Server Name</p>
<p>在windows下安装好apache服务器后，出现上面的错误，</p>
<p>把/conf/httpd.conf文件的#ServerName 前的#去掉，如下，星号部分改为当前服务器的IP地址即可。</p>
<p>ServerName *.*.*.*:80</p>
]]></content:encoded>
			<wfw:commentRss>http://ale.net.cn/blog/2010/02/httpd-could-not-reliably-determine-the-servers-fully-qualified-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
