<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-29194345.post2857027197042012687..comments</id><updated>2009-01-18T07:46:27.417-08:00</updated><title type='text'>Comments on Code Intensity: WordPress, Nginx, Subdirectories, and Separate Ser...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://codeintensity.blogspot.com/feeds/2857027197042012687/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29194345/2857027197042012687/comments/default'/><link rel='alternate' type='text/html' href='http://codeintensity.blogspot.com/2008/08/wordpress-nginx-subdirectories-and.html'/><author><name>Chris</name><uri>http://www.blogger.com/profile/14204551800123292694</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-29194345.post-4863394757317148917</id><published>2008-10-16T14:38:00.000-07:00</published><updated>2008-10-16T14:38:00.000-07:00</updated><title type='text'>DealBase doesn't have any authentication in it, so...</title><content type='html'>&lt;A HREF="http://www.dealbase.com" REL="nofollow"&gt;DealBase&lt;/A&gt; doesn't have any authentication in it, so I haven't played with that.  You're basically after Single Sign On right?  Since we handle all this at the Nginx level, it wouldn't be do-able with that setup.  But, what I could see (I'm theorizing) is that you actually create a Rails route for "/blog", and if the user going to that has authenticated in your Rails app, you could pass that info on to Wordpress via headers, or even have your controller action that handles the /blog route do a login form post on Wordpress (but this wouldn't necessarily handle then taking the user to a particular requested blog page, etc.).  Maybe there are SSO modules for WordPress you could integrate?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29194345/2857027197042012687/comments/default/4863394757317148917'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29194345/2857027197042012687/comments/default/4863394757317148917'/><link rel='alternate' type='text/html' href='http://codeintensity.blogspot.com/2008/08/wordpress-nginx-subdirectories-and.html?showComment=1224193080000#c4863394757317148917' title=''/><author><name>Chris</name><uri>http://www.blogger.com/profile/14204551800123292694</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='09484488674450120205'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://codeintensity.blogspot.com/2008/08/wordpress-nginx-subdirectories-and.html' ref='tag:blogger.com,1999:blog-29194345.post-2857027197042012687' source='http://www.blogger.com/feeds/29194345/posts/default/2857027197042012687' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-29194345.post-2860398156151190416</id><published>2008-10-16T11:46:00.000-07:00</published><updated>2008-10-16T11:46:00.000-07:00</updated><title type='text'>Chris, did you ever try to integrate the authentic...</title><content type='html'>Chris, did you ever try to integrate the authentication of the remote WordPress installation with the rails app?  I'm looking at doing pretty much the same thing (EY rails app, WP blog hosted externally but in namespace of rails app) but I'm not thrilled with the prospect of requiring a second Userid/password for my users -the blog and the rails app are to be very tightly linked and two auth systems smells.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/29194345/2857027197042012687/comments/default/2860398156151190416'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/29194345/2857027197042012687/comments/default/2860398156151190416'/><link rel='alternate' type='text/html' href='http://codeintensity.blogspot.com/2008/08/wordpress-nginx-subdirectories-and.html?showComment=1224182760000#c2860398156151190416' title=''/><author><name>Chris</name><uri>http://cch1.myopenid.com/</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://codeintensity.blogspot.com/2008/08/wordpress-nginx-subdirectories-and.html' ref='tag:blogger.com,1999:blog-29194345.post-2857027197042012687' source='http://www.blogger.com/feeds/29194345/posts/default/2857027197042012687' type='text/html'/></entry></feed>