<?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>Harry Bailey &#187; OS X 10.5</title>
	<atom:link href="http://harrybailey.com/category/mac/os-x-105/feed/" rel="self" type="application/rss+xml" />
	<link>http://harrybailey.com</link>
	<description>just a little bit geeky</description>
	<lastBuildDate>Tue, 24 Aug 2010 12:15:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Virtual Hosts for PHP5 on OS X 10.5 Leopard</title>
		<link>http://harrybailey.com/2009/03/virtual-hosts-for-php5-on-os-x-105-leopard/</link>
		<comments>http://harrybailey.com/2009/03/virtual-hosts-for-php5-on-os-x-105-leopard/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 14:21:35 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X 10.5]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://harrybailey.com/?p=244</guid>
		<description><![CDATA[I just spent a good hour trying to work out why virtual hosts wasn&#8217;t working for me on my local machine. Turns out I needed to:
1) Enable virtual hosts by uncommenting the line
Include /private/etc/apache2/extra/httpd-vhosts.conf
 in httpd.conf
2) Add the line
NameVirtualHost 127.0.0.1
 to httpd.conf. I put it under the line
Listen 80
 for now.
then&#8230;

3) Add my new hosts [...]]]></description>
			<content:encoded><![CDATA[<p>I just spent a good hour trying to work out why virtual hosts wasn&#8217;t working for me on my local machine. Turns out I needed to:</p>
<p>1) Enable virtual hosts by uncommenting the line
<pre>Include /private/etc/apache2/extra/httpd-vhosts.conf</pre>
<p> in httpd.conf</p>
<p>2) Add the line
<pre>NameVirtualHost 127.0.0.1</pre>
<p> to httpd.conf. I put it under the line
<pre>Listen 80</pre>
<p> for now.</p>
<p>then&#8230;</p>
<p><span id="more-244"></span></p>
<p>3) Add my new hosts to the bottom of the httpd-vhosts.conf file:</p>
<pre>
&lt;virtualhost mylocalsite.hjb&gt;
	DocumentRoot /Volumes/Drive/Sites/mylocalsite
	ServerName mylocalsite.hjb
	ServerAlias *.mylocalsite.hjb
&lt;/virtualhost&gt;
</pre>
<p>4) Add the sites as new lines to the /private/etc/hosts file as
<pre>127.0.0.1 mylocalsite.hjb</pre>
<p>You can also do this with subdomains if you like. subdomain.mylocalsite.hjb</p>
]]></content:encoded>
			<wfw:commentRss>http://harrybailey.com/2009/03/virtual-hosts-for-php5-on-os-x-105-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entropy PHP Working With OSX 10.5</title>
		<link>http://harrybailey.com/2009/03/entropy-php-working-with-osx-10-5/</link>
		<comments>http://harrybailey.com/2009/03/entropy-php-working-with-osx-10-5/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 22:58:00 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X 10.5]]></category>

		<guid isPermaLink="false">http://harrybailey.com/?p=237</guid>
		<description><![CDATA[Thanks to davidje13 in this post on the entropy forum I have php with all the bells and whistles including gd, mb_ and zip working on a 10.5 macbook pro.

There are always issues setting up a new machine with a bullet proof development environment. Luckily I only have to do it a couple of times [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to davidje13 in <a href="http://www.entropy.ch/phpbb2/viewtopic.php?t=3074">this post</a> on the <a href="http://www.entropy.ch/">entropy</a> forum I have php with all the bells and whistles including gd, mb_ and zip working on a 10.5 macbook pro.</p>
<p><span id="more-237"></span></p>
<p>There are always issues setting up a new machine with a bullet proof development environment. Luckily I only have to do it a couple of times and year and entropy has always helped me out on the php site. MySQL tends to be pretty idiot proof if you pick a sensible package.</p>
<p>So although entropy hasn&#8217;t been updated recently due to the developers life commitments it is still working for the latest osx.</p>
<p>I just hope this continues in the future because I hate the idea of MAMP, WAMP or anything else that takes the environment aways from where it should be.</p>
]]></content:encoded>
			<wfw:commentRss>http://harrybailey.com/2009/03/entropy-php-working-with-osx-10-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
