<?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>Apache Archives - Garbage In Garbage Out</title>
	<atom:link href="https://gigoblog.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>https://gigoblog.com/tag/apache/</link>
	<description>Tech tips &#38; other words</description>
	<lastBuildDate>Sun, 26 Oct 2025 03:40:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Install a wildcard domain SSL certificate on AWS EC2 Ubuntu</title>
		<link>https://gigoblog.com/2016/03/10/install-wildcard-ssl-certificate-on-amazon-aws-ec2/</link>
					<comments>https://gigoblog.com/2016/03/10/install-wildcard-ssl-certificate-on-amazon-aws-ec2/#respond</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Thu, 10 Mar 2016 17:49:11 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=648</guid>

					<description><![CDATA[<p>I recently needed to add a wildcard SSL certificate purchased from Network Solutions to an AWS EC2 instance running Ubuntu 12.04. Here&#8217;s the steps I followed for success: First, unzip the archive that Network Solutions provides, into your home directory. Mine happens to be at /home/ubuntu/certificates which includes these files: AddTrustExternalCARoot.crt OV_NetworkSolutionsOVServerCA2.crt OV_USERTrustRSACertificationAuthority.crt STAR.MYWEBSITE.COM.crt You will [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2016/03/10/install-wildcard-ssl-certificate-on-amazon-aws-ec2/">Install a wildcard domain SSL certificate on AWS EC2 Ubuntu</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2016/03/10/install-wildcard-ssl-certificate-on-amazon-aws-ec2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Convert directories into variables and values in a URL</title>
		<link>https://gigoblog.com/2013/01/20/mod_rewrite_directory_url/</link>
					<comments>https://gigoblog.com/2013/01/20/mod_rewrite_directory_url/#respond</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Sun, 20 Jan 2013 20:04:26 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=336</guid>

					<description><![CDATA[<p>I recently worked on a project where we dynamically displayed page content with a single PHP script. But we didn&#8217;t want to display the PHP script name, variables and their values in the URL. The script URL schema looked like: http://website.com/index.php?page=myPage I wanted to rewrite the URL so that the script, variable and value were [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2013/01/20/mod_rewrite_directory_url/">Convert directories into variables and values in a URL</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2013/01/20/mod_rewrite_directory_url/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apache runs slow in Mac OS X Lion? Speed up Apache in 10.7!</title>
		<link>https://gigoblog.com/2011/09/06/apache-runs-slow-in-mac-os-x-lion-speed-up-apache-in-10-7/</link>
					<comments>https://gigoblog.com/2011/09/06/apache-runs-slow-in-mac-os-x-lion-speed-up-apache-in-10-7/#comments</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Tue, 06 Sep 2011 16:11:53 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=304</guid>

					<description><![CDATA[<p>Apache runs very slowly in Mac OS X 10.7.1 Lion. I checked out the /etc/apache2/httpd.conf file and noticed that Apple shipped Lion with every single module turned on, meaning Apache is chewing up a lot of memory and CPU cycles on modules that (typically) aren&#8217;t needed! Here&#8217;s how to reclaim the speed of Snow Leopard [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2011/09/06/apache-runs-slow-in-mac-os-x-lion-speed-up-apache-in-10-7/">Apache runs slow in Mac OS X Lion? Speed up Apache in 10.7!</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2011/09/06/apache-runs-slow-in-mac-os-x-lion-speed-up-apache-in-10-7/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>Mac OS X 10.7 Lion supports freetype natively; ships with hardened PHP</title>
		<link>https://gigoblog.com/2011/08/01/mac-os-x-lion-supports-freetype-and-is-hardened/</link>
					<comments>https://gigoblog.com/2011/08/01/mac-os-x-lion-supports-freetype-and-is-hardened/#respond</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Mon, 01 Aug 2011 14:15:23 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=298</guid>

					<description><![CDATA[<p>Good news out of Cupertino. Apple&#8217;s new operating system, Mac OS X 10.7 Lion ships with a newer version of PHP (5.3.6), which has been compiled with GD, freetype, tidy (libtidy), and lots of other goodness. Additionally, Apple has chosen to compile PHP with Suhosin Patch 0.9.10, which purports to substantially harden PHP. From the [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2011/08/01/mac-os-x-lion-supports-freetype-and-is-hardened/">Mac OS X 10.7 Lion supports freetype natively; ships with hardened PHP</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2011/08/01/mac-os-x-lion-supports-freetype-and-is-hardened/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Can&#8217;t display content hosted by Mac OS X server in an iframe? Here&#8217;s how!</title>
		<link>https://gigoblog.com/2011/07/23/cant-display-content-hosted-by-mac-os-x-server-in-an-iframe-heres-how/</link>
					<comments>https://gigoblog.com/2011/07/23/cant-display-content-hosted-by-mac-os-x-server-in-an-iframe-heres-how/#comments</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Sat, 23 Jul 2011 17:06:44 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mac OS X Server]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=293</guid>

					<description><![CDATA[<p>Apache on Mac OS X is configured with security in mind. Apple has chosen to ship it with a setting that causes the x-frame-options header to be sent, which has the effect of causing content hosted on a Mac OS X server to not show up inside and iframe on another site. Well-written web apps [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2011/07/23/cant-display-content-hosted-by-mac-os-x-server-in-an-iframe-heres-how/">Can&#8217;t display content hosted by Mac OS X server in an iframe? Here&#8217;s how!</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2011/07/23/cant-display-content-hosted-by-mac-os-x-server-in-an-iframe-heres-how/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
		<item>
		<title>Install GD for PHP on Mac OS X 10.5 Leopard</title>
		<link>https://gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/</link>
					<comments>https://gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/#comments</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Thu, 09 Oct 2008 01:48:13 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[GD]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/?p=141</guid>

					<description><![CDATA[<p>So, you need GD for your killer PHP web app, and you&#8217;re running Mac OS X 10.5? A quick look shows that GD doesn&#8217;t ship with Leopard. No worries. It&#8217;s pretty simple to install. There are a few core requirements you must take care of before getting started. Choose to ignore these, and you&#8217;re doomed [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/">Install GD for PHP on Mac OS X 10.5 Leopard</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2008/10/08/install-gd-for-php-on-mac-os-x-105-leopard/feed/</wfw:commentRss>
			<slash:comments>93</slash:comments>
		
		
			</item>
		<item>
		<title>Configure Apache Web Sharing for user accounts in Mac OS X 10.5 Leopard</title>
		<link>https://gigoblog.com/2007/11/08/configure-apache-web-sharing-for-user-accounts-in-mac-os-x-105-leopard/</link>
					<comments>https://gigoblog.com/2007/11/08/configure-apache-web-sharing-for-user-accounts-in-mac-os-x-105-leopard/#comments</comments>
		
		<dc:creator><![CDATA[Chris Brewer]]></dc:creator>
		<pubDate>Thu, 08 Nov 2007 19:39:28 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<guid isPermaLink="false">http://www.gigoblog.com/2007/11/08/configure-apache-web-sharing-for-user-accounts-in-mac-os-x-105-leopard/</guid>

					<description><![CDATA[<p>Apple&#8217;s new Mac OS X 10.5 (Leopard) changes how web sharing is set up. Thankfully, they&#8217;ve moved us all to Apache 2 codebase (a good thingâ?¢). But in doing so, they&#8217;ve disabled the ability to serve web pages contained in your home Site directory. If you turn on Web Sharing from the System Preferences panel, [&#8230;]</p>
<p>The post <a href="https://gigoblog.com/2007/11/08/configure-apache-web-sharing-for-user-accounts-in-mac-os-x-105-leopard/">Configure Apache Web Sharing for user accounts in Mac OS X 10.5 Leopard</a> appeared first on <a href="https://gigoblog.com">Garbage In Garbage Out</a>.</p>
]]></description>
		
					<wfw:commentRss>https://gigoblog.com/2007/11/08/configure-apache-web-sharing-for-user-accounts-in-mac-os-x-105-leopard/feed/</wfw:commentRss>
			<slash:comments>49</slash:comments>
		
		
			</item>
	</channel>
</rss>
