<?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>Henry&#039;s Web Notes &#187; Linux</title>
	<atom:link href="http://devel.lubong.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://devel.lubong.com</link>
	<description>My dev notes about the web</description>
	<lastBuildDate>Wed, 12 Aug 2009 06:18:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux: How To Install Apache And PHP5 In Ubuntu</title>
		<link>http://devel.lubong.com/2009/08/08/linux-how-to-install-apache-and-php5-in-ubuntu/</link>
		<comments>http://devel.lubong.com/2009/08/08/linux-how-to-install-apache-and-php5-in-ubuntu/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 21:16:42 +0000</pubDate>
		<dc:creator>Henry Lubong</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://devel.lubong.com/?p=10</guid>
		<description><![CDATA[From the command line, run the following commands:
sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install libapache2-mod-php5
sudo /etc/init.d/apache2 restart
And that&#8217;s it. Your web server with PHP is ready to go. The default location of the Doument Root can be found in /var/www
If you need a CLI (command-line-interface) for PHP you can run the following command:
sudo [...]]]></description>
			<content:encoded><![CDATA[<p>From the command line, run the following commands:</p>
<p><code>sudo apt-get install apache2<br />
sudo apt-get install php5<br />
sudo apt-get install libapache2-mod-php5<br />
sudo /etc/init.d/apache2 restart</code></p>
<p>And that&#8217;s it. Your web server with PHP is ready to go. The default location of the Doument Root can be found in /var/www</p>
<p>If you need a CLI (command-line-interface) for PHP you can run the following command:</p>
<p><code>sudo apt-get install php5-cli</code></p>
]]></content:encoded>
			<wfw:commentRss>http://devel.lubong.com/2009/08/08/linux-how-to-install-apache-and-php5-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
