<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Configuration on</title><link>https://dawning.ca/tags/configuration/</link><description>Recent content in Configuration on</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Copyright © James Snell</copyright><lastBuildDate>Wed, 17 Sep 2014 17:17:20 +0000</lastBuildDate><atom:link href="https://dawning.ca/tags/configuration/index.xml" rel="self" type="application/rss+xml"/><item><title>Dear Diary: Running Trac and upgrading to Ubuntu Server 14.04</title><link>https://dawning.ca/posts/dear-diary-running-trac-and-upgrading-ubuntu-server-14-04/</link><pubDate>Wed, 17 Sep 2014 17:17:20 +0000</pubDate><guid>https://dawning.ca/posts/dear-diary-running-trac-and-upgrading-ubuntu-server-14-04/</guid><description>
&lt;p>I&amp;rsquo;m a fairly heavy user of trac. I&amp;rsquo;ve got various software projects I organize using trac. I decided to upgrade one of my Ubuntu 12.04 servers to Ubuntu 14.04 and of course ran in to the typical apache2 headaches that are born out of this particular transition.&lt;/p>
&lt;p>After remembering to rename my virtual host files with .conf extensions (I find that change annoying as hell on its own), I kept running aground with an Internal Server Error message to which I couldn&amp;rsquo;t even find a hint in my logs, even after cranking up the verbosity.&lt;/p></description></item><item><title>My Diary: on running PHP 5.5+ &amp; Apache 2.4 on Ubuntu 12.04</title><link>https://dawning.ca/posts/my-diary-on-running-php-5-5-apache-2-4-on-ubuntu-12-04/</link><pubDate>Sat, 22 Feb 2014 12:09:51 +0000</pubDate><guid>https://dawning.ca/posts/my-diary-on-running-php-5-5-apache-2-4-on-ubuntu-12-04/</guid><description>
&lt;p>I&amp;rsquo;ve been working on migrating a Moodle 2.4+ installation from a rickety old Ubuntu 10.04 server on Amazon EC2 to a fresh machine as I can&amp;rsquo;t seem to update the original server to 12.04, which has newer PHP packages I require to run Moodle 2.6+, which I want specifically due to a user stats plugin I want installed.. So with one thing leading to another, I ran aground recently when I upgraded Ubuntu&amp;rsquo;s 12.04 Apache2 version to Apache 2.4 (from some PPA). This resulted in my site no longer working, it pretty much just said access denied. This was due to some new Apache security setting that my migrated Virtual Host config lacked.&lt;/p></description></item><item><title>The Anti-Epic Tale of Making IIS Play Nice with Apache</title><link>https://dawning.ca/posts/iis-and-apache/</link><pubDate>Wed, 24 Jun 2009 14:04:56 +0000</pubDate><guid>https://dawning.ca/posts/iis-and-apache/</guid><description>
&lt;figure style="float: right; margin: 0 0 1em 1em; max-width: 226px;">
&lt;img src="https://dawning.ca/uploads/2009/06/MattDamon.png" alt="">
&lt;figcaption>&lt;/figcaption>
&lt;/figure>
&lt;h2 id="the-mission">The Mission&lt;/h2>
&lt;p>To run an &lt;a href="http://en.wikipedia.org/wiki/Apache_HTTP_Server">Apache&lt;/a> server (on Windows) on the same machine that was already hosting &lt;a href="http://en.wikipedia.org/wiki/Internet_Information_Services">IIS&lt;/a>.&lt;/p>
&lt;h2 id="the-strategy">The Strategy&lt;/h2>
&lt;p>The plan was to alter each virtual host defined in IIS to not bind to the typical HTTP/HTTPS ports (80 &amp;amp; 443), but instead have it use arbitrary ports (was to be 8080 &amp;amp; 4433). With that in place, I could then run Apache normally. In order to get traffic to hit the right sites as hosted by IIS, the apache server would have it&amp;rsquo;s own virtual host definitions for each IIS site. In those definitions, there would be a Reverse Proxy config to get Apache to pass the traffic internally over to the arbitrary ports.&lt;/p></description></item></channel></rss>