<?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>ria-coder.com &#187; apache</title>
	<atom:link href="http://ria-coder.com/blog/tag/apache/feed" rel="self" type="application/rss+xml" />
	<link>http://ria-coder.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 21 Apr 2010 19:35:08 +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>Working with LAMPP on Linux Mint</title>
		<link>http://ria-coder.com/blog/working-with-lampp-on-linux-mint</link>
		<comments>http://ria-coder.com/blog/working-with-lampp-on-linux-mint#comments</comments>
		<pubDate>Mon, 26 Jan 2009 20:07:28 +0000</pubDate>
		<dc:creator>Danny Kopping</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[lampp]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://ria-coder.com/blog/?p=116</guid>
		<description><![CDATA[Following from my previous post, i decided to try and mimick my development environment at work on my laptop. The quickest and easiest way to do this is to install XAMPP for Linux. The folks over at apachefriends have given us one of the greatest gifts a web-developer geek could want&#8230; A pre-configured, fully open]]></description>
			<content:encoded><![CDATA[<p>Following from my previous post, i decided to try and mimick my development environment at work on my laptop. The quickest and easiest way to do this is to install <a title="XAMPP for Linux" href="http://www.apachefriends.org/en/xampp-linux.html" target="_blank">XAMPP for Linux</a>. The folks over at <strong>apachefriends</strong> have given us one of the greatest gifts a web-developer geek could want&#8230; A pre-configured, fully open and customizable, versatile setup of <strong>LAMPP</strong> (<strong>L</strong>inux, <strong>A</strong>pache, <strong>M</strong>ySQL, <strong>P</strong>HP and <strong>P</strong>erl). Here&#8217;s what the package includes:</p>
<blockquote><p>Apache 2.2.11, MySQL 5.1.30, PHP 5.2.8 &amp; PEAR + SQLite 2.8.17/3.3.17 + multibyte (mbstring) support, Perl 5.10.0, ProFTPD 1.3.1, phpMyAdmin 3.1.1, OpenSSL 0.9.8i, GD 2.0.1, Freetype2 2.1.7, libjpeg 6b, libpng 1.2.12, gdbm 1.8.0, zlib 1.2.3, expat 1.2, Sablotron 1.0, libxml 2.7.2, Ming 0.3, Webalizer 2.01, pdf class 009e, ncurses 5.3, mod_perl 2.0.4, FreeTDS 0.63, gettext 0.11.5, IMAP C-Client 2004e, OpenLDAP (client) 2.3.11, mcrypt 2.5.7, mhash 0.8.18, eAccelerator 0.9.5.3, cURL 7.19.2, libxslt 1.1.8, phpSQLiteAdmin 0.2, libapreq 2.08, FPDF 1.6, XAMPP Control Panel 0.6, bzip 1.0.5, PBXT 1.0.07-rc</p></blockquote>
<p>Now stick that in your pipe and serve it!</p>
<p>This package must <strong>NOT</strong> be used on production server. <strong>NEVER!</strong> Please view <a title="LAMPP security" href="http://www.apachefriends.org/en/xampp-linux.html#381" target="_blank">this</a> page for information about LAMPP&#8217;s inherent security flaws and why it benefits you on a local machine, but not on a production server.</p>
<p>The LAMPP package is simple enough to install, but there is one thing i noticed that is a bit of a ball-ache&#8230; By default, you cannot use LAMPP without an active internet connection. However, there is a quick fix:</p>
<ol>
<li>Open the httpd.conf file (<em>sudo nano /path/to/</em>httpd.conf)</li>
<li>Look for the line that says <strong>Listen 80</strong></li>
<li>Change the line to <strong>Listen 127.0.0.1:80</strong></li>
<li>Save the file and restart apache</li>
<li>Run <a href="http://localhost" target="_blank">http://localhost</a></li>
<li>It works! <img src='http://ria-coder.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ria-coder.com/blog/working-with-lampp-on-linux-mint/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

