<?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>Hints and Kinks &#187; apache2</title>
	<atom:link href="http://matthew.mceachen.us/blog/tags/apache2/feed" rel="self" type="application/rss+xml" />
	<link>http://matthew.mceachen.us/blog</link>
	<description>Tips and tricks and howtos galore</description>
	<lastBuildDate>Wed, 18 Jan 2012 12:17:48 +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>HOWTO: Force https with Amazon Elastic Load Balancer and Apache</title>
		<link>http://matthew.mceachen.us/blog/howto-force-https-with-amazon-elastic-load-balancer-and-apache-1071.html</link>
		<comments>http://matthew.mceachen.us/blog/howto-force-https-with-amazon-elastic-load-balancer-and-apache-1071.html#comments</comments>
		<pubDate>Wed, 02 Mar 2011 07:10:22 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[elb]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=1071</guid>
		<description><![CDATA[The Amazon ELB service now supports https, which is great, but how do you configure Apache such that it redirects all insecure requests to use a secure connection? It turns out that the ELB adds a X-Forwarded-Proto header that you &#8230; <a href="http://matthew.mceachen.us/blog/howto-force-https-with-amazon-elastic-load-balancer-and-apache-1071.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/howto-force-https-with-amazon-elastic-load-balancer-and-apache-1071.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>HOWTO: Force https/SSL for Apache2, Phusion Passenger and Rails</title>
		<link>http://matthew.mceachen.us/blog/howto-force-httpsssl-for-apache2-phusion-passenger-and-rails-1005.html</link>
		<comments>http://matthew.mceachen.us/blog/howto-force-httpsssl-for-apache2-phusion-passenger-and-rails-1005.html#comments</comments>
		<pubDate>Tue, 26 Oct 2010 07:39:38 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=1005</guid>
		<description><![CDATA[There&#8217;s a lot of buzz right now about Firesheep and non-secure Rails applications. This is a pretty simple problem to solve with Apache&#8217;s mod_rewrite. If the traffic isn&#8217;t on https, force it to be. This configuration only needs to be &#8230; <a href="http://matthew.mceachen.us/blog/howto-force-httpsssl-for-apache2-phusion-passenger-and-rails-1005.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/howto-force-httpsssl-for-apache2-phusion-passenger-and-rails-1005.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple 301 or 302 redirects with Apache or PHP</title>
		<link>http://matthew.mceachen.us/blog/simple-301-or-302-redirects-with-apache-php-944.html</link>
		<comments>http://matthew.mceachen.us/blog/simple-301-or-302-redirects-with-apache-php-944.html#comments</comments>
		<pubDate>Fri, 03 Sep 2010 19:54:50 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=944</guid>
		<description><![CDATA[It behooves you to make sure you&#8217;ve only got one URL that serves a given piece of content&#8211;so says google. But what if you&#8217;ve got a bunch of domains that go to your page? For this blog, for example, matthew.mceachen.org, &#8230; <a href="http://matthew.mceachen.us/blog/simple-301-or-302-redirects-with-apache-php-944.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/simple-301-or-302-redirects-with-apache-php-944.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache2, PHP, and MySQL on Mac OS X using MacPorts</title>
		<link>http://matthew.mceachen.us/blog/apache2-php-and-mysql-on-mac-os-x-using-macports-573.html</link>
		<comments>http://matthew.mceachen.us/blog/apache2-php-and-mysql-on-mac-os-x-using-macports-573.html#comments</comments>
		<pubDate>Tue, 25 Aug 2009 05:46:59 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=573</guid>
		<description><![CDATA[1. Install MacPorts Follow the instructions here: http://www.macports.org/install.php. 2. Install apache2 sudo port install apache2 Note that the macports instructions suggest installing the launchctl script now, but we&#8217;ll do that after mysql and php are installed. 3. Install and configure &#8230; <a href="http://matthew.mceachen.us/blog/apache2-php-and-mysql-on-mac-os-x-using-macports-573.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/apache2-php-and-mysql-on-mac-os-x-using-macports-573.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

