<?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>梦随风度dê窝 &#187; Apache</title>
	<atom:link href="http://www.youthfly.net/archives/tag/apache/feed" rel="self" type="application/rss+xml" />
	<link>http://www.youthfly.net</link>
	<description>在风中游走的灵魂</description>
	<lastBuildDate>Wed, 01 Feb 2012 06:01:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Ubuntu下启动Apache对.htaccess文件的支持</title>
		<link>http://www.youthfly.net/archives/549.html</link>
		<comments>http://www.youthfly.net/archives/549.html#comments</comments>
		<pubDate>Thu, 15 Jul 2010 22:14:28 +0000</pubDate>
		<dc:creator>梦随风度</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[仅需3步就可以启用Apache下的.htaccess文件 步骤很简单： 1. 终端运行 sudo a2enmod 程序提示可供激活的模块名称，输入： rewrite 2. 修改/etc/apache2/sites-enabled/000-default (该链接指向的是站点配置文件) 把（默认的www目录、或者需要应用.htaccess的目录）下的AllowOverride 属性改为All，保存。 3. 重新加载apache sudo /etc/init.d/apache2 restart]]></description>
			<content:encoded><![CDATA[<p>仅需3步就可以启用Apache下的.htaccess文件</p>
<p>步骤很简单：</p>
<p>1. 终端运行</p>
<p><code>sudo a2enmod</code></p>
<p>程序提示可供激活的模块名称，输入：</p>
<p><code>rewrite</code><br />
<span id="more-549"></span><br />
2. 修改/etc/apache2/sites-enabled/000-default (该链接指向的是站点配置文件)<br />
把（默认的www目录、或者需要应用.htaccess的目录）下的AllowOverride 属性改为All，保存。<br />
3. 重新加载apache</p>
<p><code>sudo /etc/init.d/apache2 restart</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youthfly.net/archives/549.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在Ubuntu的Apache模式下安装PHP cURL的方法</title>
		<link>http://www.youthfly.net/archives/516.html</link>
		<comments>http://www.youthfly.net/archives/516.html#comments</comments>
		<pubDate>Tue, 12 Jan 2010 08:55:30 +0000</pubDate>
		<dc:creator>梦随风度</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[如果你使用PHP，你也许会用到cURL，因为它是目前比较流行的插件之一。PHP的CURL函数可通过使用libcurl，这是由Daniel Stenberg所编写的并允许您连接和使用不同的通信与网络连接协议在不同类型的服务器上。如果你在Ubuntu上安装了LAMP，那么只需要在终端运行shell命令： sudo apt-get install curl libcurl3 libcurl3-dev php5-curl 输入以上命令以后，Apache下的PHP cURL已经安装完毕，接下来需要做的是重新启动Apache2，在终端运行下面的命令： sudo /etc/init.d/apache2 restart]]></description>
			<content:encoded><![CDATA[<p>如果你使用PHP，你也许会用到cURL，因为它是目前比较流行的插件之一。PHP的CURL函数可通过使用libcurl，这是由Daniel Stenberg所编写的并允许您连接和使用不同的通信与网络连接协议在不同类型的服务器上。<br/><br/>如果你在Ubuntu上安装了LAMP，那么只需要在终端运行shell命令：<br/><br/><br />
<blockquote>sudo apt-get install curl libcurl3 libcurl3-dev php5-curl</p></blockquote>
<p><br/><br/>输入以上命令以后，Apache下的PHP cURL已经安装完毕，接下来需要做的是重新启动Apache2，在终端运行下面的命令：<br/><br/><br />
<blockquote>sudo /etc/init.d/apache2 restart</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.youthfly.net/archives/516.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

