<?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 Dev Pages &#187; Mac Web Development</title>
	<atom:link href="http://www.n8williams.com/devblog/category/mac-web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.n8williams.com/devblog</link>
	<description>A knowledge base for simple (and beyond) web applications development</description>
	<lastBuildDate>Mon, 07 Nov 2011 08:31:27 +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>Notes on configuring Apache, PHP, and MySQL on Mac OS X 10.5</title>
		<link>http://www.n8williams.com/devblog/general_dev/notes-on-configuring-apache-php-and-mysql-on-mac-os-x-10-5</link>
		<comments>http://www.n8williams.com/devblog/general_dev/notes-on-configuring-apache-php-and-mysql-on-mac-os-x-10-5#comments</comments>
		<pubDate>Wed, 29 Jul 2009 20:14:17 +0000</pubDate>
		<dc:creator>Nate Admin</dc:creator>
				<category><![CDATA[General Dev]]></category>
		<category><![CDATA[Mac Web Development]]></category>

		<guid isPermaLink="false">http://www.n8williams.com/devblog/?p=77</guid>
		<description><![CDATA[-When you setup additional folders outside of the &#8216;Sites&#8217; folder to serve files, they cannot be in a directory path where in higher up directory has restricted rights (you can&#8217;t serve files from anywhere in the &#8216;Documents&#8217; folder).
-If you add a virtual host, make sure the home directory/ doc root has a corresponding directory entry. [...]]]></description>
			<content:encoded><![CDATA[<p>-When you setup additional folders outside of the &#8216;Sites&#8217; folder to serve files, they cannot be in a directory path where in higher up directory has restricted rights (you can&#8217;t serve files from anywhere in the &#8216;Documents&#8217; folder).</p>
<p>-If you add a virtual host, make sure the home directory/ doc root has a corresponding directory entry. So the &lt;VirtualHost&gt;&#8217;s docroot needs to have a &lt;Directory&gt; to make it so the default apache settings for directories don&#8217;t deny the server access.</p>
<p>-When you uncomment the link to the virtual hosts file, make a vhost for localhost too.</p>
<p>-When you specify an error log output file for php, chmod it to be globally writable (so php can write to it).</p>
<p>-Eclipse in Mac OS X is funky (Ganymede) with the pdt plugin.</p>
<p>-The debugger module does not work for php unless you compile a 64-bit version of xdebug, which didn&#8217;t work easily.</p>
<p>-the zend_path or whatever sucks! This needs to point to the xdebug.so, this was not documented anywhere for mac os x. You have to move it to the weird extensions folder in usr/lib/php or edit the extension_dir, after you have compiled and put the xdebug.so in that location.</p>
<p>-The extension_dir should not be &#8216;./&#8217;, which just means current folder, but should point to &#8216;usr/lib/php/extensions&#8217; or something (by mem, update later)</p>
<p>-Updating the mysql values in php.ini is pretty straight forward.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.n8williams.com/devblog/general_dev/notes-on-configuring-apache-php-and-mysql-on-mac-os-x-10-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

