<?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>Techie Corner &#187; how to install php</title>
	<atom:link href="http://www.techiecorner.com/tag/how-to-install-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiecorner.com</link>
	<description>The place for computer tips and tricks! microsoft windows, open source, database, programming, freeware and etc</description>
	<lastBuildDate>Wed, 08 Sep 2010 01:39:25 +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>How to install LAMP (Apache, PHP and MySQL in Linux) using Yum</title>
		<link>http://www.techiecorner.com/125/how-to-install-lamp-apache-php-and-mysql-in-linux-using-yum/</link>
		<comments>http://www.techiecorner.com/125/how-to-install-lamp-apache-php-and-mysql-in-linux-using-yum/#comments</comments>
		<pubDate>Wed, 30 May 2007 02:01:21 +0000</pubDate>
		<dc:creator>chua</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[how to install apache]]></category>
		<category><![CDATA[how to install mysql]]></category>
		<category><![CDATA[how to install php]]></category>
		<category><![CDATA[install amp in linux]]></category>
		<category><![CDATA[install amp using yum]]></category>
		<category><![CDATA[install apache web server]]></category>
		<category><![CDATA[install lamp]]></category>
		<category><![CDATA[install mysql]]></category>
		<category><![CDATA[install php]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Open Source Software]]></category>

		<guid isPermaLink="false">http://www.techiecorner.com/125/how-to-install-lamp-apache-php-and-mysql-in-linux-using-yum/</guid>
		<description><![CDATA[Many friends ask me how to install LAMP (Linux, apache, php, mysql). There are many ways to install LAMP. Here i teach you the most easiest way to install LAMP using yum program in CentOS. Below are the steps to install LAMP (Apache, PHP and MySQL in Linux) using Yum:- Go to CentOS and download [...]]]></description>
			<content:encoded><![CDATA[<p>Many friends ask me how to install LAMP (Linux, apache, php, mysql). There are many ways to install LAMP. Here i teach you the most easiest way to install LAMP using yum program in <a href="http://www.centos.org" target="_blank">CentOS</a>.</p>
<p>Below are the steps to install LAMP (Apache, PHP and MySQL in Linux) using Yum:-<br />
<span id="more-125"></span></p>
<ul>
<li>Go to <a href="http://www.centos.org" target="_blank">CentOS</a> and download a copy of CentOS Linux and install it (i&#8217;ll not go thru the how to install CentOS with you here)</li>
<li>Once your CentOS is installed. Open a terminal (if you are using X-Window), and type <strong>yum install httpd</strong> and follow on screen instruction to install apache web server</li>
<li>Once apache web server has been installed, type <strong>yum install php</strong></li>
<li>Once PHP installed successfully, type <strong>yum install mysql-server mysql</strong></li>
<li>Once everything finish, type <strong>service httpd start</strong> to start your apache web server, screen will show you if web server service successfully started</li>
<li>type <strong>service mysqld start</strong> to start your mysql server</li>
<li>Once both services is running, you can point your browser to http://localhost and you should see a welcome page from CentOS</li>
<li>If you see that welcome page, you just installed everything successfull.</li>
<li>To test if php is running, go to /var/www/html and create an index.php file with the content below<br />
<code>&lt;?php phpinfo(); ?&gt;</code><br />
and refresh your browser again. If you see a purple PHP information page showing all the php configuration variables, then php is running now.
</li>
<li>Congratulation, you just successfully installed LAMP in your machine.</li>
</ul>
<p><small></p>
<blockquote><p>* Example above install CentOS linux under custom mode where no package will be selected during the installation (very clean install &#8211; only require 1st Installation CD).</p></blockquote>
<blockquote><p>* Please make sure that your PC has Internet Connection on during the yum installation process.</p></blockquote>
<blockquote><p>** You can also install all the services at once using &#8220;<strong>yum install httpd php mysql-server mysql</strong>&#8221; </p></blockquote>
<blockquote><p><font color="red"><b>*** THIS IS SETUP IS JUST SUITABLE FOR DEVELOPMENT PURPOSES, DO NOT USE IT FOR PRODUCTION ***</b></font></p></blockquote>
<p></small></p>
<p class="simpletags">Technorati Tags: <a href="http://technorati.com/tag/how+to+install+apache" rel="tag">how to install apache</a>, <a href="http://technorati.com/tag/how+to+install+mysql" rel="tag"> how to install mysql</a>, <a href="http://technorati.com/tag/how+to+install+php" rel="tag"> how to install php</a>, <a href="http://technorati.com/tag/install+amp+in+linux" rel="tag"> install amp in linux</a>, <a href="http://technorati.com/tag/install+amp+using+yum" rel="tag"> install amp using yum</a>, <a href="http://technorati.com/tag/install+apache+web+server" rel="tag"> install apache web server</a>, <a href="http://technorati.com/tag/install+lamp" rel="tag"> install lamp</a>, <a href="http://technorati.com/tag/install+mysql" rel="tag"> install mysql</a>, <a href="http://technorati.com/tag/install+php" rel="tag"> install php</a></p>
<!-- link start -->
						<script type="text/javascript"><!--
						google_ad_client = "pub-9874157950618711";
						/* Tech HLink After Post */
						google_ad_slot = "4582592668";
						google_ad_width = 468;
						google_ad_height = 15;
						//-->
						</script>
						<script type="text/javascript"
						src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
						</script>
						<!-- link end -->]]></content:encoded>
			<wfw:commentRss>http://www.techiecorner.com/125/how-to-install-lamp-apache-php-and-mysql-in-linux-using-yum/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (user agent is rejected)
Database Caching 7/19 queries in 0.013 seconds using disk
Object Caching 192/320 objects using disk

Served from: www.techiecorner.com @ 2010-09-11 02:57:32 -->