<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Plesk Capistrano, and Mongrel: a love story</title>
	<link>http://www.thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/</link>
	<description>The scratchpad, the holding area, the ranting place</description>
	<pubDate>Thu, 29 Jul 2010 16:45:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: Andrew Skegg</title>
		<link>http://www.thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/#comment-4263</link>
		<author>Andrew Skegg</author>
		<pubDate>Mon, 05 Feb 2007 01:04:56 +0000</pubDate>
		<guid>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 - 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>
	<item>
		<title>By: Jason</title>
		<link>http://www.thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/#comment-4267</link>
		<author>Jason</author>
		<pubDate>Mon, 05 Feb 2007 03:29:09 +0000</pubDate>
		<guid>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've been deploying every day or so with no major issues (except for the part where users get logged out every time...), and it's awesome.  I'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: Ben</title>
		<link>http://www.thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/#comment-4327</link>
		<author>Ben</author>
		<pubDate>Wed, 07 Feb 2007 20:26:09 +0000</pubDate>
		<guid>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'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://www.thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/#comment-4329</link>
		<author>Jason</author>
		<pubDate>Wed, 07 Feb 2007 21:18:42 +0000</pubDate>
		<guid>http://www.thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/#comment-4329</guid>
					<description>OK, I'm forgetting more and more as time goes on, but that's why it'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: doug</title>
		<link>http://www.thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/#comment-11016</link>
		<author>doug</author>
		<pubDate>Tue, 31 Jul 2007 19:24:53 +0000</pubDate>
		<guid>http://www.thrustlabs.com/blog/2007/01/04/plesk-capistrano-and-mongrel-a-love-story/#comment-11016</guid>
					<description>Hey Jason,

I'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 "garbled".

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>
</channel>
</rss>
