﻿<?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>Gavin&#039;s Blog &#187; 安装</title>
	<atom:link href="http://laigw.name/tag/%e5%ae%89%e8%a3%85/feed" rel="self" type="application/rss+xml" />
	<link>http://laigw.name</link>
	<description>Keep it simple, stupid. Simplicity is beauty.</description>
	<lastBuildDate>Sun, 29 Jan 2012 07:14:51 +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+MySQL5+PHP5规范安装</title>
		<link>http://laigw.name/post/38.html</link>
		<comments>http://laigw.name/post/38.html#comments</comments>
		<pubDate>Sat, 15 Nov 2008 02:28:46 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[安装]]></category>

		<guid isPermaLink="false">http://www.laigw.name/?p=38</guid>
		<description><![CDATA[·准备篇
Apache: apache_2.2.4-win32-x86-no_ssl.msi(http://httpd.apache.org/download.cgi)
MySQL :  mysql-5.0.27-win32.rar(http://www.mysql.com/)
PHP   :  php-5.2.4-Win32.zip(http://cn.php.net/get/php-5.2.4-Win32.zip/from/a/mirror)

·安装篇
一、安装MySQL
 双击mysql-5.0.27-win32的setup.exe，根据提示操作则可。
二、安装apache,
 双击apache_2.2.4-win32-x86-no_ssl.msi，根据提示操作则可。
三、安装php
 解压到c:\php
·配置篇
一、配置httpd.conf:
1、配置DocumentRoot：
  DocumentRoot  &#8220;c:/programfile/Apache/Apache2/htdocs&#8221;
  &#60;Directory  &#8220;c:/programfile/Apache/Apache2/htdocs&#8221;&#62;
  将&#8221;c:/programfile/Apache/Apache2/htdocs&#8221;  替换为自己想设定的路径
2、配置DirectoryIndex：
  DirectoryIndex index.php  index.htm index.html
3、配置LoadFile和LoadModule：
  # make apache load php5ts.dll while running
  LoadFile c:/php/php5ts.dll
  #  make apache load libmysql.dll while running
  LoadFile c:/php/libmysql.dll

  [...]]]></description>
		<wfw:commentRss>http://laigw.name/post/38.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

