<?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>Web Development &#38; Stuff &#187; Fedora</title>
	<atom:link href="http://web-development-blog.co.uk/tag/fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://web-development-blog.co.uk</link>
	<description>Some interesting findings from web-dev land...</description>
	<lastBuildDate>Thu, 22 Dec 2011 15:35:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Override Authtype in sub / child directory .htaccess file</title>
		<link>http://web-development-blog.co.uk/2009/03/23/override-authtype-in-sub-child-directory-htaccess-file/</link>
		<comments>http://web-development-blog.co.uk/2009/03/23/override-authtype-in-sub-child-directory-htaccess-file/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 22:18:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux servers]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://web-development-blog.co.uk/?p=123</guid>
		<description><![CDATA[I had a whole site that was .htaccess password protected using Apache authentication:
12AuthType Basic
etc etc
I wanted to allow public access to a sub directory. I had to Google it for quite a while and finally worked it out. I added this to the child directory .htaccess file:
1Satisfy any
The password prompt is now gone for that [...]]]></description>
			<content:encoded><![CDATA[<p>I had a whole site that was .htaccess password protected using Apache authentication:</p>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:100%"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br />2<br /></div></td><td><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">AuthType Basic<br />
etc etc</div></td></tr></tbody></table></div>
<p>I wanted to allow public access to a sub directory. I had to Google it for quite a while and finally worked it out. I added this to the child directory .htaccess file:</p>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:100%"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br /></div></td><td><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">Satisfy any</div></td></tr></tbody></table></div>
<p>The password prompt is now gone for that directory ;]</p>
]]></content:encoded>
			<wfw:commentRss>http://web-development-blog.co.uk/2009/03/23/override-authtype-in-sub-child-directory-htaccess-file/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Reload bash_profile / profile without starting a new shell session</title>
		<link>http://web-development-blog.co.uk/2009/03/04/reload-bash_profile-profile-without-starting-a-new-shell-session/</link>
		<comments>http://web-development-blog.co.uk/2009/03/04/reload-bash_profile-profile-without-starting-a-new-shell-session/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 14:47:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux servers]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://web-development-blog.co.uk/?p=89</guid>
		<description><![CDATA[I always used to log-out / log-back-in to shell, to allow changes in my .bash_profile to kick in. I&#8217;m guessing this would work in OSX with your .profile file too but I&#8217;ve not tested it. Anyways, I discovered you can reload the script on the fly using:
1source ~/.bash_profile
]]></description>
			<content:encoded><![CDATA[<p>I always used to log-out / log-back-in to shell, to allow changes in my .bash_profile to kick in. I&#8217;m guessing this would work in OSX with your .profile file too but I&#8217;ve not tested it. Anyways, I discovered you can reload the script on the fly using:</p>
<div class="codecolorer-container sql " style="overflow:auto;white-space:nowrap;width:100%"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br /></div></td><td><div class="sql codecolorer" style="font-family:Monaco,Lucida Console,monospace">source ~<span class="sy0">/.</span>bash_profile</div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://web-development-blog.co.uk/2009/03/04/reload-bash_profile-profile-without-starting-a-new-shell-session/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mount remote file system on your local file system over SSH &#8211; SSHFS</title>
		<link>http://web-development-blog.co.uk/2009/02/25/mount-remote-file-system-on-your-local-file-system-ssh-sshfs/</link>
		<comments>http://web-development-blog.co.uk/2009/02/25/mount-remote-file-system-on-your-local-file-system-ssh-sshfs/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 23:07:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux servers]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://web-development-blog.co.uk/?p=80</guid>
		<description><![CDATA[Lots of love going about today! This time, the recipient is SSHFS which allows you to mount a remote filing system onto your local tree over SSH. In a virtual hosting environment (/vhosts/ etc) it&#8217;s pure joy to work with.
You&#8217;ll need to install SSHFS on the client (the machine you want to mount the remote [...]]]></description>
			<content:encoded><![CDATA[<p>Lots of love going about today! This time, the recipient is SSHFS which allows you to mount a remote filing system onto your local tree over SSH. In a virtual hosting environment (/vhosts/ etc) it&#8217;s pure joy to work with.</p>
<p>You&#8217;ll need to install SSHFS on the client (the machine you want to mount the remote system on). All you need on the remote system is SSH. This is already installed on most systems.</p>
<p>You can install SSHFS on OSX with Mac Ports:</p>
<div class="codecolorer-container sql " style="overflow:auto;white-space:nowrap;width:100%"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br /></div></td><td><div class="sql codecolorer" style="font-family:Monaco,Lucida Console,monospace">port install sshfs</div></td></tr></tbody></table></div>
<p>On the local client system add the user you&#8217;re going to connect with to the fuse group. That group was created when you installed SSHFS:</p>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:100%"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br /></div></td><td><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">gpasswd -a localuser fuse</div></td></tr></tbody></table></div>
<p>Create a directory on the local filing system to use as a mount point:</p>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:100%"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br /></div></td><td><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">mkdir /vhosts_servername/</div></td></tr></tbody></table></div>
<p>Now connect to the remote system using a command line like this on the client:</p>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:100%"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br /></div></td><td><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">sshfs localuser@yourdomain.com:/remote_directory/ /vhosts_servername</div></td></tr></tbody></table></div>
<p>Nice ;]</p>
]]></content:encoded>
			<wfw:commentRss>http://web-development-blog.co.uk/2009/02/25/mount-remote-file-system-on-your-local-file-system-ssh-sshfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>64bit PHP 5.2.5 compile error (Fedora Core 8)</title>
		<link>http://web-development-blog.co.uk/2008/03/23/64bit-php-525-compile-error-fedora-core-8/</link>
		<comments>http://web-development-blog.co.uk/2008/03/23/64bit-php-525-compile-error-fedora-core-8/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 18:53:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux servers]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://web-development-blog.co.uk/2008/03/23/64bit-php-525-compile-error-fedora-core-8/</guid>
		<description><![CDATA[I recently moved over to the 64bit version of Fedora Core 8.
My plan was to compile both Apache and PHP from source, as they require a fair amount of customisations for my needs.
The Apache compile went without problems but using my regular configure directives for PHP (5.2.5) threw this error:
1configure: error: mysql configure failed. Please [...]]]></description>
			<content:encoded><![CDATA[<p>I recently moved over to the 64bit version of Fedora Core 8.</p>
<p>My plan was to compile both Apache and PHP from source, as they require a fair amount of customisations for my needs.</p>
<p>The Apache compile went without problems but using my regular configure directives for PHP (5.2.5) threw this error:</p>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:100%"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br /></div></td><td><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">configure: error: mysql configure failed. Please check config.log for more information.</div></td></tr></tbody></table></div>
<p>This confused me a little and I spent quite some time investigating possible issues with MySQL. The config.log was pretty useless!</p>
<p>After a fair amount of reading I came across this directive that solved the issue (should have known!):</p>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:100%"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br /></div></td><td><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">--with-libdir=lib64</div></td></tr></tbody></table></div>
<p>So my final configure command looked like this:</p>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:100%"><table cellspacing="0" cellpadding="0"><tbody><tr><td class="line-numbers"><div>1<br /></div></td><td><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">./configure --with-apxs2=/usr/local/apache2/bin/apxs &lt;strong&gt;--with-libdir=lib64&lt;/strong&gt; --with-mysql --with-zlib-dir=/usr/include/ --with-openssl --with-curl --with-config-file-path=/etc/php.ini</div></td></tr></tbody></table></div>
<p>No more errors! Joy ;]</p>
]]></content:encoded>
			<wfw:commentRss>http://web-development-blog.co.uk/2008/03/23/64bit-php-525-compile-error-fedora-core-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

