<?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://www.yaiba.net/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yaiba.net</link>
	<description>走在路上，掉进阴沟，甩甩脏水，重新上路</description>
	<lastBuildDate>Mon, 26 Jul 2010 06:52:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apache rewrite规则 拾遗</title>
		<link>http://www.yaiba.net/apache-rewrite-rules-supplements-2451/</link>
		<comments>http://www.yaiba.net/apache-rewrite-rules-supplements-2451/#comments</comments>
		<pubDate>Mon, 10 May 2010 06:44:30 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=2451</guid>
		<description><![CDATA[Apache mod_rewrite规则重写的标志一览
1&#8250; R[=code](force redirect) 强制外部重定向
强制在替代字符串加上http://thishost[:thisport]/前缀重定向到外部的URL.如果code不指定，将用缺省的302 HTTP状态码。
2&#825... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/apache-rewrite-rules-supplements-2451/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>配置apache的虚拟主机</title>
		<link>http://www.yaiba.net/configure-apache-virtual-hosts-2269/</link>
		<comments>http://www.yaiba.net/configure-apache-virtual-hosts-2269/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 13:40:42 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[虚拟主机]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=2269</guid>
		<description><![CDATA[打开httpd.conf,在最后一行加入
&#60;VirtualHost *:80&#62;
ServerName septic.localhost
DocumentRoot &#8220;D:/xampp/htdocs/septic&#8221;
&#60;/VirtualHost&#62;
打开hosts[C:\WINDOWS\system32\drivers\etc],在最后一行加入
127.0.0.1 septic.loc... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/configure-apache-virtual-hosts-2269/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>301 Redirect 永久重定向的实现</title>
		<link>http://www.yaiba.net/301-redirect-implementation-of-a-permanent-redirect-838/</link>
		<comments>http://www.yaiba.net/301-redirect-implementation-of-a-permanent-redirect-838/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 16:32:51 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[重定向]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=838</guid>
		<description><![CDATA[在我们的网站建设中，时常会遇到需要网页重定向的情况：
A:象网站调整，如改变网页目录结构，网页被移到一个新地址，
B:网页扩展名改变，如因应用需要把.php改成.Html或.shtml，
在这种情况... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/301-redirect-implementation-of-a-permanent-redirect-838/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>windows下SubVersion的安装记录</title>
		<link>http://www.yaiba.net/windows-under-the-apache-and-subversion-integration-of-detailed-installation-configuration_7627-767/</link>
		<comments>http://www.yaiba.net/windows-under-the-apache-and-subversion-integration-of-detailed-installation-configuration_7627-767/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 16:56:02 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[同一个世界]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[安装]]></category>
		<category><![CDATA[配置]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=767</guid>
		<description><![CDATA[今天要配置一个subversion服务器，记得当年配置的时候很简单的，可是今天弄了半天都没配出来，很郁闷~~Google多方搜集资料，按着人家说的东西我也都改了，怎么就是不好使呢？？o~后来在老大... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/windows-under-the-apache-and-subversion-integration-of-detailed-installation-configuration_7627-767/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>一个功能强大的PHP集成环境套装：XAMPP</title>
		<link>http://www.yaiba.net/php-a-powerful-suite-of-integrated-environment-xampp_1648-755/</link>
		<comments>http://www.yaiba.net/php-a-powerful-suite-of-integrated-environment-xampp_1648-755/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 12:28:55 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[sourceforge]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xampp]]></category>
		<category><![CDATA[下载]]></category>
		<category><![CDATA[套装]]></category>
		<category><![CDATA[集成]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=755</guid>
		<description><![CDATA[许多人通过他们自己的经验认识到安装 Apache 服务器是件不容易的事儿。如果您想添加 MySQL、PHP 和 Perl，那就更难了。 XAMPP 是一个易于安装且包含 MySQL、PHP 和 Perl 的 Apache 发行版。XAMPP 的确非... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/php-a-powerful-suite-of-integrated-environment-xampp_1648-755/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>正确的Windows下安装配置SVN</title>
		<link>http://www.yaiba.net/right-configuration-of-the-windows-install-svn-955/</link>
		<comments>http://www.yaiba.net/right-configuration-of-the-windows-install-svn-955/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 04:08:38 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=955</guid>
		<description><![CDATA[在windows下配置svn服务器
1.下载文件
下载最新版本subversion,我这里选择svn-1.4.5-setup.exe
到官方网站的下载二进制安装文件，来到二进制包下载部分，找到 Windows NT, 2000, XP and 2003部分，然后选择&#822... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/right-configuration-of-the-windows-install-svn-955/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache的mod_rewrite创建静态页面</title>
		<link>http://www.yaiba.net/apache-mod_rewrite-474/</link>
		<comments>http://www.yaiba.net/apache-mod_rewrite-474/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 07:47:53 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=474</guid>
		<description><![CDATA[弄了两天，摸爬滚打的算是弄出来了，重来也没接触过这个东西，问谁谁也不知道，都是大概知道个一二，实际做起来谁都叫不准，没办法，摸着石头过河，现在来写个总结存个档，日后若有... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/apache-mod_rewrite-474/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>redirect 重定向</title>
		<link>http://www.yaiba.net/redirect-redirect-468/</link>
		<comments>http://www.yaiba.net/redirect-redirect-468/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 03:41:37 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[重定向]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=468</guid>
		<description><![CDATA[常用的重定向方式有: 301 redirect, 302 redirect 与 meta fresh：
301 redirect: 301代表永久性转移(Permanently Moved)，301重定向是网页更改地址后对搜索引擎友好的最好方法，只要不是暂时搬移的情况,都建议... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/redirect-redirect-468/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows下安装PHP4.4.7和Apache2.0.59的Web服务器</title>
		<link>http://www.yaiba.net/windows-php447-apache2059-web-server-installation-446/</link>
		<comments>http://www.yaiba.net/windows-php447-apache2059-web-server-installation-446/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 12:15:18 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=446</guid>
		<description><![CDATA[A、安装MySQL 4.12
1，运行我们下载的mysql-essential-4.1.22-win32.msi
2，欢迎来到MySQL Server 4.1安装向导
3，选择安装模式，我们选择[Custom]也就是自定义安装
4，需要安装的功能默认，路经选择刚才建立... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/windows-php447-apache2059-web-server-installation-446/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows下安装PHP5.2.1和Apache2.0.59的Web服务器</title>
		<link>http://www.yaiba.net/windows-php521-apache2059-web-260/</link>
		<comments>http://www.yaiba.net/windows-php521-apache2059-web-260/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 14:49:11 +0000</pubDate>
		<dc:creator>石头</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sqlserver]]></category>

		<guid isPermaLink="false">http://www.yaiba.net/?p=260</guid>
		<description><![CDATA[帮甫奖做毕业设计，需要php、apache的服务器，所以在这里总结一下发布出来，虽然很基础，希望给新手以借鉴。如有疏漏不足，敬请指正。=================================一、使用的软件这里使用到... ]]></description>
		<wfw:commentRss>http://www.yaiba.net/windows-php521-apache2059-web-260/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
