<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A Smarter MAMP</title>
	<atom:link href="http://postpostmodern.com/instructional/a-smarter-mamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://postpostmodern.com/instructional/a-smarter-mamp/</link>
	<description>Speaking of web development.</description>
	<lastBuildDate>Mon, 01 Mar 2010 10:43:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aaron Nigelfeld</title>
		<link>http://postpostmodern.com/instructional/a-smarter-mamp/comment-page-1/#comment-2043</link>
		<dc:creator>Aaron Nigelfeld</dc:creator>
		<pubDate>Sat, 06 Feb 2010 15:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://postpostmodern.com/?p=170#comment-2043</guid>
		<description>What about custom log locations? Do those work using the wildcards used in the VirtualDocumentRoot directive?</description>
		<content:encoded><![CDATA[<p>What about custom log locations? Do those work using the wildcards used in the VirtualDocumentRoot directive?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://postpostmodern.com/instructional/a-smarter-mamp/comment-page-1/#comment-2037</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 30 Dec 2009 15:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://postpostmodern.com/?p=170#comment-2037</guid>
		<description>I set this scheme up -- thanks!  Can you think of a change to this that would allow one-off departures?  For example, is there a way to modify the user.conf file so that &quot;special.dev&quot; could go somewhere other than Sites/dev/special?  Thanks again.</description>
		<content:encoded><![CDATA[<p>I set this scheme up &#8212; thanks!  Can you think of a change to this that would allow one-off departures?  For example, is there a way to modify the user.conf file so that &#8220;special.dev&#8221; could go somewhere other than Sites/dev/special?  Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Running MySQL+PHP in Apache with Multiple Virtual Hosts on OSX 10.6 Snow Leopard &#171; Josh Simerman&#39;s Blog</title>
		<link>http://postpostmodern.com/instructional/a-smarter-mamp/comment-page-1/#comment-1909</link>
		<dc:creator>Running MySQL+PHP in Apache with Multiple Virtual Hosts on OSX 10.6 Snow Leopard &#171; Josh Simerman&#39;s Blog</dc:creator>
		<pubDate>Wed, 18 Nov 2009 22:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://postpostmodern.com/?p=170#comment-1909</guid>
		<description>[...] which points to a root folder that I specify, such as /Users/josh/Work/sitename. Here is a full guide on setting up virtual domain hosts based on a directory structure, which is complex to set-up, but [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] which points to a root folder that I specify, such as /Users/josh/Work/sitename. Here is a full guide on setting up virtual domain hosts based on a directory structure, which is complex to set-up, but [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://postpostmodern.com/instructional/a-smarter-mamp/comment-page-1/#comment-1902</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 10 Nov 2009 18:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://postpostmodern.com/?p=170#comment-1902</guid>
		<description>Editing the /System/Library/LaunchDaemons/org.isc.named.plist file isn&#039;t necessary.

//To enable named
sudo launchctl load -w /System/Library/LaunchDaemons/org.isc.named.plist
sudo launchctl start org.isc.named

//To disable named
sudo launchctl stop org.isc.named
sudo launchctl unload -w /System/Library/LaunchDaemons/org.isc.named.plist

The &quot;-w&quot; flag tells launchctl to save the disabled status to the plist file.</description>
		<content:encoded><![CDATA[<p>Editing the /System/Library/LaunchDaemons/org.isc.named.plist file isn&#8217;t necessary.</p>

<p>//To enable named
sudo launchctl load -w /System/Library/LaunchDaemons/org.isc.named.plist
sudo launchctl start org.isc.named</p>

<p>//To disable named
sudo launchctl stop org.isc.named
sudo launchctl unload -w /System/Library/LaunchDaemons/org.isc.named.plist</p>

<p>The &#8220;-w&#8221; flag tells launchctl to save the disabled status to the plist file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://postpostmodern.com/instructional/a-smarter-mamp/comment-page-1/#comment-1901</link>
		<dc:creator>james</dc:creator>
		<pubDate>Mon, 09 Nov 2009 08:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://postpostmodern.com/?p=170#comment-1901</guid>
		<description>I recently lost my hard drive, and had to go through this configuration by hand again. And so I decided to put all this into a script as I did it. 

I haven&#039;t had a chance to test it yet on a real clean install, so feedback on the snipt below is welcome.

http://snipt.net/jrguitar21/mac-os-x-apache-development-setup</description>
		<content:encoded><![CDATA[<p>I recently lost my hard drive, and had to go through this configuration by hand again. And so I decided to put all this into a script as I did it.</p>

<p>I haven&#8217;t had a chance to test it yet on a real clean install, so feedback on the snipt below is welcome.</p>

<p><a href="http://snipt.net/jrguitar21/mac-os-x-apache-development-setup" rel="nofollow">http://snipt.net/jrguitar21/mac-os-x-apache-development-setup</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://postpostmodern.com/instructional/a-smarter-mamp/comment-page-1/#comment-1898</link>
		<dc:creator>james</dc:creator>
		<pubDate>Fri, 23 Oct 2009 04:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://postpostmodern.com/?p=170#comment-1898</guid>
		<description>oops, sorry for the typo! Thanks for noting that.

Also, the link to the manual page in comment #30 appears to no longer work. Heres an updated link to resolver(5):

http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man5/resolver.5.html</description>
		<content:encoded><![CDATA[<p>oops, sorry for the typo! Thanks for noting that.</p>

<p>Also, the link to the manual page in comment #30 appears to no longer work. Heres an updated link to resolver(5):</p>

<p><a href="http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man5/resolver.5.html" rel="nofollow">http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man5/resolver.5.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: em hr</title>
		<link>http://postpostmodern.com/instructional/a-smarter-mamp/comment-page-1/#comment-1800</link>
		<dc:creator>em hr</dc:creator>
		<pubDate>Mon, 17 Aug 2009 03:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://postpostmodern.com/?p=170#comment-1800</guid>
		<description>This is brilliant. I just wanted to note that Johns comment  (#30)  has a typo in it.  The proper directory for ZeroConf/Bonjour to work is not /etc/resolve it is /etc/resolver</description>
		<content:encoded><![CDATA[<p>This is brilliant. I just wanted to note that Johns comment  (#30)  has a typo in it.  The proper directory for ZeroConf/Bonjour to work is not /etc/resolve it is /etc/resolver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jo Dassler</title>
		<link>http://postpostmodern.com/instructional/a-smarter-mamp/comment-page-1/#comment-1776</link>
		<dc:creator>Jo Dassler</dc:creator>
		<pubDate>Thu, 13 Aug 2009 23:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://postpostmodern.com/?p=170#comment-1776</guid>
		<description>I just wandered here looking for stuff on mamp app.This stuff&#039;s really deep.hopefully one day I can do stuff like this at the moment it gives me the shivers!Always thought somethings are better left in the cupboards(apache configs etc)but i guess you guys blaze paths for future web dev jedis.The article&#039;s a wonderful read though.For me its still a case of i understand but i don&#039;t.Cheers!One day...</description>
		<content:encoded><![CDATA[<p>I just wandered here looking for stuff on mamp app.This stuff&#8217;s really deep.hopefully one day I can do stuff like this at the moment it gives me the shivers!Always thought somethings are better left in the cupboards(apache configs etc)but i guess you guys blaze paths for future web dev jedis.The article&#8217;s a wonderful read though.For me its still a case of i understand but i don&#8217;t.Cheers!One day&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Johnson</title>
		<link>http://postpostmodern.com/instructional/a-smarter-mamp/comment-page-1/#comment-1701</link>
		<dc:creator>Jason Johnson</dc:creator>
		<pubDate>Fri, 07 Aug 2009 12:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://postpostmodern.com/?p=170#comment-1701</guid>
		<description>@earph - Sorry for the delayed response. Check comment #30, if you are not connected to a network. Also, check to make sure that the exact directory for which Apache is looking exists. Review your Apache error log (probably at /var/log/apache2/error_log) to see if Apache is trying to access a non-existent directory.

Beyond that, I&#039;m afraid I can&#039;t be of much help. It&#039;s been a while since I went through this process myself, and I am no expert on Apache or bind. Hopefully other commenters will be able to continue to provide extra insight into the details of the setup.

Speaking of which, thanks to everyone who has added their discoveries and tweaks. They are very welcome here.</description>
		<content:encoded><![CDATA[<p>@earph - Sorry for the delayed response. Check comment #30, if you are not connected to a network. Also, check to make sure that the exact directory for which Apache is looking exists. Review your Apache error log (probably at /var/log/apache2/error_log) to see if Apache is trying to access a non-existent directory.</p>

<p>Beyond that, I&#8217;m afraid I can&#8217;t be of much help. It&#8217;s been a while since I went through this process myself, and I am no expert on Apache or bind. Hopefully other commenters will be able to continue to provide extra insight into the details of the setup.</p>

<p>Speaking of which, thanks to everyone who has added their discoveries and tweaks. They are very welcome here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: earph</title>
		<link>http://postpostmodern.com/instructional/a-smarter-mamp/comment-page-1/#comment-1699</link>
		<dc:creator>earph</dc:creator>
		<pubDate>Tue, 21 Jul 2009 21:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://postpostmodern.com/?p=170#comment-1699</guid>
		<description>Not working for me.

I followed everything to a T and even included the addition in quote #27, but can&#039;t connect.

I&#039;ve typed &quot;host test.dev&quot; in terminal and get this response.

Host test.dev not found: 2(SERVFAIL)

What ma I missing?</description>
		<content:encoded><![CDATA[<p>Not working for me.</p>

<p>I followed everything to a T and even included the addition in quote #27, but can&#8217;t connect.</p>

<p>I&#8217;ve typed &#8220;host test.dev&#8221; in terminal and get this response.</p>

<p>Host test.dev not found: 2(SERVFAIL)</p>

<p>What ma I missing?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
