<?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>LinuxHub &#187; Web server</title>
	<atom:link href="http://linuxhub.net/tag/web-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxhub.net</link>
	<description>Making Linux Simple!</description>
	<lastBuildDate>Tue, 07 Sep 2010 08:22:05 +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>Install XAMPP-Linux Apache MySQL and PhP {LAMP} on Ubuntu: How-to</title>
		<link>http://linuxhub.net/2009/07/install-xampp-linux-apache-mysql-and-php-lamp-on-ubuntu-how-to/</link>
		<comments>http://linuxhub.net/2009/07/install-xampp-linux-apache-mysql-and-php-lamp-on-ubuntu-how-to/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 06:47:23 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux distribution]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web server]]></category>
		<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[xampp in ubuntu]]></category>
		<category><![CDATA[xampp jaunty]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=107</guid>
		<description><![CDATA[Share A web server is very important component if you are on Linux an importantly if you are web developer. You can install Apache, MySQL and PhP as separate component on Linux and then configure them. However, if you are just getting started and wished there was an all-in-one package to install LAMP (Linux Apache]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button-right"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://linuxhub.net/2009/07/install-xampp-linux-apache-mysql-and-php-lamp-on-ubuntu-how-to/";
			tweetmeme_source = "tweetmeme";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div><div class="socialize-in-button-right"><a name="fb_share" type="box_count" share_url="http://linuxhub.net/2009/07/install-xampp-linux-apache-mysql-and-php-lamp-on-ubuntu-how-to/" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div><div class="socialize-in-button-right"><script type="text/javascript"> 
		<!-- 
		digg_url = "http://linuxhub.net/2009/07/install-xampp-linux-apache-mysql-and-php-lamp-on-ubuntu-how-to/";
		//-->
	</script> 
	<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div></div><p style="text-align: justify;"><img class="size-full wp-image-116 alignright" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="icon-orig" src="http://linuxhub.net/wp-content/uploads/2009/07/icon-orig.png" alt="icon-orig" width="160" height="160" />A <a class="zem_slink" title="Web server" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_server">web server</a> is very important component if you are on <a class="zem_slink" title="Linux" rel="wikipedia" href="http://en.wikipedia.org/wiki/Linux">Linux</a> an importantly if you are web developer. You can install <a class="zem_slink" title="Apache HTTP Server" rel="homepage" href="http://httpd.apache.org/">Apache</a>, <a class="zem_slink" title="MySQL" rel="homepage" href="http://www.mysql.com">MySQL</a> and PhP as separate component on Linux and then configure them. However, if you are just getting started and wished there was an all-in-one package to install <a class="zem_slink" title="LAMP (software bundle)" rel="wikipedia" href="http://en.wikipedia.org/wiki/LAMP_%28software_bundle%29">LAMP</a> (Linux Apache MySQL and PhP) on your <a class="zem_slink" title="Ubuntu" rel="homepage" href="http://www.ubuntu.com/">Ubuntu</a> machine and that you could avoid all the hassles of configuring each package separately, then you are reading the right post. <a href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP</a> for Linux avoids all the issues of installing separate components of LAMP and makes it easy for you to get started with your web development on Linux.</p>
<blockquote>
<p style="text-align: justify;">XAMPP is an easy to install Apache distribution containing MySQL, PHP and <a class="zem_slink" title="Perl" rel="homepage" href="http://www.perl.org/">Perl</a>. XAMPP is really very easy to install and to use &#8211; just download, extract and start.</p>
</blockquote>
<p style="text-align: justify;">Let&#8217;s see how to install XAMPP.</p>
<h3 style="text-align: justify;">Installing XAMPP</h3>
<p style="text-align: justify;">1. Download the latest version of XAMPP for Linux from <a href="http://www.apachefriends.org/download.php?xampp-linux-1.7.1.tar.gz" target="_blank">here</a>.</p>
<p style="text-align: justify;">2. Bring up your run prompt by hitting ALT+F2 and type &#8220;gnome-terminal&#8221; (without quotes) to bring up terminal window.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-109" title="terminalrun" src="http://linuxhub.net/wp-content/uploads/2009/07/terminalrun1.png" alt="terminalrun" width="452" height="218" /></p>
<p style="text-align: justify;">3. Type the following to begin the installation:</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #888888;">cd Desktop</span></p>
<p style="text-align: justify;"><span style="color: #888888;">sudo tar xvfz xampp-linux-1.7.1.tar.gz -C /opt</span></p>
</blockquote>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-111" title="xamppinstallation" src="http://linuxhub.net/wp-content/uploads/2009/07/xamppinstallation.png" alt="xamppinstallation" width="500" height="369" /></p>
<p style="text-align: justify;">This means we are installing XAMPP in <span style="color: #888888;">/opt</span> directory. If everything goes right you&#8217;ll have XAMPP installed.</p>
<h3 style="text-align: justify;">Starting XAMPP</h3>
<p style="text-align: justify;">In order to start XAMPP, type the following in your terminal window</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #888888;">sudo /opt/lampp/lampp start</span></p>
</blockquote>
<p style="text-align: justify;"><span style="color: #888888;"><img class="alignnone size-full wp-image-113" title="xamppstarted" src="http://linuxhub.net/wp-content/uploads/2009/07/xamppstarted.png" alt="xamppstarted" width="500" height="369" /><br />
</span></p>
<h3 style="text-align: justify;">Test XAMPP Installation</h3>
<p style="text-align: justify;">You can test your XAMPP installation by opening firefox and typing <span style="color: #888888;">localhost</span> in the address bar.</p>
<p style="text-align: justify;">You&#8217;ll see the following screen</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-114" title="xamppstartedsplash" src="http://linuxhub.net/wp-content/uploads/2009/07/xamppstartedsplash.png" alt="xamppstartedsplash" width="500" height="228" /></p>
<p style="text-align: justify;">Select your desired language and you are good to go.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-115" title="xamppstartedmain" src="http://linuxhub.net/wp-content/uploads/2009/07/xamppstartedmain.png" alt="xamppstartedmain" width="500" height="330" /></p>
<p style="text-align: justify;">Enjoy the journey of developing great web application with a great LAMP package on your Ubuntu!</p>
<p style="text-align: justify;">
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=2dccccf2-727a-4e4a-90e0-8860aa02684c" alt="" /><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2009/07/install-xampp-linux-apache-mysql-and-php-lamp-on-ubuntu-how-to/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
