<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>phpAvenue</title>
	<atom:link href="http://phpave.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpave.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 03 Sep 2009 15:16:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='phpave.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>phpAvenue</title>
		<link>http://phpave.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://phpave.wordpress.com/osd.xml" title="phpAvenue" />
	<atom:link rel='hub' href='http://phpave.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Installing Apache 2.2.11, PHP 5.3 and MySQL 5.1.36 on Windows XP/Vista</title>
		<link>http://phpave.wordpress.com/2009/08/31/installing-apache-2-2-11-php-5-3-and-mysql-5-1-36-on-windows-xpvista/</link>
		<comments>http://phpave.wordpress.com/2009/08/31/installing-apache-2-2-11-php-5-3-and-mysql-5-1-36-on-windows-xpvista/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 13:46:21 +0000</pubDate>
		<dc:creator>phpave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[install apache]]></category>
		<category><![CDATA[on windows vista]]></category>
		<category><![CDATA[on windows XP]]></category>
		<category><![CDATA[php5]]></category>

		<guid isPermaLink="false">http://phpave.wordpress.com/2009/08/31/installing-apache-2-2-11-php-5-3-and-mysql-5-1-36-on-windows-xpvista/</guid>
		<description><![CDATA[Installing Apache 2.2.11, PHP 5.3 and MySQL 5.1.36 on Windows XP/Vista This tutorial shows you how to install and configure Apache 2.2.11 ,PHP 5.3 and MySQL 5.1.36 for Windows XP/Vista step by step . The Tutorial is the modified version found at WebDevCodex. The screencast is also available. Tools needed &#8211; All careware: 1. Apache [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phpave.wordpress.com&amp;blog=9255602&amp;post=3&amp;subd=phpave&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Installing Apache 2.2.11, PHP 5.3 and MySQL 5.1.36 on Windows XP/Vista</p>
<p>This tutorial shows you how to install and configure Apache 2.2.11 ,PHP 5.3  and MySQL 5.1.36 for Windows XP/Vista step by step .<br />
The Tutorial is the modified version found at WebDevCodex. The screencast is also available.<br />
Tools needed &#8211; All careware:<br />
1. Apache HTTP Server (2.2.11)<br />
Download Apache 2.2.11 (with no mod ssl) (169)<br />
2. PHP 5.3 – Download PHP 5.3.0 (VC6 Thread safe)<br />
3. MySQL 5.1.36</p>
<p>Before starting these downloads and install , be sure to  turn off UAC (User Access Control) in Vista.<br />
Downloads complete? Great. Now install Apache the PHP and then MySQL in that order.<br />
Step 1 : Install Apache<br />
1. First create a New Folder in C:\ and name it as server.<br />
2. Launch the installation, agree to the terms in the license agreement .<br />
3. In the  Server Information dialog box, assign myserver.com,www.myserver.com and admin@myserver.com to Network Domain, Server Name and Admin&#8217;s email respectively.<br />
4. Choose Custom Installation and specify the install path as C:\server\apache\<br />
5. Once Installation is complete, verify your installation of Apache by opening http://localhost/ in your browser. It works? Great. We  will configure Apache in the coming steps.<br />
STEP 2 : Install &amp; Configure PHP 5.3<br />
1. Extract the PHP5.3 package<br />
Open the zip file &amp; Extract all your files to C:\server\php.<br />
2. Navigate to C:\server\php<br />
3. Rename php.ini- file<br />
Search for the file, php.ini-development and rename it to php.ini<br />
4. EDIT php.ini<br />
Open up php.ini using  Wordpad or Dreamweaver. There are 2 edits in this file<br />
Edit 1<br />
Find extension_dir = &#8220;./&#8221; and replace it with (Note the forward slashes)<br />
extension_dir = &#8220;C:/server/php/ext&#8221;<br />
Edit 2<br />
Now in the following edit, you just have to uncomment (by removing the “; ”) from the extension to activate it. Semicolons are used to specify comments in the php.ini file.<br />
Remove the semicolon in the following ;<br />
;extension=php_gd2.dll<br />
;extension=php_mbstring.dll<br />
;extension=php_mysql.dll<br />
;extension=php_mysqli.dll<br />
Save the php.ini file and restart the apache server from Start-&gt;All Programs-&gt;Apache HTTP Server 2.2-&gt;Control Apache  Server-&gt; Restart<br />
5. Adding PHP Environmental Variables in the System path<br />
Navigate to  Start-&gt;Control Panel-&gt;System-&gt;Advanced System Settings then go to the advanced tab, Click on the Environmental Variables button, then scroll down under system variables to find PATH, Edit it  and add the following path, C:\server\php;<br />
6. At this point you MUST reboot  windows . REBOOT not Log Off. If you move on past that point without rebooting , apache won&#8217;t find MySQL extensions.</p>
<p>STEP 3 : Configure Apache 2.2.11<br />
1. Now navigate to C:\server\Apache\conf\httpd<br />
Edit httpd.conf<br />
Open httpd.conf in Wordpad or Dreamweaver</p>
<p>Now roll up your sleeves!<br />
Edit 1<br />
Search for<br />
#LoadModule rewrite_module modules/mod_rewrite.so and uncomment it.<br />
That is, replace with<br />
LoadModule rewrite_module modules/mod_rewrite.so<br />
Edit 2<br />
Add the following below the previous edit<br />
#PHP5<br />
LoadModule php5_module &#8220;C:/server/php/php5apache2_2.dll&#8221;<br />
PHPIniDir &#8220;C:/server/php&#8221;<br />
Edit 3<br />
Search for<br />
AddType application/x-gzip .gz .tgz<br />
Add the following below the searched line<br />
AddType application/x-httpd-php .php<br />
AddType application/x-httpd-php-source .phps<br />
Edit 4<br />
Search for<br />
DirectoryIndex index.html<br />
Replace with<br />
DirectoryInde<br />
x index.html  index.htm index.php index.phps<br />
Edit 5<br />
Search for<br />
SciptAlias /php/ and replace with<br />
ScriptAlias /php/ &#8220;C:/server/php/&#8221;<br />
Edit 6<br />
Search for<br />
#Include conf/extra/httpd-vhosts.conf<br />
Replace with<br />
Include conf/extra/httpd-vhosts.conf<br />
2. Now navigate to C:\server\Apache\conf\extra<br />
Edit httpd-vhosts.conf<br />
3. Replace all the text inside with</p>
<p>DocumentRoot &#8220;C:/Server/www/myserver.com/public_html&#8221;<br />
ServerName myserver.com<br />
ServerAlias www.myserver.com</p>
<p>AllowOverride All<br />
Options Indexes FollowSymLinks<br />
Order allow,deny<br />
Allow from all</p>
<p>4.   Restart the Apache Web server</p>
<p>Step 4 : Testing our Apache + PHP<br />
1. Create Directories to store your web files</p>
<p>1. Inside the C:\server folder, create folder called www<br />
2. inside C:\server\www\ create myserver.com<br />
3. and then finally create public_html folder inside your C:\server\www\myserver.com\<br />
Follow this structure C:\server\www\myserver.com\public_html\<br />
This is where you will be putting all your html and php scripts to be accessed by your webserver.<br />
2. Create index.php<br />
Open up notepad, type in the following code and save the file as index.php inside C\:server\www\myserver.com\public_html\</p>
<p>Please  specify the ALL Files type while saving the file as index.php<br />
Launch a browser and enter in the URL, localhost/index.php<br />
STEP 5 : Configuring MySQL5.1.36<br />
1. Launch the MySQL installer.<br />
2. Select the Typical set up type, click Next<br />
3. Click Next after reviewing where you are installing<br />
4. Skip the Sign-up.<br />
5. On complete of MySQL,launch the MySQL  Server Instance Config Wizard (from Start-&gt;All Programs-&gt;MySQL)<br />
6. Just follow through with the defaults<br />
Be sure to check the Include Bin Directory in Windows PATH<br />
Specify Username as root and password as root . Root is the default user and his default password is root.<br />
Then click Execute<br />
7. Test MySQL along with Apache+PHP<br />
Restart the webserver and launch http://localhost/index.php again<br />
To verify whether MySQL5 has been installed, scroll down the page until you come across mysql &amp; mysqli heading<br />
mysql and mysqli are extensions for MySQL<br />
8. There you go. You have  Apache2.2.11, PHP5 and MySQL5 installed on your system.</p>
<p>Having any troubles, post them here. Godspeed!<br />
Bamidele Muyiwa.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/phpave.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/phpave.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/phpave.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/phpave.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/phpave.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/phpave.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/phpave.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/phpave.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/phpave.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/phpave.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/phpave.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/phpave.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/phpave.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/phpave.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=phpave.wordpress.com&amp;blog=9255602&amp;post=3&amp;subd=phpave&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://phpave.wordpress.com/2009/08/31/installing-apache-2-2-11-php-5-3-and-mysql-5-1-36-on-windows-xpvista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f1943358d26d8e93dfe0b3f68379881a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">phpave</media:title>
		</media:content>
	</item>
	</channel>
</rss>
