<?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: Configuring Passenger (mod_rails) on SliceHost with Ubuntu 7.10</title>
	<atom:link href="http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/</link>
	<description>A delicious blend of Ruby and Rails...</description>
	<lastBuildDate>Sun, 03 Jan 2010 16:28:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tychoish</title>
		<link>http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/comment-page-1/#comment-3683</link>
		<dc:creator>tychoish</dc:creator>
		<pubDate>Tue, 11 Aug 2009 14:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/#comment-3683</guid>
		<description>this is a great resource, but it looks like your line breaks have gotten mangled. 

two other notes....

first, brightbox provides ubuntu (and probably debian-compatable) packages for hardy, which make the installation process more--straightforward. 

secondly, passenger requires log files to be worldwriteable, which doesn&#039;t strike me as the most brilliant thing in the world, but its no great risk and it is what it is.</description>
		<content:encoded><![CDATA[<p>this is a great resource, but it looks like your line breaks have gotten mangled. </p>
<p>two other notes&#8230;.</p>
<p>first, brightbox provides ubuntu (and probably debian-compatable) packages for hardy, which make the installation process more&#8211;straightforward. </p>
<p>secondly, passenger requires log files to be worldwriteable, which doesn&#8217;t strike me as the most brilliant thing in the world, but its no great risk and it is what it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Smith</title>
		<link>http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/comment-page-1/#comment-3154</link>
		<dc:creator>David Smith</dc:creator>
		<pubDate>Tue, 23 Jun 2009 20:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/#comment-3154</guid>
		<description>OK, I should have proofread that more carefully!

1. I am NOT using a domain name for the internal test server -- hence the ip address instead.

2. Just to clarify: I was able to install passenger from the ubuntu deb repo, as well as uninstall it and then try the gem install method. The installations apparently worked (or didn&#039;t kick up any errors at the time), but I still can&#039;t get my app served.

Someone may recognize my test app &quot;shovell&quot; was built from the tutorial in Simply Rails 2 -- an excellent intro to Rails by the way, though weak in the deployment stuff, and a couple of years out of date.

Thanks</description>
		<content:encoded><![CDATA[<p>OK, I should have proofread that more carefully!</p>
<p>1. I am NOT using a domain name for the internal test server &#8212; hence the ip address instead.</p>
<p>2. Just to clarify: I was able to install passenger from the ubuntu deb repo, as well as uninstall it and then try the gem install method. The installations apparently worked (or didn&#8217;t kick up any errors at the time), but I still can&#8217;t get my app served.</p>
<p>Someone may recognize my test app &#8220;shovell&#8221; was built from the tutorial in Simply Rails 2 &#8212; an excellent intro to Rails by the way, though weak in the deployment stuff, and a couple of years out of date.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Smith</title>
		<link>http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/comment-page-1/#comment-3153</link>
		<dc:creator>David Smith</dc:creator>
		<pubDate>Tue, 23 Jun 2009 20:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/#comment-3153</guid>
		<description>hi,

I&#039;m trying to set up a rails test server on my lan, and not having much luck using passenger.

The server is an ubuntu 8.04 server edition VM (VirtualBox, bridged nic), running Apache, MySQL and Rails.

I can hit the server from my lan (the host pc, actually), using 192.168.2.xxx, and I can hit my test rails app after launching Mongrel server in production mode from 192.168.2.xxx:3000.

I tried installing passenger from the ubuntu deb repository, and when that didn&#039;t work, through gem (where it apparently builds passenger for the onboard Apache version).

In either case the result is the same: it doesn&#039;t work.

Since I&#039;m using a domain name for the server, I configured the &quot;default&quot; VirtualHost site as follows:

------------code snippet------------
NameVirtualHost *

	ServerAdmin webmaster@localhost	
	DocumentRoot /home/dave/shovell/public
	
		Options FollowSymLinks
		AllowOverride None
	
	
------------------------------------
(note only DocumentRoot and Directory are changed from the original file).

I have also tried setting up a symlink to the above directory in /var/www and adding a RailsBaseURI line. Without the line, my browser opens the directory (rather than the rails app). With it, I get the same, 500 Internal Server Error message

Although my Rails installation and test app seem to be fine, judging by being able to run it in Mongrel, the Apache error log is reporting a slew of Ruby errors:

---------------log snippet-------------------
[Tue Jun 23 15:29:02 2009] [notice] Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.6 with Suhosin-Patch Phusion_Passenger/2.2.4 configured -- resuming normal operations
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#039;: no such file to load -- fastthread (LoadError)
	from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#039;
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/lib/phusion_passenger/utils.rb:27
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53:in `require&#039;
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#039;: no such file to load -- fastthread (LoadError)
	from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#039;
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/lib/phusion_passenger/utils.rb:27
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53:in `require&#039;
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#039;: no such file to load -- fastthread (LoadError)
	from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#039;
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/lib/phusion_passenger/utils.rb:27
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53:in `require&#039;
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53
[ pid=7822 file=ext/apache2/Hooks.cpp:688 time=2009-06-23 15:29:07.824 ]:
  Unexpected error in mod_passenger: Cannot spawn application &#039;/home/dave/shovell&#039;: The spawn server has exited unexpectedly.
  Backtrace:
     in &#039;virtual boost::shared_ptr Passenger::ApplicationPoolServer::Client::get(const Passenger::PoolOptions&amp;)&#039; (ApplicationPoolServer.h:471)
     in &#039;int Hooks::handleRequest(request_rec*)&#039; (Hooks.cpp:485)
----------------------------------

Any help in identifying where the problem lies, and how I might go about fixing it would sure be appreciated! I already took a stab at the mongrel + mod_proxy method and got nowhere.

Thanks.</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I&#8217;m trying to set up a rails test server on my lan, and not having much luck using passenger.</p>
<p>The server is an ubuntu 8.04 server edition VM (VirtualBox, bridged nic), running Apache, MySQL and Rails.</p>
<p>I can hit the server from my lan (the host pc, actually), using 192.168.2.xxx, and I can hit my test rails app after launching Mongrel server in production mode from 192.168.2.xxx:3000.</p>
<p>I tried installing passenger from the ubuntu deb repository, and when that didn&#8217;t work, through gem (where it apparently builds passenger for the onboard Apache version).</p>
<p>In either case the result is the same: it doesn&#8217;t work.</p>
<p>Since I&#8217;m using a domain name for the server, I configured the &#8220;default&#8221; VirtualHost site as follows:</p>
<p>&#8212;&#8212;&#8212;&#8212;code snippet&#8212;&#8212;&#8212;&#8212;<br />
NameVirtualHost *</p>
<p>	ServerAdmin webmaster@localhost<br />
	DocumentRoot /home/dave/shovell/public</p>
<p>		Options FollowSymLinks<br />
		AllowOverride None</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
(note only DocumentRoot and Directory are changed from the original file).</p>
<p>I have also tried setting up a symlink to the above directory in /var/www and adding a RailsBaseURI line. Without the line, my browser opens the directory (rather than the rails app). With it, I get the same, 500 Internal Server Error message</p>
<p>Although my Rails installation and test app seem to be fine, judging by being able to run it in Mongrel, the Apache error log is reporting a slew of Ruby errors:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;log snippet&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
[Tue Jun 23 15:29:02 2009] [notice] Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.6 with Suhosin-Patch Phusion_Passenger/2.2.4 configured &#8212; resuming normal operations<br />
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#8217;: no such file to load &#8212; fastthread (LoadError)<br />
	from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#8217;<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/lib/phusion_passenger/utils.rb:27<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53:in `require&#8217;<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53<br />
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#8217;: no such file to load &#8212; fastthread (LoadError)<br />
	from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#8217;<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/lib/phusion_passenger/utils.rb:27<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53:in `require&#8217;<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53<br />
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#8217;: no such file to load &#8212; fastthread (LoadError)<br />
	from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#8217;<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/lib/phusion_passenger/utils.rb:27<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53:in `require&#8217;<br />
	from /usr/lib/ruby/gems/1.8/gems/passenger-2.2.4/bin/passenger-spawn-server:53<br />
[ pid=7822 file=ext/apache2/Hooks.cpp:688 time=2009-06-23 15:29:07.824 ]:<br />
  Unexpected error in mod_passenger: Cannot spawn application &#8216;/home/dave/shovell&#8217;: The spawn server has exited unexpectedly.<br />
  Backtrace:<br />
     in &#8216;virtual boost::shared_ptr Passenger::ApplicationPoolServer::Client::get(const Passenger::PoolOptions&amp;)&#8217; (ApplicationPoolServer.h:471)<br />
     in &#8216;int Hooks::handleRequest(request_rec*)&#8217; (Hooks.cpp:485)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Any help in identifying where the problem lies, and how I might go about fixing it would sure be appreciated! I already took a stab at the mongrel + mod_proxy method and got nowhere.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukasz</title>
		<link>http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/comment-page-1/#comment-2575</link>
		<dc:creator>Lukasz</dc:creator>
		<pubDate>Wed, 22 Apr 2009 00:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/#comment-2575</guid>
		<description>thank you very very much for solving problem with permissions</description>
		<content:encoded><![CDATA[<p>thank you very very much for solving problem with permissions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandy</title>
		<link>http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/comment-page-1/#comment-2531</link>
		<dc:creator>Sandy</dc:creator>
		<pubDate>Thu, 16 Apr 2009 12:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/#comment-2531</guid>
		<description>I created a simple, scaffolded Rails application (called &quot;testapp&quot;) on Ubuntu 8.10.  Testapp s located in my /www/var/ directory, I get the &quot;Welcome onboard&quot; screen, but if I click the &quot;About your application&#039;s environment&quot;, I get a Passenger error screen.  Looking at the apache2
error log file, it says that the rails-2.3.2 gem is missing.  However, the gem is installed (as confirmed during the passenger-install-apache2-module step), and testapp runs fine when I run it from Mongrel in the same location (and its &quot;environment&quot; includes rails-2.3.2).
echo $PATH shows that the directory with rails-2.3.2 is present.

I added the following to apache2.conf:

# Include the virtual host configurations:
Include /etc/apache2/sites-enabled/

   LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/
passenger-2.1.3/ext/apache2/mod_passenger.so
   PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.1.3
   PassengerRuby /usr/bin/ruby1.8

# Configure mod_passenger
RailsSpawnMethod conservative
RailsEnv development

and in sites-enabled/testapp, I have:


        ServerAdmin webmaster@localhost
        Servername localhost
        DocumentRoot /var/www/testapp/public

        RailsSpawnMethod conservative
        RailsEnv development



        ServerAdmin webmaster@localhost
        ServerName localhost

        # Configure mod_passenger
        RailsSpawnMethod conservative
        RailsEnv development

        DocumentRoot /var/www/testapp/public
        
                Options FollowSymLinks
                AllowOverride None
        
        
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        

        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
        
                AllowOverride None
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                Order allow,deny
                Allow from all
        

        ErrorLog /var/log/apache2/error.log

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn

        CustomLog /var/log/apache2/access.log combined

    Alias /doc/ &quot;/usr/share/doc/&quot;
    
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    



so, I should be in development mode, but it dies giving me the following error:

[Thu Apr 16 07:57:46 2009] [notice] Apache/2.2.9 (Ubuntu) mod_ssl/2.2.9 OpenSSL/0.9.8g Phusion_Passenger/2.1.3 configured -- resuming normal operations
Missing the Rails 2.3.2 gem. Please `gem install -v=2.3.2 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.

Does anyone know what might be wrong?

Sandy</description>
		<content:encoded><![CDATA[<p>I created a simple, scaffolded Rails application (called &#8220;testapp&#8221;) on Ubuntu 8.10.  Testapp s located in my /www/var/ directory, I get the &#8220;Welcome onboard&#8221; screen, but if I click the &#8220;About your application&#8217;s environment&#8221;, I get a Passenger error screen.  Looking at the apache2<br />
error log file, it says that the rails-2.3.2 gem is missing.  However, the gem is installed (as confirmed during the passenger-install-apache2-module step), and testapp runs fine when I run it from Mongrel in the same location (and its &#8220;environment&#8221; includes rails-2.3.2).<br />
echo $PATH shows that the directory with rails-2.3.2 is present.</p>
<p>I added the following to apache2.conf:</p>
<p># Include the virtual host configurations:<br />
Include /etc/apache2/sites-enabled/</p>
<p>   LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/<br />
passenger-2.1.3/ext/apache2/mod_passenger.so<br />
   PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.1.3<br />
   PassengerRuby /usr/bin/ruby1.8</p>
<p># Configure mod_passenger<br />
RailsSpawnMethod conservative<br />
RailsEnv development</p>
<p>and in sites-enabled/testapp, I have:</p>
<p>        ServerAdmin webmaster@localhost<br />
        Servername localhost<br />
        DocumentRoot /var/www/testapp/public</p>
<p>        RailsSpawnMethod conservative<br />
        RailsEnv development</p>
<p>        ServerAdmin webmaster@localhost<br />
        ServerName localhost</p>
<p>        # Configure mod_passenger<br />
        RailsSpawnMethod conservative<br />
        RailsEnv development</p>
<p>        DocumentRoot /var/www/testapp/public</p>
<p>                Options FollowSymLinks<br />
                AllowOverride None</p>
<p>                Options Indexes FollowSymLinks MultiViews<br />
                AllowOverride None<br />
                Order allow,deny<br />
                allow from all</p>
<p>        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/</p>
<p>                AllowOverride None<br />
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch<br />
                Order allow,deny<br />
                Allow from all</p>
<p>        ErrorLog /var/log/apache2/error.log</p>
<p>        # Possible values include: debug, info, notice, warn, error, crit,<br />
        # alert, emerg.<br />
        LogLevel warn</p>
<p>        CustomLog /var/log/apache2/access.log combined</p>
<p>    Alias /doc/ &#8220;/usr/share/doc/&#8221;</p>
<p>        Options Indexes MultiViews FollowSymLinks<br />
        AllowOverride None<br />
        Order deny,allow<br />
        Deny from all<br />
        Allow from 127.0.0.0/255.0.0.0 ::1/128</p>
<p>so, I should be in development mode, but it dies giving me the following error:</p>
<p>[Thu Apr 16 07:57:46 2009] [notice] Apache/2.2.9 (Ubuntu) mod_ssl/2.2.9 OpenSSL/0.9.8g Phusion_Passenger/2.1.3 configured &#8212; resuming normal operations<br />
Missing the Rails 2.3.2 gem. Please `gem install -v=2.3.2 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.</p>
<p>Does anyone know what might be wrong?</p>
<p>Sandy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew Tufano</title>
		<link>http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/comment-page-1/#comment-2487</link>
		<dc:creator>Drew Tufano</dc:creator>
		<pubDate>Sun, 12 Apr 2009 05:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/#comment-2487</guid>
		<description>Hey Ben!

I just wanted to say a big &quot;thank you&quot; for writing this post!!  I&#039;ve been frustrated for most of the day trying to figure out why passenger kept erroring out!  It was the permissions!! All the files where set to root:root.  Easy chown user:user and I&#039;m in business! Thank you, thank you for pointing me in the right direction!</description>
		<content:encoded><![CDATA[<p>Hey Ben!</p>
<p>I just wanted to say a big &#8220;thank you&#8221; for writing this post!!  I&#8217;ve been frustrated for most of the day trying to figure out why passenger kept erroring out!  It was the permissions!! All the files where set to root:root.  Easy chown user:user and I&#8217;m in business! Thank you, thank you for pointing me in the right direction!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Brown</title>
		<link>http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/comment-page-1/#comment-1743</link>
		<dc:creator>Al Brown</dc:creator>
		<pubDate>Thu, 15 Jan 2009 11:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/#comment-1743</guid>
		<description>A fellow RIT grad, into rails AND capitalism.  Very cool!</description>
		<content:encoded><![CDATA[<p>A fellow RIT grad, into rails AND capitalism.  Very cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hanky</title>
		<link>http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/comment-page-1/#comment-905</link>
		<dc:creator>Hanky</dc:creator>
		<pubDate>Thu, 07 Aug 2008 16:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/#comment-905</guid>
		<description>My webserver stops responding after sometime and I have to restart apache to start the server again. I am using passenger along with apache. Has anyone faced this problem before? If yes, what is the solution for this?</description>
		<content:encoded><![CDATA[<p>My webserver stops responding after sometime and I have to restart apache to start the server again. I am using passenger along with apache. Has anyone faced this problem before? If yes, what is the solution for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/comment-page-1/#comment-899</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 05 Aug 2008 19:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/#comment-899</guid>
		<description>Hi tinl,

I set up multiple using vhosts on slicehost from the http://articles.slicehost.com, and then did the following which I documented here: http://scottmotte.com/archives/145</description>
		<content:encoded><![CDATA[<p>Hi tinl,</p>
<p>I set up multiple using vhosts on slicehost from the <a href="http://articles.slicehost.com" rel="nofollow">http://articles.slicehost.com</a>, and then did the following which I documented here: <a href="http://scottmotte.com/archives/145" rel="nofollow">http://scottmotte.com/archives/145</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Ma</title>
		<link>http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/comment-page-1/#comment-879</link>
		<dc:creator>Billy Ma</dc:creator>
		<pubDate>Fri, 01 Aug 2008 04:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.railsgarden.com/2008/04/12/configurating-passenger-mod_rails-on-slicehost-with-ubuntu-710/#comment-879</guid>
		<description>I would suggest to use virtual host to run two or more rails applications. That way apache can detect which rails application to go depend on the address entered.

Virtual Host Setting

  ServerName tracks
  ...



  ServerName redmine
  ...
</description>
		<content:encoded><![CDATA[<p>I would suggest to use virtual host to run two or more rails applications. That way apache can detect which rails application to go depend on the address entered.</p>
<p>Virtual Host Setting</p>
<p>  ServerName tracks<br />
  &#8230;</p>
<p>  ServerName redmine<br />
  &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
