<?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>The Grey Geek &#187; xammp</title>
	<atom:link href="http://ubuntu.philipcasey.com/category/xammp/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu.philipcasey.com</link>
	<description>Android, Ubuntu, Wordpress: Learning by mistakes</description>
	<lastBuildDate>Fri, 13 Jan 2012 19:14:57 +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>Xampp Control Panel won&#8217;t start on its own</title>
		<link>http://ubuntu.philipcasey.com/xampp-control-panel-wont-start-on-its-own/</link>
		<comments>http://ubuntu.philipcasey.com/xampp-control-panel-wont-start-on-its-own/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 10:26:16 +0000</pubDate>
		<dc:creator>Philip Casey</dc:creator>
				<category><![CDATA[xammp]]></category>

		<guid isPermaLink="false">http://ubuntu.philipcasey.com/?p=150</guid>
		<description><![CDATA[I&#8217;ve been doing a lot of testing a WordPress template for a friend, so Xampp has come in very useful. There&#8217;s one problem, though. The Xampp Control panel won&#8217;t start on its own. The solution, with thanks, is at Human Language Weblog: If Apache2 or MySQL is already running, then XAMPP will not start. You [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing a lot of testing a WordPress template for a friend, so <a href="http://www.apachefriends.org/en/xampp-linux.html">Xampp</a> has come in very useful. </p>
<p>There&#8217;s one problem, though. The Xampp Control panel won&#8217;t start on its own.<br />
The solution, with thanks, is at <a href="http://humanlanguage.wordpress.com/2006/12/03/install-xampp-on-ubuntu/">Human Language Weblog</a>:</p>
<blockquote><p>If Apache2 or MySQL is already running, then XAMPP will not start. You must stop these applications, if you want to use XAMPP:<br />
sudo /etc/init.d/apache2 stop<br />
sudo /etc/init.d/mysql stop</p></blockquote>
<p>Then Xampp is happy and starts Apache and MySql.</p>
<p>The Xampp control panel used to work without the above stop commands, ie it worked a few years back, which makes it particularly frustrating, especially when using it a lot.</p>
<p>I&#8217;ve searched high up and down in Google, but no solution in sight. Anyone any ideas? </p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://ubuntu.philipcasey.com/local-wordpress-in-ubuntu/" rel="bookmark" class="crp_title">Local WordPress in Ubuntu</a></li><li><a href="http://ubuntu.philipcasey.com/xampp-and-wordpress-revisited/" rel="bookmark" class="crp_title">Xampp and WordPress revisited</a></li><li><a href="http://ubuntu.philipcasey.com/preparing-to-upgrade-to-ubuntu-9-10/" rel="bookmark" class="crp_title">Preparing to upgrade to Ubuntu 9.10</a></li><li><a href="http://ubuntu.philipcasey.com/use-the-windows-key-for-the-start-menu-in-ubuntu-linux/" rel="bookmark" class="crp_title">Use the Windows Key for the &#8220;Start&#8221; Menu in Ubuntu Linux</a></li><li><a href="http://ubuntu.philipcasey.com/firefox-drops-connection/" rel="bookmark" class="crp_title">Firefox drops connection</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntu.philipcasey.com/xampp-control-panel-wont-start-on-its-own/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xampp and WordPress revisited</title>
		<link>http://ubuntu.philipcasey.com/xampp-and-wordpress-revisited/</link>
		<comments>http://ubuntu.philipcasey.com/xampp-and-wordpress-revisited/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 12:00:14 +0000</pubDate>
		<dc:creator>Philip Casey</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[xammp]]></category>

		<guid isPermaLink="false">http://ubuntu.philipcasey.com/?p=125</guid>
		<description><![CDATA[I do very little website design these days. I only ever did it for myself and some friends, and we are mostly catered for now. However I&#8217;ve moved most of us to a wordpress cms, and finetuning can be a pain if you have to ftp every change. Enter Xampp and WordPress. I had installed [...]]]></description>
			<content:encoded><![CDATA[<p>I do very little website design these days. I only ever did it for myself and some friends, and we are mostly catered for now. However I&#8217;ve moved most of us to a wordpress cms, and finetuning can be a pain if you have to ftp every change. Enter Xampp and WordPress.<br />
I had installed xampp a few years ago, thanks to a tutorial by a blogger called Rumore. Unfortunately Rumore seems to have gone offline, and I had forgotten how to do it. </p>
<p>Complicating matters was the fact that every time I tried to download Xampp for Linux, the download would first of all download quickly and then very soon crawl to a halt. I didn&#8217;t realise for a while that the the reason terminal couldn&#8217;t unpack the file properly was because it was so incomplete.<br />
What to do? I tried several times, before I realised I&#8217;d have to rely on wget in terminal. </p>
<p>But I didn&#8217;t know how to do that either. </p>
<p>After much searching I found the perfect tutorial: <a href="http://humanlanguage.wordpress.com/2006/12/03/install-xampp-on-ubuntu/">Install XAMPP on Ubuntu</a> on <a href="http://humanlanguage.wordpress.com/">Human Language Weblog </a>(there&#8217;s also an How to Install Lamp tutorial on the same Weblog).</p>
<p>Previously I couldn&#8217;t figure out what was causing the slow download. The Xampp website redirected me to Sourceforge and that obviously spotted I was in Ireland and so I was marked for download from <a href="http://www.heanet.ie/">HEANet</a>. </p>
<p>I&#8217;ve noticed that Ubuntu update is very slow too. Is it HEANet, a fault in the download manager, or my serivce provider?  I&#8217;m not sure. </p>
<p>Anyway, wget ran into the same problems of a slow and disconnecting download, the difference being that it reconnected automatically, and eventually I had my full 54 Mb package, and everything installed without a hitch. and I secured Xampp as per instructions. </p>
<p>Then I realised I&#8217;d forgotten how to create a MySql database for WordPress. Fortunately, I found another excellent tutorial How <a href="http://www.myownserver.info/index.php/step-4-additonal-settings/38-newsqldatabase.html">To Create A New SQL Database using phpMyAdmin</a>  on <a href="http://www.myownserver.info/">My Own Server Personal Web Server Howto</a>. It&#8217;s illustrated so you can&#8217;t go wrong. In the introduction on the home page the author says he has put many hours into making his tutorials simple, and certainly in this one he&#8217;s succeeded admirably. </p>
<p>So now you&#8217;ve the database, with username and password. Paste the db name, the username and password into wp-config.sample, save it as wp-config as usual, make sure Xampp is up and running, and type http://localhost/yourubuntuusername/wordpress and WordPress will finish the installation as on the web. </p>
<p>One last thing. If you&#8217;re happy with the permalink stucture as it is, well and good, but if you prefer a Custom Structure go to Settings, Permalinks in WordPress, choose your preferred permalink structure, eg<br />
/%postname%/<br />
save changes and paste the generated code into a text editor and save it as .htaccess to your wordpress<br />
folder, /opt/lampp/htdocs/yourubuntuusername/wordpress</p>
<p>There&#8217;s <a href="http://www.catswhocode.com/blog/10-awesome-htaccess-hacks-for-wordpress">lots of things you can do with a .htaccess file</a>, but that&#8217;s enough for now</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://ubuntu.philipcasey.com/local-wordpress-in-ubuntu/" rel="bookmark" class="crp_title">Local WordPress in Ubuntu</a></li><li><a href="http://ubuntu.philipcasey.com/xampp-control-panel-wont-start-on-its-own/" rel="bookmark" class="crp_title">Xampp Control Panel won&#8217;t start on its own</a></li><li><a href="http://ubuntu.philipcasey.com/wordpress-251-in-ubuntu/" rel="bookmark" class="crp_title">WordPress 2.51 in Ubuntu</a></li><li><a href="http://ubuntu.philipcasey.com/preparing-to-upgrade-to-ubuntu-9-10/" rel="bookmark" class="crp_title">Preparing to upgrade to Ubuntu 9.10</a></li><li><a href="http://ubuntu.philipcasey.com/adding-a-line-to-sources-list/" rel="bookmark" class="crp_title">Adding a line to sources list</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://ubuntu.philipcasey.com/xampp-and-wordpress-revisited/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

