<?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"
	>
<channel>
	<title>Comments on: Rails, Capistrano, Mongrel and Apache (with SSL) on Gentoo</title>
	<atom:link href="http://www.valibuk.net/2007/01/rails-capistrano-mongrel-and-apache-with-ssl-on-gentoo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.valibuk.net/2007/01/rails-capistrano-mongrel-and-apache-with-ssl-on-gentoo/</link>
	<description>A place for opinions and notes of a valibuk.</description>
	<pubDate>Fri, 18 May 2012 07:01:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: RAILroading &#187; Blog Archive &#187; links for 2008-01-19</title>
		<link>http://www.valibuk.net/2007/01/rails-capistrano-mongrel-and-apache-with-ssl-on-gentoo/#comment-39993</link>
		<dc:creator>RAILroading &#187; Blog Archive &#187; links for 2008-01-19</dc:creator>
		<pubDate>Sat, 19 Jan 2008 03:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=41#comment-39993</guid>
		<description>[...] valibuk.net » Rails, Capistrano, Mongrel and Apache (with SSL) on Gentoo (tags: apache mongrel rubyonrails ssl) [...]</description>
		<content:encoded><![CDATA[<p>[...] valibuk.net » Rails, Capistrano, Mongrel and Apache (with SSL) on Gentoo (tags: apache mongrel rubyonrails ssl) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ondrej</title>
		<link>http://www.valibuk.net/2007/01/rails-capistrano-mongrel-and-apache-with-ssl-on-gentoo/#comment-30259</link>
		<dc:creator>ondrej</dc:creator>
		<pubDate>Sun, 11 Nov 2007 12:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=41#comment-30259</guid>
		<description>I updated the Apache SSL configuration. Now it redirects all &lt;code&gt;http://server/anything&lt;/code&gt; requests to &lt;code&gt;https://server/anything&lt;/code&gt;.

The previous configuration (it is commented out there) redirected only &lt;code&gt;http://server&lt;/code&gt;, other URLs were redirected not correctly.</description>
		<content:encoded><![CDATA[<p>I updated the Apache SSL configuration. Now it redirects all <code><a href="http://server/anything" rel="nofollow">http://server/anything</a></code> requests to <code><a href="https://server/anything" rel="nofollow">https://server/anything</a></code>.</p>
<p>The previous configuration (it is commented out there) redirected only <code><a href="http://server" rel="nofollow">http://server</a></code>, other URLs were redirected not correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ondrej</title>
		<link>http://www.valibuk.net/2007/01/rails-capistrano-mongrel-and-apache-with-ssl-on-gentoo/#comment-30258</link>
		<dc:creator>ondrej</dc:creator>
		<pubDate>Sun, 11 Nov 2007 12:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=41#comment-30258</guid>
		<description>Hello Dmitry,

Sorry, I do not understand what exactly does not work on your machine. Did SVN as an application stop working? Or you cannot access your SVN repository from your machine anymore?

Try to check out your application manually on the server. Then check the SVN repository settings in the Capistrano settings (&lt;code&gt;conf/deploy.rb&lt;/code&gt;).</description>
		<content:encoded><![CDATA[<p>Hello Dmitry,</p>
<p>Sorry, I do not understand what exactly does not work on your machine. Did SVN as an application stop working? Or you cannot access your SVN repository from your machine anymore?</p>
<p>Try to check out your application manually on the server. Then check the SVN repository settings in the Capistrano settings (<code>conf/deploy.rb</code>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://www.valibuk.net/2007/01/rails-capistrano-mongrel-and-apache-with-ssl-on-gentoo/#comment-27820</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Tue, 30 Oct 2007 17:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=41#comment-27820</guid>
		<description>Hi to all,

I changed all by instruction application is works, but SVN at my machine doesn't work after change.

Do you have any ideas?</description>
		<content:encoded><![CDATA[<p>Hi to all,</p>
<p>I changed all by instruction application is works, but SVN at my machine doesn&#8217;t work after change.</p>
<p>Do you have any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valibuk.net &#187; Ruby on Rails, Capistrano, Mongrel and nginx on Gentoo</title>
		<link>http://www.valibuk.net/2007/01/rails-capistrano-mongrel-and-apache-with-ssl-on-gentoo/#comment-16263</link>
		<dc:creator>valibuk.net &#187; Ruby on Rails, Capistrano, Mongrel and nginx on Gentoo</dc:creator>
		<pubDate>Wed, 29 Aug 2007 23:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=41#comment-16263</guid>
		<description>[...] few months ago I wrote quite popular :) manual how to install and use RoR, Capistrano and Mongrel with Apache on Gentoo. Things changed a little as the time goes and after some experiences with the nginx server on a [...]</description>
		<content:encoded><![CDATA[<p>[...] few months ago I wrote quite popular :) manual how to install and use RoR, Capistrano and Mongrel with Apache on Gentoo. Things changed a little as the time goes and after some experiences with the nginx server on a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan C. Mendez's pages</title>
		<link>http://www.valibuk.net/2007/01/rails-capistrano-mongrel-and-apache-with-ssl-on-gentoo/#comment-1939</link>
		<dc:creator>Juan C. Mendez's pages</dc:creator>
		<pubDate>Sun, 04 Mar 2007 02:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=41#comment-1939</guid>
		<description>&lt;strong&gt;Long time, no posts...&lt;/strong&gt;

I&#8217;ve been actively setting up the site for the new service company I&#8217;m starting: 8020world.com, so posting here on my personal site has been scarce.
During the setup of the fulfillment portion of the new site, I found good instructions on v...</description>
		<content:encoded><![CDATA[<p><strong>Long time, no posts&#8230;</strong></p>
<p>I&#8217;ve been actively setting up the site for the new service company I&#8217;m starting: 8020world.com, so posting here on my personal site has been scarce.<br />
During the setup of the fulfillment portion of the new site, I found good instructions on v&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ondrej</title>
		<link>http://www.valibuk.net/2007/01/rails-capistrano-mongrel-and-apache-with-ssl-on-gentoo/#comment-1883</link>
		<dc:creator>ondrej</dc:creator>
		<pubDate>Thu, 01 Mar 2007 10:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=41#comment-1883</guid>
		<description>you are welcome :)
and thanks for your correction.</description>
		<content:encoded><![CDATA[<p>you are welcome :)<br />
and thanks for your correction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jesper</title>
		<link>http://www.valibuk.net/2007/01/rails-capistrano-mongrel-and-apache-with-ssl-on-gentoo/#comment-1881</link>
		<dc:creator>jesper</dc:creator>
		<pubDate>Thu, 01 Mar 2007 10:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=41#comment-1881</guid>
		<description>hey, thanks for a great article


but mongrel cluster:configure should be mongrel cluster::configure</description>
		<content:encoded><![CDATA[<p>hey, thanks for a great article</p>
<p>but mongrel cluster:configure should be mongrel cluster::configure</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ondrej</title>
		<link>http://www.valibuk.net/2007/01/rails-capistrano-mongrel-and-apache-with-ssl-on-gentoo/#comment-322</link>
		<dc:creator>ondrej</dc:creator>
		<pubDate>Sat, 13 Jan 2007 14:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=41#comment-322</guid>
		<description>Hi Steve,

Thanks for your comment :)

&lt;em&gt;i)&lt;/em&gt; The double-dash was there, unfortunately my code highlighter changed it to a simple dash. I will check it.

The &lt;b&gt;[Show Plain Code]&lt;/b&gt; link shows unformatted text -- you would see a double-dash there.
Anyway, I changed it to the equivalent option &lt;code&gt;-y&lt;/code&gt;; to not to confuse others.

I also added a comment to the post (in the Introduction part) to click on the above-mentioned link to display an unformatted text.

&lt;em&gt;ii)&lt;/em&gt; You do not have to write the &lt;code&gt;~x86 &lt;/code&gt; flag in the &lt;code&gt;package.keywords&lt;/code&gt; file. It is there by default; it is enough to write a package name there.

I modified the package.keywords file content -- it is better when readers will install only the needed version 2.2.3 -- and not any newer version.

&lt;em&gt;iii)&lt;/em&gt; The sudo issue.. It is only my (bad?) habit :)


Thanks for your help!

Have a nice day :)</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>Thanks for your comment :)</p>
<p><em>i)</em> The double-dash was there, unfortunately my code highlighter changed it to a simple dash. I will check it.</p>
<p>The <b>[Show Plain Code]</b> link shows unformatted text &#8212; you would see a double-dash there.<br />
Anyway, I changed it to the equivalent option <code>-y</code>; to not to confuse others.</p>
<p>I also added a comment to the post (in the Introduction part) to click on the above-mentioned link to display an unformatted text.</p>
<p><em>ii)</em> You do not have to write the <code>~x86 </code> flag in the <code>package.keywords</code> file. It is there by default; it is enough to write a package name there.</p>
<p>I modified the package.keywords file content &#8212; it is better when readers will install only the needed version 2.2.3 &#8212; and not any newer version.</p>
<p><em>iii)</em> The sudo issue.. It is only my (bad?) habit :)</p>
<p>Thanks for your help!</p>
<p>Have a nice day :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.valibuk.net/2007/01/rails-capistrano-mongrel-and-apache-with-ssl-on-gentoo/#comment-320</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 13 Jan 2007 01:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=41#comment-320</guid>
		<description>A couple notes...

it should be &lt;code&gt;--include_dependencies&lt;/code&gt; (double-dash)

your package.keywords file should have...

&lt;code&gt;
~net-www/apache-2.2.3 ~x86
~dev-libs/apr-1.2.7 ~x86
~dev-libs/apr-util-1.2.7 ~x86
&lt;/code&gt;

I'll be doing the Apache stuff later, this is as far as I got tonight.

Thanks for the guide :)

Oh - I totally disagree about sudo, but I always have others helping with server administration... ymmv :)</description>
		<content:encoded><![CDATA[<p>A couple notes&#8230;</p>
<p>it should be <code>--include_dependencies</code> (double-dash)</p>
<p>your package.keywords file should have&#8230;</p>
<p><code><br />
~net-www/apache-2.2.3 ~x86<br />
~dev-libs/apr-1.2.7 ~x86<br />
~dev-libs/apr-util-1.2.7 ~x86<br />
</code></p>
<p>I&#8217;ll be doing the Apache stuff later, this is as far as I got tonight.</p>
<p>Thanks for the guide :)</p>
<p>Oh - I totally disagree about sudo, but I always have others helping with server administration&#8230; ymmv :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

