<?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>KBeezie</title>
	<atom:link href="http://kbeezie.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kbeezie.com</link>
	<description>Digitally Grown.</description>
	<lastBuildDate>Sun, 14 Mar 2010 21:23:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My Nginx Configuration</title>
		<link>http://kbeezie.com/view/nginx/</link>
		<comments>http://kbeezie.com/view/nginx/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 21:18:46 +0000</pubDate>
		<dc:creator>kbeezie</dc:creator>
				<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Webservers]]></category>

		<guid isPermaLink="false">http://kbeezie.com/?p=256</guid>
		<description><![CDATA[I'm creating this page on popular request, as I've had to paste my configuration for people a number of times especially on IRC. Below is an example configuration of how kbeezie.com is setup with some comments.]]></description>
		<wfw:commentRss>http://kbeezie.com/view/nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PayPal IPN Revised for Python</title>
		<link>http://kbeezie.com/view/paypal-ipn-python/</link>
		<comments>http://kbeezie.com/view/paypal-ipn-python/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 09:23:40 +0000</pubDate>
		<dc:creator>kbeezie</dc:creator>
				<category><![CDATA[Primary]]></category>

		<guid isPermaLink="false">http://kbeezie.com/?p=226</guid>
		<description><![CDATA[This article adds onto the previous entry <a href="/view/paypal-ipn-with-php/">Paypal IPN with PHP</a>, by showing you how to process an Instant Payment Notification from Paypal with Python]]></description>
		<wfw:commentRss>http://kbeezie.com/view/paypal-ipn-python/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OS X Quick Tips: Windows 7 x64 on a Macbook</title>
		<link>http://kbeezie.com/view/64bit-7-macbook/</link>
		<comments>http://kbeezie.com/view/64bit-7-macbook/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 02:07:50 +0000</pubDate>
		<dc:creator>kbeezie</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://kbeezie.com/?p=221</guid>
		<description><![CDATA[I have been a mac user off and on since 2002; It wasn't until early 2008 that I moved strictly to using a mac for my everyday affairs. I thought it would be a nice gesture to once in a while throw up quick Macintosh related tips, especially as it pertains to my early 2008 13.3" Macbook.  For my first tip, how to get Bootcamp working on Windows 7x64.]]></description>
		<wfw:commentRss>http://kbeezie.com/view/64bit-7-macbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Releasing IP Addresses in WHM/Cpanel</title>
		<link>http://kbeezie.com/view/releasing-ip-addresses-in-whmcpanel/</link>
		<comments>http://kbeezie.com/view/releasing-ip-addresses-in-whmcpanel/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 07:23:56 +0000</pubDate>
		<dc:creator>kbeezie</dc:creator>
				<category><![CDATA[Primary]]></category>

		<guid isPermaLink="false">http://kbeezie.com/?p=219</guid>
		<description><![CDATA[If you are hosted with a WHM/Cpanel based server or VPS, you may have had some difficulties trying to get an alternate webserver such as Nginx or Lighttpd installed especially if you wanted to use the default port 80. This article shows you how you can release extra IP addresses to be used by those services without conflicting with Apache. 
]]></description>
		<wfw:commentRss>http://kbeezie.com/view/releasing-ip-addresses-in-whmcpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring SNI with NginX</title>
		<link>http://kbeezie.com/view/configuring-sni-with-nginx/</link>
		<comments>http://kbeezie.com/view/configuring-sni-with-nginx/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 07:05:35 +0000</pubDate>
		<dc:creator>kbeezie</dc:creator>
				<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Webservers]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[sni]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[tls sni]]></category>

		<guid isPermaLink="false">http://kbeezie.com/?p=213</guid>
		<description><![CDATA[Traditionally for every SSL certificate issued, you needed a separate and unique IP address. However if you compile OpenSSL and NginX with TLS SNI (Server Name Identification) support you can install multiple SSL certificates without having to bind a domain name to a specific IP address or require each certificate to have its own unique IP.]]></description>
		<wfw:commentRss>http://kbeezie.com/view/configuring-sni-with-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Path_Info &amp; PHP_SELF woes [NginX]</title>
		<link>http://kbeezie.com/view/php-self-path-nginx/</link>
		<comments>http://kbeezie.com/view/php-self-path-nginx/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 12:14:35 +0000</pubDate>
		<dc:creator>kbeezie</dc:creator>
				<category><![CDATA[Nginx]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://kbeezie.com/?p=208</guid>
		<description><![CDATA[Over the last couple of years I've been constantly researching for a way to get the PHP environment variables to show up correctly. My latest pains were with PATH_INFO and PHP_SELF, which are now finally solved. ]]></description>
		<wfw:commentRss>http://kbeezie.com/view/php-self-path-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloaking and Faking the Referrer</title>
		<link>http://kbeezie.com/view/cloaking-and-faking-referrer/</link>
		<comments>http://kbeezie.com/view/cloaking-and-faking-referrer/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 09:46:23 +0000</pubDate>
		<dc:creator>kbeezie</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://kbeezie.com/?p=200</guid>
		<description><![CDATA[Sometimes you simply have to hide, or in some case fake the referrer from your destination. This article shows you how to fake the referrer using PHP + cURL, as well as how to cloak your referrers from your advertisers. ]]></description>
		<wfw:commentRss>http://kbeezie.com/view/cloaking-and-faking-referrer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wordpress Automatic Update with SSH</title>
		<link>http://kbeezie.com/view/wordpress-autoupdate-ssh/</link>
		<comments>http://kbeezie.com/view/wordpress-autoupdate-ssh/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 06:37:44 +0000</pubDate>
		<dc:creator>kbeezie</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://kbeezie.com/?p=180</guid>
		<description><![CDATA[If you're like me, you don't even want the insecure FTP protocol running on your server, but by default wordpress doesn't even give you the option of using SSH to automatically upgrade your plugins, or wordpress itself. This article shows how you can add a few extra lines to wp-config.php to enable automatic updates with wordpress.]]></description>
		<wfw:commentRss>http://kbeezie.com/view/wordpress-autoupdate-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Namecheap&#8217;s Free SSL with Nginx</title>
		<link>http://kbeezie.com/view/free-ssl-with-nginx/</link>
		<comments>http://kbeezie.com/view/free-ssl-with-nginx/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 19:06:25 +0000</pubDate>
		<dc:creator>kbeezie</dc:creator>
				<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Webservers]]></category>

		<guid isPermaLink="false">http://kbeezie.com/?p=171</guid>
		<description><![CDATA[Most of my domains are registered with <a href="http://links.kbeezie.com/namecheap/" target="_blank">Namecheap</a>, and powered by Nginx. The site you are viewing now is one such example. Currently with Namecheap, domain registrations, hosting, transfers and WhoIS protection come with a free PositiveSSL subscription. This section will show you how to generate a certificate request with OpenSSL and how to install the provided certificate into <a href="http://links.kbeezie.com/nginx/" target="_blank">Nginx</a>.]]></description>
		<wfw:commentRss>http://kbeezie.com/view/free-ssl-with-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handling wildcard subdomains with PHP</title>
		<link>http://kbeezie.com/view/wildcard-subdomains-php/</link>
		<comments>http://kbeezie.com/view/wildcard-subdomains-php/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 09:09:36 +0000</pubDate>
		<dc:creator>kbeezie</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Primary]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://kbeezie.com/?p=165</guid>
		<description><![CDATA[Subdomains can be a very handy way to make your urls more friendly looking. They can also be incredibly useful for membership driven websites to allow members to have their own custom subdomain. But how do make manage dynamic subdomains with PHP? This article shows you how. ]]></description>
		<wfw:commentRss>http://kbeezie.com/view/wildcard-subdomains-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.094 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-18 09:42:13 -->
