<?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>FlavioMuniz » Blog &#187; apache</title>
	<atom:link href="http://flaviomuniz.com/blog/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://flaviomuniz.com/blog</link>
	<description>Simples assim</description>
	<lastBuildDate>Sat, 31 Jul 2010 00:50:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Como instalar o PHP5, Apache e Mysql no Windows XP.</title>
		<link>http://flaviomuniz.com/blog/como-instalar-o-php5-apache-e-mysql-no-windows-xp/</link>
		<comments>http://flaviomuniz.com/blog/como-instalar-o-php5-apache-e-mysql-no-windows-xp/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 16:10:19 +0000</pubDate>
		<dc:creator>flaviomuniz</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://flaviomuniz.com/blog/?p=119</guid>
		<description><![CDATA[Olá, vou ensinar hoje, a instalar o PHP5, APACHE 2.2 e MySQL no Windows. Baixe o APACHE2.2 Baixe o PHP 5 Baixe o MySQL MySQL Agora, instale o apache normalmente, nada de configurações avançadas, depois de instalado, instale o mysql, eu recomendo instalar dentro da pasta do apache. Agora instale o php 5, por padrão,]]></description>
			<content:encoded><![CDATA[<p>Olá, vou ensinar hoje, a instalar o  PHP5, APACHE 2.2 e MySQL no Windows.</p>
<p>Baixe o <a href="http://httpd.apache.org/download.cgi" target="_blank">APACHE2.2</a><br />
Baixe o <a href="http://www.php.net/downloads.php" target="_blank">PHP 5 </a><br />
Baixe o MySQL <a href="http://dev.mysql.com/downloads/" target="_blank">MySQL </a><br />
<span id="more-119"></span><br />
Agora, instale o apache normalmente, nada de configurações avançadas, depois de instalado,<br />
instale o mysql, eu recomendo instalar dentro da pasta do apache.<br />
Agora instale o php 5, por padrão, vamos instalar na unidade C:/php5.</p>
<p>Depois de instalado o php5, vamos configurar.<br />
Abra o diretório, e copie a DLL php5ts.dll, e cole dentro da posta System32 do windows.<br />
Para o mysql, copie tmb a DLL libmysql.dll dentro do diretorio onde ta o php, e cole dentro da System32 também.<br />
Este arquivo é para o mysql funcionar corretamente quando rodar sua aplicação.</p>
<p>Agora, ainda dentro do diretório do php, procure o arquivo php.ini-dist, e renomeie para php.ini, por segurança, faça bkp do arquivo, assim podemos voltar a versão caso de algo errado.<br />
Você agora precisa abrir o arquivo php.ini e procurar por ;extension=php_mysql.dll, retire o &#8220;;&#8221; e também, altere o<br />
 (extension_dir =) para  (extension_dir = &#8220;C:/php5/ext/&#8221;).<br />
Copie o arquivo php.ini para o diretório do windows, &#8220;C:/Windows&#8221;.</p>
<p>Pronto, cofiguramos o php, agora vamos ao apache.<br />
No diretório onde vc instalou o apache, abra o arquivo conf/httpd.conf, e adicione essa linha LoadModule php5_module &#8220;c:/php5/php5apache.dll&#8221;<br />
abaixo da linha #LoadModule unique_id_module modules/mod_unique_id.so padrão para o apache.<br />
busque por AddType application/x-tar .tgz, e abaixo dela, adicione as seguintes linhas.<br />
AddType application/x-httpd-php .php e AddType application/x-httpd-php-source .phps<br />
Procure a linha AddModule mod_setenvif.c, e coloque embaixo dela AddModule mod_php5.c<br />
Agora, coloque   index.php default.php main.php, abaixo da linha<br />
<IfModule mod_dir.c><br />
    DirectoryIndex index.html<br />
</IfModule></p>
<p>Pronto, agora abra o mysql.exe para iniciar o serviço, não precisa configurar ele.<br />
Agora sim, só reiniciar o apache e começar a diversão.</p>
<p>Feito, rodando apache, php5 e mysql em sua maquina.</p>
<p>Good job <img src='http://flaviomuniz.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Até a próxima.</p>
]]></content:encoded>
			<wfw:commentRss>http://flaviomuniz.com/blog/como-instalar-o-php5-apache-e-mysql-no-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
