<?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: Install LAMP on Ubuntu 9.10 Karmic Koala</title>
	<atom:link href="http://tuxtweaks.com/2009/10/install-lamp-on-ubuntu-9-10-karmic-koala/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuxtweaks.com/2009/10/install-lamp-on-ubuntu-9-10-karmic-koala/</link>
	<description>Linux Tweaks, HowTo&#039;s and Reviews</description>
	<lastBuildDate>Wed, 10 Mar 2010 06:04:01 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Installing Apache on Ubuntu 9.10 &#124; The Linux Experiment</title>
		<link>http://tuxtweaks.com/2009/10/install-lamp-on-ubuntu-9-10-karmic-koala/comment-page-4/#comment-2587</link>
		<dc:creator>Installing Apache on Ubuntu 9.10 &#124; The Linux Experiment</dc:creator>
		<pubDate>Wed, 10 Mar 2010 04:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=953#comment-2587</guid>
		<description>[...] MySQL, and PHP; the standard web developers toolkit. After a little bit of googling, I found this great guide from Tux Tweaks that walked me through the entire process. Once installed, my system hosted any files in the [...]</description>
		<content:encoded><![CDATA[<p>[...] MySQL, and PHP; the standard web developers toolkit. After a little bit of googling, I found this great guide from Tux Tweaks that walked me through the entire process. Once installed, my system hosted any files in the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apolo</title>
		<link>http://tuxtweaks.com/2009/10/install-lamp-on-ubuntu-9-10-karmic-koala/comment-page-4/#comment-2544</link>
		<dc:creator>apolo</dc:creator>
		<pubDate>Sun, 07 Mar 2010 03:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=953#comment-2544</guid>
		<description>Felicidades, grande por su aporte</description>
		<content:encoded><![CDATA[<p>Felicidades, grande por su aporte</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://tuxtweaks.com/2009/10/install-lamp-on-ubuntu-9-10-karmic-koala/comment-page-4/#comment-2539</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 07 Mar 2010 00:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=953#comment-2539</guid>
		<description>Found the wordpress one, just had to go hunting</description>
		<content:encoded><![CDATA[<p>Found the wordpress one, just had to go hunting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://tuxtweaks.com/2009/10/install-lamp-on-ubuntu-9-10-karmic-koala/comment-page-4/#comment-2538</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 07 Mar 2010 00:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=953#comment-2538</guid>
		<description>Can you post how to get Wordpress and Joomla up and running on this ?

I&#039;d appreciate it very much.</description>
		<content:encoded><![CDATA[<p>Can you post how to get Wordpress and Joomla up and running on this ?</p>
<p>I'd appreciate it very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linerd</title>
		<link>http://tuxtweaks.com/2009/10/install-lamp-on-ubuntu-9-10-karmic-koala/comment-page-4/#comment-2508</link>
		<dc:creator>Linerd</dc:creator>
		<pubDate>Wed, 03 Mar 2010 13:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=953#comment-2508</guid>
		<description>This should have been configured during installation. If you are getting the 404 error on phpMyAdmin you should run 
[term]sudo dpkg-reconfigure phpmyadmin[/term]
use the space bar to mark the box next to Apache and then hit &lt;strong&gt;&lt;Enter&gt;&lt;/strong&gt; to complete the configuration.
Then run
[term]sudo /etc/init.d/apache2 reload[/term]
You should be able to use phpMyAdmin now.</description>
		<content:encoded><![CDATA[<p>This should have been configured during installation. If you are getting the 404 error on phpMyAdmin you should run </p>
<div class="term">sudo dpkg-reconfigure phpmyadmin</div>
<p>use the space bar to mark the box next to Apache and then hit <strong>&lt;Enter&gt;</strong> to complete the configuration.<br />
Then run</p>
<div class="term">sudo /etc/init.d/apache2 reload</div>
<p>You should be able to use phpMyAdmin now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saphid</title>
		<link>http://tuxtweaks.com/2009/10/install-lamp-on-ubuntu-9-10-karmic-koala/comment-page-4/#comment-2507</link>
		<dc:creator>Saphid</dc:creator>
		<pubDate>Wed, 03 Mar 2010 12:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=953#comment-2507</guid>
		<description>If after you install you get a 404 not found error do this;

First type the following command to open up this file:
[term]gksudo gedit /etc/apache2/apache2.conf[/term]

Add the following line of code inside apache2.conf:
[term]Include /etc/phpmyadmin/apache.conf[/term]

Now restart Apache:
[term]sudo /etc/init.d/apache2 restart[/term]

Point your browser to: http://domain/phpmyadmin, you should be able to see the phpMyAdmin landing page now!</description>
		<content:encoded><![CDATA[<p>If after you install you get a 404 not found error do this;</p>
<p>First type the following command to open up this file:</p>
<div class="term">gksudo gedit /etc/apache2/apache2.conf</div>
<p>Add the following line of code inside apache2.conf:</p>
<div class="term">Include /etc/phpmyadmin/apache.conf</div>
<p>Now restart Apache:</p>
<div class="term">sudo /etc/init.d/apache2 restart</div>
<p>Point your browser to: <a href="http://domain/phpmyadmin" rel="nofollow">http://domain/phpmyadmin</a>, you should be able to see the phpMyAdmin landing page now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phew &#8230; &#171; Something &#8230;</title>
		<link>http://tuxtweaks.com/2009/10/install-lamp-on-ubuntu-9-10-karmic-koala/comment-page-4/#comment-2454</link>
		<dc:creator>Phew &#8230; &#171; Something &#8230;</dc:creator>
		<pubDate>Thu, 25 Feb 2010 23:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=953#comment-2454</guid>
		<description>[...] for a few helping hands &#8230; a few minutes later found them and worked almost flawless : 1.Installing LAMP on my version of Ubuntu (9.10). 2. Configuring Apache if your working on two or more sites. 3.In case you might need to start from [...]</description>
		<content:encoded><![CDATA[<p>[...] for a few helping hands &#8230; a few minutes later found them and worked almost flawless : 1.Installing LAMP on my version of Ubuntu (9.10). 2. Configuring Apache if your working on two or more sites. 3.In case you might need to start from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AccesInterzis</title>
		<link>http://tuxtweaks.com/2009/10/install-lamp-on-ubuntu-9-10-karmic-koala/comment-page-4/#comment-2379</link>
		<dc:creator>AccesInterzis</dc:creator>
		<pubDate>Fri, 19 Feb 2010 06:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=953#comment-2379</guid>
		<description>I did it. I added my user to that group. After that, I restarted my PC and when I accesed first time the root folder it let me to get in. So I went to www folder and I tried to delete a few files to create my own website after and it didn&#039;t let me to do it. I went out of the File Browser and when i tried to access root folder again it told me that i do not have permissions to open it.</description>
		<content:encoded><![CDATA[<p>I did it. I added my user to that group. After that, I restarted my PC and when I accesed first time the root folder it let me to get in. So I went to www folder and I tried to delete a few files to create my own website after and it didn't let me to do it. I went out of the File Browser and when i tried to access root folder again it told me that i do not have permissions to open it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linerd</title>
		<link>http://tuxtweaks.com/2009/10/install-lamp-on-ubuntu-9-10-karmic-koala/comment-page-4/#comment-2375</link>
		<dc:creator>Linerd</dc:creator>
		<pubDate>Thu, 18 Feb 2010 20:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=953#comment-2375</guid>
		<description>It&#039;s the same that you use to log into the system. Your terminal prompt is probably something like &lt;em&gt;yourid@hostname&lt;/em&gt;. You can also find out you ID with the following terminal command:
[term]whoami[/term]</description>
		<content:encoded><![CDATA[<p>It's the same that you use to log into the system. Your terminal prompt is probably something like <em>yourid@hostname</em>. You can also find out you ID with the following terminal command:</p>
<div class="term">whoami</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: AccesInterzis</title>
		<link>http://tuxtweaks.com/2009/10/install-lamp-on-ubuntu-9-10-karmic-koala/comment-page-4/#comment-2374</link>
		<dc:creator>AccesInterzis</dc:creator>
		<pubDate>Thu, 18 Feb 2010 19:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://tuxtweaks.com/?p=953#comment-2374</guid>
		<description>Where do I get my id from? :D</description>
		<content:encoded><![CDATA[<p>Where do I get my id from? <img src='http://tuxtweaks.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
