<?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>Hank Beaver &#187; westhost</title>
	<atom:link href="http://www.hankbeaver.com/index.php/tag/westhost/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hankbeaver.com</link>
	<description>Open-source, Internet technologist who works for MaxMedia located in Atlanta, GA, USA</description>
	<lastBuildDate>Tue, 09 Aug 2011 18:20:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Where the heck is my .profile on Westhost?</title>
		<link>http://www.hankbeaver.com/index.php/2008/10/02/where-the-heck-is-my-profile-on-westhost/</link>
		<comments>http://www.hankbeaver.com/index.php/2008/10/02/where-the-heck-is-my-profile-on-westhost/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 12:57:21 +0000</pubDate>
		<dc:creator>hbeaver</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[westhost]]></category>

		<guid isPermaLink="false">http://1000fires.com/wordpress/?p=48</guid>
		<description><![CDATA[~/.bash_profile does not work.
It&#8217;s actually /.bashrc.
So for me. I do this:
ln -s /.bashrc ~/.bash_profile
]]></description>
			<content:encoded><![CDATA[<p>~/.bash_profile does not work.</p>
<p>It&#8217;s actually /.bashrc.</p>
<p>So for me. I do this:</p>
<pre>ln -s /.bashrc ~/.bash_profile</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.hankbeaver.com/index.php/2008/10/02/where-the-heck-is-my-profile-on-westhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set up mongrel_cluster on Westhost</title>
		<link>http://www.hankbeaver.com/index.php/2008/05/20/how-to-set-up-mongrel_cluster-on-westhost/</link>
		<comments>http://www.hankbeaver.com/index.php/2008/05/20/how-to-set-up-mongrel_cluster-on-westhost/#comments</comments>
		<pubDate>Tue, 20 May 2008 23:43:42 +0000</pubDate>
		<dc:creator>hbeaver</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mongrel]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[westhost]]></category>

		<guid isPermaLink="false">http://1000fires.com/wordpress/?p=40</guid>
		<description><![CDATA[Goals:

To auto start with init.d, upon westhost restart, etc.
Use Apache to front end, via mod_proxy.

You&#8217;ll have to follow other sites on installing gems, etc.  This Site  has some very useful info, namely you need to symlink mongrel_cluster_ctl and ruby to /usr/bin/ (you&#8217;ll have to do a find / -name mongrel_cluster_ctl). Mine was here: [...]]]></description>
			<content:encoded><![CDATA[<p>Goals:</p>
<ul>
<li>To auto start with init.d, upon westhost restart, etc.</li>
<li>Use Apache to front end, via mod_proxy.</li>
</ul>
<p>You&#8217;ll have to follow other sites on installing gems, etc.  <a href="http://mongrel.rubyforge.org/wiki/MongrelCluster">This Site </a> has some very useful info, namely you need to symlink mongrel_cluster_ctl and ruby to /usr/bin/ (you&#8217;ll have to do a find / -name mongrel_cluster_ctl). Mine was here: /usr/local/ruby/lib/ruby/gems/1.8/gems/mongrel_cluster-1.0.5/bin/mongrel_cluster_ctl</p>
<p>So I linked into /etc/init.d/ like so:</p>
<p>ln -s /usr/local/ruby/lib/ruby/gems/1.8/gems/mongrel_cluster-1.0.5/bin/mongrel_cluster_ctl /etc/init.d/</p>
<p>chkconfig is not installed on westhost, so you have to do the init.d link/scrips the old fashioned way:</p>
<p>ln -s /etc/init.d/mongrel_cluster_ctl /etc/rc.d/rc3.d/S81mongrel_cluster</p>
<p>ln -s /etc/init.d/mongrel_cluster_ctl /etc/rc.d/rc3.d/K19mongrel_cluster</p>
<p>K = Kill, the number means the order</p>
<p>S= Start, &#8220;&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hankbeaver.com/index.php/2008/05/20/how-to-set-up-mongrel_cluster-on-westhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

