<?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>Computer Plumber &#187; apache</title>
	<atom:link href="http://computerplumber.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://computerplumber.com</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 02:54:22 +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>Apache redirect for wildcard domains</title>
		<link>http://computerplumber.com/2012/01/apache-redirect-for-wildcard-domains/</link>
		<comments>http://computerplumber.com/2012/01/apache-redirect-for-wildcard-domains/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 23:40:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[redirects]]></category>

		<guid isPermaLink="false">http://computerplumber.com/?p=660</guid>
		<description><![CDATA[We recently had to redirect a wildcard domain to another wildcard domain using Apache redirects. It is assumed you have already enabled mod_rewrite, if not make sure you enable that apache module before you try adding this rule. RewriteEngine On RewriteRule ^([A-Za-z0-9-]+)\.domain1\.com?$ http://%1.domain2.com$1 Now there are certainly other versions of this rule (add below), but [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2012/01/apache-redirect-for-wildcard-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Setup of SSL on Apache with mod_ssl and OpenSSL</title>
		<link>http://computerplumber.com/2009/05/simple-setup-of-ssl-on-apache-with-mod_ssl-and-openssl/</link>
		<comments>http://computerplumber.com/2009/05/simple-setup-of-ssl-on-apache-with-mod_ssl-and-openssl/#comments</comments>
		<pubDate>Sun, 31 May 2009 19:35:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=467</guid>
		<description><![CDATA[This is a very simple way of setting up Apache with SSL from a trusted Certificate Authority(CA), just follow these steps and you will have it running in no time. I am assuming you have all the prerequisites installed, Apache with mod_ssl enabled and OpenSSL. I add the following to the server configuration (either httpd.conf [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/05/simple-setup-of-ssl-on-apache-with-mod_ssl-and-openssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up Ubuntu for Rails Development</title>
		<link>http://computerplumber.com/2009/05/setting-up-ubuntu-for-rails-development/</link>
		<comments>http://computerplumber.com/2009/05/setting-up-ubuntu-for-rails-development/#comments</comments>
		<pubDate>Fri, 29 May 2009 19:40:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=455</guid>
		<description><![CDATA[These are a the procedures we use to setup a PC or VM for development of a ruby on rails application. First things first, get your install software ready.&#160; These instructions are based on the Hardy Heron version of Ubuntu (8.04). Install the base OS and then fire up the terminal so you can copy [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/05/setting-up-ubuntu-for-rails-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mongrel Gem and Paperclip Plugin Problems</title>
		<link>http://computerplumber.com/2009/02/mongrel-gem-and-paperclip-plugin-problems/</link>
		<comments>http://computerplumber.com/2009/02/mongrel-gem-and-paperclip-plugin-problems/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 21:37:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[mongrel]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=396</guid>
		<description><![CDATA[This problem occurred when setting up a site using mongrel along with the paperclip rails plugin. After about a week of normal operation we started having lots of problems with the automated image resizing required by the rails application. It was running along and generating all the images just fine, then all of a sudden [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/02/mongrel-gem-and-paperclip-plugin-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Costs Using Amazon EC2 &amp; S3</title>
		<link>http://computerplumber.com/2009/02/costs-using-amazon-ec2-s3/</link>
		<comments>http://computerplumber.com/2009/02/costs-using-amazon-ec2-s3/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 05:36:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Virtual]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=383</guid>
		<description><![CDATA[Figuring out all the costs when hosting on EC2 using S3 storage can be tricky. This is break down of what you can approximately expect to pay using a few basic scenarios, such as a lamp server and S3 backups, with Amazon services. This will also compare the costs to what you would expect to [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/02/costs-using-amazon-ec2-s3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting up Hardy for Ruby on Rails Hosting</title>
		<link>http://computerplumber.com/2009/01/setting-up-hardy-for-ruby-on-rails-hosting/</link>
		<comments>http://computerplumber.com/2009/01/setting-up-hardy-for-ruby-on-rails-hosting/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 19:22:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=213</guid>
		<description><![CDATA[These instructions should take you through the process of setting up Ubuntu Server version 8.04 (Hardy Heron) for Ruby on Rails hosting using Apache and Passenger Phusion (mod_rails). This will also step you through adding certain programs needed to install the Rmagick gem required to add Captcha to a RoR application and the mysql gem. [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/01/setting-up-hardy-for-ruby-on-rails-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

