<?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: Plesk Capistrano, and Mongrel: a love story</title>
	<atom:link href="http://thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/feed/" rel="self" type="application/rss+xml" />
	<link>http://thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/</link>
	<description>The scratchpad, the holding area, the ranting place</description>
	<lastBuildDate>Thu, 05 Jun 2008 20:57:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: doug</title>
		<link>http://thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/#comment-11016</link>
		<dc:creator>doug</dc:creator>
		<pubDate>Tue, 31 Jul 2007 19:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/#comment-11016</guid>
		<description>Hey Jason,

I&#039;m trying to do the same thing as you. I have Apache 2.2.4 compiled and installed, however when I include the zz file, it complains about mod_suexec being &quot;garbled&quot;.

Is it possible for you to go into a bit more detail the final steps you did such as (chowning/chgrping directories, handling suexec, apache 2.2.4 working with the /var/www/vhosts/* directory structure etc..)</description>
		<content:encoded><![CDATA[<p>Hey Jason,</p>
<p>I&#8217;m trying to do the same thing as you. I have Apache 2.2.4 compiled and installed, however when I include the zz file, it complains about mod_suexec being &#8220;garbled&#8221;.</p>
<p>Is it possible for you to go into a bit more detail the final steps you did such as (chowning/chgrping directories, handling suexec, apache 2.2.4 working with the /var/www/vhosts/* directory structure etc..)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/#comment-4329</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 07 Feb 2007 21:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/#comment-4329</guid>
		<description>OK, I&#039;m forgetting more and more as time goes on, but that&#039;s why it&#039;s being written down, right?

I believe I linked 2.2 to the old 2.0 location, so in my case /etc/httpd/build got pointed to /usr/local/apache2/build and /etc/httpd/modules went to /usr/local/apache2/modules via ln -s

I wanted to keep the base Apache install in (roughly) the same location via the links just in case Plesk had any other assumptions about what goes where.

Give it a try and see if that helps!</description>
		<content:encoded><![CDATA[<p>OK, I&#8217;m forgetting more and more as time goes on, but that&#8217;s why it&#8217;s being written down, right?</p>
<p>I believe I linked 2.2 to the old 2.0 location, so in my case /etc/httpd/build got pointed to /usr/local/apache2/build and /etc/httpd/modules went to /usr/local/apache2/modules via ln -s</p>
<p>I wanted to keep the base Apache install in (roughly) the same location via the links just in case Plesk had any other assumptions about what goes where.</p>
<p>Give it a try and see if that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/#comment-4327</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 07 Feb 2007 20:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/#comment-4327</guid>
		<description>Thanks for posting this. This is probably a silly question, but after installing Apache 2.2 how do I setup the server to use Apache 2.2 instead of Apache 2? That is, what do I need to change to make sure that when the server reboots or Plesk restarts Apache that 2.2 is used? Currently on my setup Apache 2.0 starts. I tried setting a symbolic link like so:

ln -s /usr/local/apache2/bin/apachectl /usr/sbin/apachectl
chmod +x /usr/sbin/apachectl

Which works in terms of being able to start and stop Apache 2.2 with /usr/sbin/apachectl. But when I reboot the server, Apache 2.0 is started. Any ideas what I&#039;m missing?

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. This is probably a silly question, but after installing Apache 2.2 how do I setup the server to use Apache 2.2 instead of Apache 2? That is, what do I need to change to make sure that when the server reboots or Plesk restarts Apache that 2.2 is used? Currently on my setup Apache 2.0 starts. I tried setting a symbolic link like so:</p>
<p>ln -s /usr/local/apache2/bin/apachectl /usr/sbin/apachectl<br />
chmod +x /usr/sbin/apachectl</p>
<p>Which works in terms of being able to start and stop Apache 2.2 with /usr/sbin/apachectl. But when I reboot the server, Apache 2.0 is started. Any ideas what I&#8217;m missing?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/#comment-4267</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 05 Feb 2007 03:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/#comment-4267</guid>
		<description>Cool.  Let me know how it goes!  I&#039;ve been deploying every day or so with no major issues (except for the part where users get logged out every time...), and it&#039;s awesome.  I&#039;m changing all my other apps to use something like this.</description>
		<content:encoded><![CDATA[<p>Cool.  Let me know how it goes!  I&#8217;ve been deploying every day or so with no major issues (except for the part where users get logged out every time&#8230;), and it&#8217;s awesome.  I&#8217;m changing all my other apps to use something like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Skegg</title>
		<link>http://thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/#comment-4263</link>
		<dc:creator>Andrew Skegg</dc:creator>
		<pubDate>Mon, 05 Feb 2007 01:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/#comment-4263</guid>
		<description>I am so glad you have blazed a trail here - I have been wrestling with this configuration for a week now (mostly with the issues you describe).  This should put me on the right path.  I will post back here to let you know how I went.</description>
		<content:encoded><![CDATA[<p>I am so glad you have blazed a trail here &#8211; I have been wrestling with this configuration for a week now (mostly with the issues you describe).  This should put me on the right path.  I will post back here to let you know how I went.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
