<?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>xampp secure &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/xampp-secure/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Thu, 02 Dec 2010 02:57:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>Install XAMPP on Linux</title>
		<link>https://lifelinux.com/install-xampp-on-linux/</link>
					<comments>https://lifelinux.com/install-xampp-on-linux/#comments</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Thu, 02 Dec 2010 02:34:42 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[WebServer]]></category>
		<category><![CDATA[auto start xampp]]></category>
		<category><![CDATA[install lampp]]></category>
		<category><![CDATA[Install XAMPP]]></category>
		<category><![CDATA[install xampp on ubuntu]]></category>
		<category><![CDATA[lampp on linux]]></category>
		<category><![CDATA[xampp secure]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=239</guid>

					<description><![CDATA[<p>XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use &#8211; just download, extract and start. The distribution for Linux systems (tested for SuSE, RedHat, Mandrake and Debian) contains: Apache, MySQL, PHP &#38; PEAR, Perl, ProFTPD, phpMyAdmin, OpenSSL, GD, Freetype2, libjpeg, libpng, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/install-xampp-on-linux/">Install XAMPP on Linux</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p><strong>XAMPP</strong> is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use &#8211; just download, extract and start.</p>
<p>The distribution for Linux systems (tested for SuSE, RedHat, Mandrake and Debian) contains: Apache, MySQL, PHP &amp; PEAR, Perl, ProFTPD, phpMyAdmin, OpenSSL, GD, Freetype2, libjpeg, libpng, gdbm, zlib, expat, Sablotron, libxml, Ming, Webalizer, pdf class, ncurses, mod_perl, FreeTDS, gettext, mcrypt, mhash, eAccelerator, SQLite and IMAP C-Client.<span id="more-239"></span></p>
<p>Installation XAMPP in 4 steps:</p>
<h3>Step 1: Download XAMPP</h3>
<p>Download the latest version of Xampp from <a href="http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/">SourceForge</a>.</p>
<pre>wget http://biznetnetworks.dl.sourceforge.net/project/xampp/XAMPP%20Linux/1.7.3a/xampp-linux-1.7.3a.tar.gz
</pre>
<h3>Step 2: Extract XAMPP</h3>
<p>Extract the archive using the following commands:</p>
<pre>tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt
</pre>
<p>That&#8217;s all. XAMPP is now installed below the /opt/lampp directory.</p>
<h3>Step 3: Start XAMPP</h3>
<p>To start it up, open a terminal and type this:</p>
<pre>/opt/lampp/lampp start
</pre>
<p>To stop it, open a terminal and type this:</p>
<pre>/opt/lampp/lampp stop
</pre>
<h3>Step 4: Test XAMPP</h3>
<p>That was easy but how can you check that everything really works? Just type in the following URL at your favourite web browser:</p>
<pre>http://localhost</pre>
<p><a href="http://www.lifelinux.com/wp-content/uploads/2010/12/autoxampp2.png"><img loading="lazy" class="aligncenter size-medium wp-image-247" title="LAMPP" src="http://www.lifelinux.com/wp-content/uploads/2010/12/autoxampp2-300x133.png" alt="" width="300" height="133" srcset="https://lifelinux.com/wp-content/uploads/2010/12/autoxampp2-300x133.png 300w, https://lifelinux.com/wp-content/uploads/2010/12/autoxampp2-1024x456.png 1024w, https://lifelinux.com/wp-content/uploads/2010/12/autoxampp2.png 1278w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<h3>Step 5: Make XAMPP secure</h3>
<p>XAMPP is not meant for production use but only for developers in a development environment. The way XAMPP is configured is to be open as possible and allowing the developer anything he/she wants. For development environments this is great but in a production environment it could be fatal.</p>
<p><strong>Here a list of missing security in XAMPP:</strong></p>
<ol>
<li>The MySQL administrator (root) has no password.</li>
<li>The MySQL daemon is accessible via network.</li>
<li>ProFTPD uses the password &#8220;lampp&#8221; for user &#8220;nobody&#8221;.</li>
<li>PhpMyAdmin is accessible via network.</li>
<li>Examples are accessible via network.</li>
<li>MySQL and Apache running under the same user (nobody).</li>
</ol>
<p>To fix most of the security weaknesses simply call the following command:</p>
<pre>/opt/lampp/lampp security
</pre>
<p>It starts a small security check and makes your XAMPP installation quite secure. For example this protects the XAMPP demo pages by a username (&#8216;lampp&#8217;) and password combination.</p>
<h3>Step 6: Auto start XAMPP</h3>
<p>Open /etc/rc.local using command</p>
<pre>vi /etc/rc.local
</pre>
<p>Add the following line in at end of the file</p>
<pre>/opt/lampp/lampp start
</pre>
<g:plusone href="https://lifelinux.com/install-xampp-on-linux/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/install-xampp-on-linux/">Install XAMPP on Linux</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/install-xampp-on-linux/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
