<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>《CentOS 6.3安装配置LAMP服务器(Apache+PHP5+MySQL)》的评论</title>
	<atom:link href="http://www.osyunwei.com/archives/4947.html/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com/archives/4947.html</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 13 May 2015 06:36:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>作者：943626451@qq.com</title>
		<link>https://www.osyunwei.com/archives/4947.html#comment-1196</link>
		<dc:creator>943626451@qq.com</dc:creator>
		<pubDate>Tue, 04 Dec 2012 01:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=4947#comment-1196</guid>
		<description>这个可以不用管的,是网站的icon文件</description>
		<content:encoded><![CDATA[<p>这个可以不用管的,是网站的icon文件</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：411152544</title>
		<link>https://www.osyunwei.com/archives/4947.html#comment-1195</link>
		<dc:creator>411152544</dc:creator>
		<pubDate>Mon, 03 Dec 2012 14:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=4947#comment-1195</guid>
		<description>学习了，上培训班一天环境没搭出来，今天晚上学习这个教程，终于完成了。
革命尚未成功，自己还需努力啊！
谢谢群主了！</description>
		<content:encoded><![CDATA[<p>学习了，上培训班一天环境没搭出来，今天晚上学习这个教程，终于完成了。<br />
革命尚未成功，自己还需努力啊！<br />
谢谢群主了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：bingodeng</title>
		<link>https://www.osyunwei.com/archives/4947.html#comment-1164</link>
		<dc:creator>bingodeng</dc:creator>
		<pubDate>Wed, 14 Nov 2012 03:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=4947#comment-1164</guid>
		<description>你好，想请教下，我的是centos 6.2 64bit，执行过yum -y update,之后系统以升级到6.3,我按你上面的步骤安装好之后，我的index.php.并不显示，cat /var/log/httpd/error_log提示[Tue Nov 13 21:52:19 2012] [error] [client 192.168.1.5] File does not exist: /var/www/html/favicon.ico,我是系统是选择mini安装的。</description>
		<content:encoded><![CDATA[<p>你好，想请教下，我的是centos 6.2 64bit，执行过yum -y update,之后系统以升级到6.3,我按你上面的步骤安装好之后，我的index.php.并不显示，cat /var/log/httpd/error_log提示[Tue Nov 13 21:52:19 2012] [error] [client 192.168.1.5] File does not exist: /var/www/html/favicon.ico,我是系统是选择mini安装的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：watch</title>
		<link>https://www.osyunwei.com/archives/4947.html#comment-1149</link>
		<dc:creator>watch</dc:creator>
		<pubDate>Mon, 05 Nov 2012 14:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=4947#comment-1149</guid>
		<description>如何控制安装的php版本为php5.2.X呢？php5.3的版本太高 :cry:</description>
		<content:encoded><![CDATA[<p>如何控制安装的php版本为php5.2.X呢？php5.3的版本太高 <img src='https://www.osyunwei.com/wp-includes/images/smilies/icon_cry.gif' alt=':cry:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：影子</title>
		<link>https://www.osyunwei.com/archives/4947.html#comment-981</link>
		<dc:creator>影子</dc:creator>
		<pubDate>Thu, 23 Aug 2012 09:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.osyunwei.com/?p=4947#comment-981</guid>
		<description>我对比了一下 http://www.osyunwei.com/archives/1566.html
CentOS 6.2安装配置LAMP服务器(Apache+PHP5+MySQL)
发现就2处区别：
1、 这篇文章多了“short_open_tag = ON     #在229行支持php短标签”这一设置
2、这篇文章没有“MySQL数据库目录是：/var/lib/mysql
权限设置：chown mysql.mysql -R  /var/lib/mysql” 这一设置

请哪位帮忙解释一下那个chown命令如果不写会有什么不良后果吗？先行谢过！</description>
		<content:encoded><![CDATA[<p>我对比了一下 <a href="http://www.osyunwei.com/archives/1566.html" rel="nofollow">http://www.osyunwei.com/archives/1566.html</a><br />
CentOS 6.2安装配置LAMP服务器(Apache+PHP5+MySQL)<br />
发现就2处区别：<br />
1、 这篇文章多了“short_open_tag = ON     #在229行支持php短标签”这一设置<br />
2、这篇文章没有“MySQL数据库目录是：/var/lib/mysql<br />
权限设置：chown mysql.mysql -R  /var/lib/mysql” 这一设置</p>
<p>请哪位帮忙解释一下那个chown命令如果不写会有什么不良后果吗？先行谢过！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
