<?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 for elytra.netelytra.net | elytra.net</title>
	<atom:link href="http://elytra.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://elytra.net</link>
	<description>design and development for the web</description>
	<lastBuildDate>Thu, 01 Mar 2012 18:05:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on WordPress on OS X with Nginx, PHP, and mysql by WordPress on Pow: Rack-powered WP. &#124; Wisps &#38; Snippets</title>
		<link>http://elytra.net/2011/03/31/hello-world/#comment-320</link>
		<dc:creator>WordPress on Pow: Rack-powered WP. &#124; Wisps &#38; Snippets</dc:creator>
		<pubDate>Thu, 01 Mar 2012 18:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.elytra.net/wordpress/?p=1#comment-320</guid>
		<description>[...] from another formula (thanks to the comments here), seemed to the do the [...]</description>
		<content:encoded><![CDATA[<p>[...] from another formula (thanks to the comments here), seemed to the do the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress on OS X with Nginx, PHP, and mysql by Running WordPress on Heroku &#124; Wisps &#38; Snippets</title>
		<link>http://elytra.net/2011/03/31/hello-world/#comment-306</link>
		<dc:creator>Running WordPress on Heroku &#124; Wisps &#38; Snippets</dc:creator>
		<pubDate>Sat, 25 Feb 2012 08:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.elytra.net/wordpress/?p=1#comment-306</guid>
		<description>[...] building from another formula (thanks to the comments here), seemed to the do the [...]</description>
		<content:encoded><![CDATA[<p>[...] building from another formula (thanks to the comments here), seemed to the do the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress on OS X with Nginx, PHP, and mysql by andrew</title>
		<link>http://elytra.net/2011/03/31/hello-world/#comment-297</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Sat, 18 Feb 2012 16:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.elytra.net/wordpress/?p=1#comment-297</guid>
		<description>You can stop nginx using 

[bash]
/usr/local/sbin/nginx -s quit
[/bash]

You can also pass the option to reload which is often helpful.</description>
		<content:encoded><![CDATA[<p>You can stop nginx using </p>
<pre class="brush: bash; title: ; notranslate">
/usr/local/sbin/nginx -s quit
</pre>
<p>You can also pass the option to reload which is often helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress on OS X with Nginx, PHP, and mysql by chuck</title>
		<link>http://elytra.net/2011/03/31/hello-world/#comment-296</link>
		<dc:creator>chuck</dc:creator>
		<pubDate>Fri, 17 Feb 2012 23:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.elytra.net/wordpress/?p=1#comment-296</guid>
		<description>And how do you stop the service?

All I can come up with is grep the pid from &#039;ps aux&#039; and kill them, but I&#039;m sure is not the proper way</description>
		<content:encoded><![CDATA[<p>And how do you stop the service?</p>
<p>All I can come up with is grep the pid from &#8216;ps aux&#8217; and kill them, but I&#8217;m sure is not the proper way</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress on OS X with Nginx, PHP, and mysql by Kunal Shah</title>
		<link>http://elytra.net/2011/03/31/hello-world/#comment-106</link>
		<dc:creator>Kunal Shah</dc:creator>
		<pubDate>Sat, 01 Oct 2011 22:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.elytra.net/wordpress/?p=1#comment-106</guid>
		<description>Commenting for the benefit of others. Slight modifications of the above worked for me.

First, use the Homebrew - Alt repository:

https://raw.github.com/adamv/homebrew-alt/master/duplicates/php.rb

Second, make sure you have GMP installed first:

`brew install gmp`

Third, you will not have php-cgi as noted in the comment above. Don&#039;t worry about it, use php-fpm.

You&#039;ll need to copy the default php-fpm conf file that gets created. 

cp /usr/local/Cellar/php/5.3.8/etc/php-fpm.conf.default /usr/local/Cellar/php/5.3.8/etc/php-fpm.conf
(or whatever version of PHP you&#039;ve installed by now, obv.)

Edit it and set pm.whatevers however you&#039;d like. You can also specify the port and everything else in that file.

If you don&#039;t, you&#039;ll get errors when running:

$ sudo /usr/local/sbin/php-fpm

Then you can start php as noted here and in Gaston&#039;s comment. Follow the nginx instructions as included in the main post.

gl</description>
		<content:encoded><![CDATA[<p>Commenting for the benefit of others. Slight modifications of the above worked for me.</p>
<p>First, use the Homebrew &#8211; Alt repository:</p>
<p><a href="https://raw.github.com/adamv/homebrew-alt/master/duplicates/php.rb" >https://raw.github.com/adamv/homebrew-alt/master/duplicates/php.rb</a></p>
<p>Second, make sure you have GMP installed first:</p>
<p>`brew install gmp`</p>
<p>Third, you will not have php-cgi as noted in the comment above. Don&#8217;t worry about it, use php-fpm.</p>
<p>You&#8217;ll need to copy the default php-fpm conf file that gets created. </p>
<p>cp /usr/local/Cellar/php/5.3.8/etc/php-fpm.conf.default /usr/local/Cellar/php/5.3.8/etc/php-fpm.conf<br />
(or whatever version of PHP you&#8217;ve installed by now, obv.)</p>
<p>Edit it and set pm.whatevers however you&#8217;d like. You can also specify the port and everything else in that file.</p>
<p>If you don&#8217;t, you&#8217;ll get errors when running:</p>
<p>$ sudo /usr/local/sbin/php-fpm</p>
<p>Then you can start php as noted here and in Gaston&#8217;s comment. Follow the nginx instructions as included in the main post.</p>
<p>gl</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress on OS X with Nginx, PHP, and mysql by todsul</title>
		<link>http://elytra.net/2011/03/31/hello-world/#comment-71</link>
		<dc:creator>todsul</dc:creator>
		<pubDate>Sun, 14 Aug 2011 17:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.elytra.net/wordpress/?p=1#comment-71</guid>
		<description>Gaston, you can stop nginx with: /usr/local/sbin/nginx  -s stop</description>
		<content:encoded><![CDATA[<p>Gaston, you can stop nginx with: /usr/local/sbin/nginx  -s stop</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress on OS X with Nginx, PHP, and mysql by Gaston</title>
		<link>http://elytra.net/2011/03/31/hello-world/#comment-19</link>
		<dc:creator>Gaston</dc:creator>
		<pubDate>Thu, 19 May 2011 22:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.elytra.net/wordpress/?p=1#comment-19</guid>
		<description>I didn&#039;t work. But I figured out and here what I did and worked.

Start php
$ sudo /usr/local/sbin/php-fpm

Stop php
$ sudo killall -c php-fpm

Start nginx 
$ sudo /usr/local/sbin/nginx -c /usr/local/etc/nginx/nginx.conf

Stop nginx (must enable pid  /usr/local/etc/nginx/nginx.pid; in  /usr/local/etc/nginx/nginx.conf)
$ sudo sudo kill `cat /usr/local/etc/nginx/nginx.pid`

I don&#039;t know why php-cgi didn&#039;t install, and also I don&#039;t know what is the difference between php-cgi and php-fpm</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t work. But I figured out and here what I did and worked.</p>
<p>Start php<br />
$ sudo /usr/local/sbin/php-fpm</p>
<p>Stop php<br />
$ sudo killall -c php-fpm</p>
<p>Start nginx<br />
$ sudo /usr/local/sbin/nginx -c /usr/local/etc/nginx/nginx.conf</p>
<p>Stop nginx (must enable pid  /usr/local/etc/nginx/nginx.pid; in  /usr/local/etc/nginx/nginx.conf)<br />
$ sudo sudo kill `cat /usr/local/etc/nginx/nginx.pid`</p>
<p>I don&#8217;t know why php-cgi didn&#8217;t install, and also I don&#8217;t know what is the difference between php-cgi and php-fpm</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress on OS X with Nginx, PHP, and mysql by andrew</title>
		<link>http://elytra.net/2011/03/31/hello-world/#comment-18</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Thu, 19 May 2011 17:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.elytra.net/wordpress/?p=1#comment-18</guid>
		<description>Try building php with –enable-cgi:

brew install php –with-mysql –with-fpm –enable-cgi</description>
		<content:encoded><![CDATA[<p>Try building php with –enable-cgi:</p>
<p>brew install php –with-mysql –with-fpm –enable-cgi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress on OS X with Nginx, PHP, and mysql by Gaston</title>
		<link>http://elytra.net/2011/03/31/hello-world/#comment-16</link>
		<dc:creator>Gaston</dc:creator>
		<pubDate>Thu, 19 May 2011 13:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.elytra.net/wordpress/?p=1#comment-16</guid>
		<description>Hi, thank you for writing this post.

I have a problem with starting php-cgi, the file isn&#039;t there.
$ls /usr/local/Cellar/php/5.3.6/bin/


-rwxr-xr-x  1 root  staff       884 May 19 00:10 pear
-rwxr-xr-x  1 root  staff       905 May 19 00:10 peardev
-rwxr-xr-x  1 root  staff       821 May 19 00:10 pecl
lrwxr-xr-x  1 root  staff        41 May 19 00:10 phar -&gt; /usr/local/Cellar/php/5.3.6/bin/phar.phar
-rwxr-xr-x  1 root  staff     14813 May 19 00:10 phar.phar
-rwxr-xr-x  1 root  staff  10796292 May 19 00:10 php
-rwxr-xr-x  1 root  staff      3861 May 19 00:10 php-config
-rwxr-xr-x  1 root  staff      4540 May 19 00:10 phpize</description>
		<content:encoded><![CDATA[<p>Hi, thank you for writing this post.</p>
<p>I have a problem with starting php-cgi, the file isn&#8217;t there.<br />
$ls /usr/local/Cellar/php/5.3.6/bin/</p>
<p>-rwxr-xr-x  1 root  staff       884 May 19 00:10 pear<br />
-rwxr-xr-x  1 root  staff       905 May 19 00:10 peardev<br />
-rwxr-xr-x  1 root  staff       821 May 19 00:10 pecl<br />
lrwxr-xr-x  1 root  staff        41 May 19 00:10 phar -&gt; /usr/local/Cellar/php/5.3.6/bin/phar.phar<br />
-rwxr-xr-x  1 root  staff     14813 May 19 00:10 phar.phar<br />
-rwxr-xr-x  1 root  staff  10796292 May 19 00:10 php<br />
-rwxr-xr-x  1 root  staff      3861 May 19 00:10 php-config<br />
-rwxr-xr-x  1 root  staff      4540 May 19 00:10 phpize</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact by andrew</title>
		<link>http://elytra.net/contact/#comment-6</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Fri, 15 Apr 2011 13:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.elytra.net/wordpress/?page_id=62#comment-6</guid>
		<description>Hi Paul.  I enjoyed meeting you at the Summit and look forward to talking again sometime, perhaps at the &lt;a href=&quot;http://wmassdevs.com/wordpress/&quot; rel=&quot;nofollow&quot;&gt;western ma developers’ group&lt;/a&gt; meetup.</description>
		<content:encoded><![CDATA[<p>Hi Paul.  I enjoyed meeting you at the Summit and look forward to talking again sometime, perhaps at the <a href="http://wmassdevs.com/wordpress/" >western ma developers’ group</a> meetup.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

