<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tatva-Artha &#187; apache</title>
	<atom:link href="http://www.tatvartha.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tatvartha.com</link>
	<description>meaning of &#34;it&#34;</description>
	<lastBuildDate>Sat, 22 Oct 2011 22:00:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Passenger, Apache, Ruby configuration</title>
		<link>http://www.tatvartha.com/2009/06/passenger-apache-ruby-configuration/</link>
		<comments>http://www.tatvartha.com/2009/06/passenger-apache-ruby-configuration/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 15:45:03 +0000</pubDate>
		<dc:creator>Sharad</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.tatvartha.com/?p=172</guid>
		<description><![CDATA[Installing passenger to work with apache for rails application is especially pleasant since it gives you direction to setup apache passenger module properly. I have done it several times and it has always worked. Recently I had to change the version of ruby that passenger uses and all I had to do is change the [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Installing passenger to work with apache for rails application is especially pleasant since it gives you direction to setup apache passenger module properly. I have done it several times and it has always worked. Recently I had to change the version of ruby that passenger uses and all I had to do is change the PassengerRuby directive in httpd.conf (or apache.conf) as follows:</p>
<p><code><span style="COLOR: #008000">#LoadModule passenger_module /opt/ruby-enterprise-1.8.6-20090421/lib/ruby/gems/1.8/gems/passenger-2.2.2/ext/apache2/mod_passenger.so <br/>#PassengerRoot /opt/ruby-enterprise-1.8.6-20090421/lib/ruby/gems/1.8/gems/passenger-2.2.2 <br/>#PassengerRuby /opt/ruby-enterprise-1.8.6-20090421/bin/ruby</span> <br/>LoadModule passenger_module /opt/ruby/lib/ruby/gems/1.8/gems/passenger-2.1.2/ext/apache2/mod_passenger.so <br/>PassengerRoot /opt/ruby/lib/ruby/gems/1.8/gems/passenger-2.1.2 <br/>PassengerRuby /opt/ruby/bin/ruby</code></p>
<p>I am not sure if this is the recommended way but it worked for me.</p>
<p>Enjoy!</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tatvartha.com/2009/06/passenger-apache-ruby-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirecting from http to https</title>
		<link>http://www.tatvartha.com/2009/06/redirecting-from-http-to-https/</link>
		<comments>http://www.tatvartha.com/2009/06/redirecting-from-http-to-https/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 15:20:15 +0000</pubDate>
		<dc:creator>Sharad</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.tatvartha.com/?p=171</guid>
		<description><![CDATA[Quick Info: &#60;VirtualHost *:80&#62; ... &#60;IfModule mod_rewrite.c&#62; RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} &#60;/IfModule&#62; &#60;/VirtualHost&#62; Enjoy No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Quick Info:</p>
<p><code>&lt;VirtualHost *:80&gt; <br/>... <br/>&lt;IfModule mod_rewrite.c&gt; <br/>RewriteEngine On <br/>RewriteCond %{HTTPS} off <br/>RewriteRule (.*) <a href="https://%{HTTP_HOST}%{REQUEST_URI">https://%{HTTP_HOST}%{REQUEST_URI</a>} <br/>&lt;/IfModule&gt; <br/>&lt;/VirtualHost&gt;</code></p>
<p>Enjoy</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tatvartha.com/2009/06/redirecting-from-http-to-https/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

