<?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; apache</title>
	<atom:link href="http://ale.net.cn/blog/tag/apache/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>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>
