<?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>TechBytes &#187; LAMPP</title>
	<atom:link href="http://www.asim.pk/tag/lampp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Fri, 20 Jan 2012 12:48:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Intall Apache, MySQL and PHP on Ubuntu 8.10</title>
		<link>http://www.asim.pk/2009/01/09/intall-apache-mysql-and-php-on-ubuntu-810/</link>
		<comments>http://www.asim.pk/2009/01/09/intall-apache-mysql-and-php-on-ubuntu-810/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 19:01:39 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[LAMPP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=182</guid>
		<description><![CDATA[WARNING: Please use this method to install Apache, PHP and MySQL because its more suitable for most of your needs and has options to auto-upgrade your installation. The following method is obsolete and not recommended. After trying to install Apache, &#8230; <a href="http://www.asim.pk/2009/01/09/intall-apache-mysql-and-php-on-ubuntu-810/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong><big>WARNING:</big></strong> <a href="http://www.asim.pk/2009/03/04/intall-apache-mysql-and-php-on-ubuntu-part-2/">Please use this method to install Apache, PHP and MySQL</a> because its more suitable for most of your needs and has options to auto-upgrade your installation. <strong>The following method is obsolete and not recommended.</strong></p>
<p>After trying to install Apache, MySQL and PHP on Ubuntu 8.10 via several methods listed over the web. I opted for <a href="http://www.xampp.org/" target="_blank"><strong>xampp package for linux</strong></a>.</p>
<p>It is as easy as ABC</p>
<p>Download the <a href="http://www.apachefriends.org/en/xampp-linux.html#374"><strong>xampp linux package from their official website</strong></a></p>
<pre class="brush: plain; title: ; notranslate">wget http://nchc.dl.sourceforge.net/sourceforge/xampp/xampp-linux-1.7.tar.gz</pre>
<p>(<em>I have selected <a href="http://www.nchc.org.tw/"><b>NCHC, Taiwan</b></a> as the mirror to download this package, you may try another</em>)</p>
<p>Extract the files</p>
<pre class="brush: plain; title: ; notranslate">sudo tar xvfz xampp-linux-1.7.tar.gz -C /opt</pre>
</p>
<p>Chmod the files to have nobody ownership</p>
<pre class="brush: plain; title: ; notranslate">sudo chown -R nobody:root /opt/lampp/</pre>
</p>
<p>Configure xampp security</p>
<pre class="brush: plain; title: ; notranslate">sudo /opt/lampp/lampp security</pre>
</p>
<p>Start xampp with this command</p>
<pre class="brush: plain; title: ; notranslate">sudo /opt/lampp/lampp start</pre>
</p>
<p>Stop xampp</p>
<pre class="brush: plain; title: ; notranslate">sudo /opt/lampp/lampp stop</pre>
</p>
<p>Restart xampp</p>
<pre class="brush: plain; title: ; notranslate">sudo /opt/lampp/lampp restart</pre>
</p>
<p>Login to ftp using the username <strong>nobody</strong> and the password that you have set up in the &#8220;xampp security&#8221;</p>
<p>To uninstall xampp</p>
<pre class="brush: plain; title: ; notranslate">sudo rm -fr /opt/lampp</pre>
</p>
<p><strong>Enjoy!!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/01/09/intall-apache-mysql-and-php-on-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

