<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Simple Steps to Install PHP5 and Apache on Ubuntu Linux</title>
	<atom:link href="http://www.dbuggr.com/milly/simple-steps-install-php5-apache-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com/milly/simple-steps-install-php5-apache-ubuntu-linux/</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Wed, 28 Jul 2010 06:02:35 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: milly</title>
		<link>http://www.dbuggr.com/milly/simple-steps-install-php5-apache-ubuntu-linux/comment-page-1/#comment-367</link>
		<dc:creator>milly</dc:creator>
		<pubDate>Mon, 23 Nov 2009 17:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbuggr.com/milly/simple-steps-install-php5-apache-ubuntu-linux/#comment-367</guid>
		<description>1. Open a command windows in Ubuntu. (or you can ssh or telnet to your Ubuntu installation)
2. Edit /etc/apt/sources.list
Comment out the following two lines. (Add a &quot;#&quot; to the front)
&lt;blockquote&gt;# deb http://us.archive.ubuntu.com/ubuntu dapper universe main restricted universe
# deb http://security.ubuntu.com/ubuntu dapper-security universe&lt;/blockquote&gt;
3. Run &quot;sudo apt-get update&quot;
4. Run the following commands:
&lt;code&gt;    sudo apt-get install apache2
    sudo apt-get install php5
    sudo apt-get install libapache2-mod-php5
    sudo /etc/init.d/apache2 restart&lt;/code&gt;

5. Your Apache will now installed on /var/www/ directory</description>
		<content:encoded><![CDATA[<p>1. Open a command windows in Ubuntu. (or you can ssh or telnet to your Ubuntu installation)<br />
2. Edit /etc/apt/sources.list<br />
Comment out the following two lines. (Add a &#8220;#&#8221; to the front)</p>
<blockquote><p># deb <a href="http://us.archive.ubuntu.com/ubuntu" rel="nofollow">http://us.archive.ubuntu.com/ubuntu</a> dapper universe main restricted universe<br />
# deb <a href="http://security.ubuntu.com/ubuntu" rel="nofollow">http://security.ubuntu.com/ubuntu</a> dapper-security universe</p></blockquote>
<p>3. Run &#8220;sudo apt-get update&#8221;<br />
4. Run the following commands:<br />
<pre><code>&nbsp;&nbsp;&nbsp;&nbsp;sudo apt-get install apache2
&nbsp;&nbsp;&nbsp;&nbsp;sudo apt-get install php5
&nbsp;&nbsp;&nbsp;&nbsp;sudo apt-get install libapache2-mod-php5
&nbsp;&nbsp;&nbsp;&nbsp;sudo /etc/init.d/apache2 restart</code></pre></p>
<p>5. Your Apache will now installed on /var/www/ directory</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->