<?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>The Buzz Media &#187; Apache</title>
	<atom:link href="http://www.thebuzzmedia.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thebuzzmedia.com</link>
	<description>Video Games, Movies and Technology</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:32:19 +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>How nginx and PHP-FPM Saved My WordPress Site (and Sanity)</title>
		<link>http://www.thebuzzmedia.com/how-nginx-and-php-fpm-saved-my-wordpress-site-and-sanity/</link>
		<comments>http://www.thebuzzmedia.com/how-nginx-and-php-fpm-saved-my-wordpress-site-and-sanity/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 22:10:47 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[incredible]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[PHP-FPM]]></category>
		<category><![CDATA[recommendation]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=15129</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2010/12/nginx-logo-large.png" width="240" />
		</p>DISCLAIMER: I am not an Apache expert. I accept that it is likely possible for someone smarter than me to tweak Apache to perform comparable to nginx, but I spent 2 solid years trying to get it to perform and was never able to. I have been writing this site for almost 5 years now. [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/how-nginx-and-php-fpm-saved-my-wordpress-site-and-sanity/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Increase WordPress Performance on Apache with Worker MPM, PHP and mod_fcgid</title>
		<link>http://www.thebuzzmedia.com/increase-wordpress-performance-on-apache-with-worker-mpm-php-and-mod_fcgid/</link>
		<comments>http://www.thebuzzmedia.com/increase-wordpress-performance-on-apache-with-worker-mpm-php-and-mod_fcgid/#comments</comments>
		<pubDate>Sun, 23 May 2010 13:41:41 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[mod_fcgid]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[prefork]]></category>
		<category><![CDATA[worker]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=9558</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2010/05/thebuzzmedia.com-fast-load-times.png" width="240" />
		</p>This is a continuation of two previous posts about Apache performance running PHP-apps like WordPress. One was on running PHP via CGI and the other was on running Apache with the thread-based &#8220;Worker&#8221; MPM instead of the default &#8220;Prefork&#8221; MPM. As mentioned in the other posts (incase you don&#8217;t want to read them&#8230; I don&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/increase-wordpress-performance-on-apache-with-worker-mpm-php-and-mod_fcgid/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to Enable Apache Worker MPM in CentOS / RedHat / Debian</title>
		<link>http://www.thebuzzmedia.com/how-to-enable-apache-worker-in-centos-redhat/</link>
		<comments>http://www.thebuzzmedia.com/how-to-enable-apache-worker-in-centos-redhat/#comments</comments>
		<pubDate>Sun, 23 May 2010 03:52:33 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[prefork]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[worker]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=9536</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2008/07/apache-http-server-logo3.jpg" width="240" />
		</p>I am reposting this tip because it took me a few hours to Google for it (likely using the wrong terms or combination of terms to find it) and then had a huge &#8220;duh!&#8221; moment when I saw the answer. If you are on CentOS / RedHat / Fedora and want to run Apache with [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/how-to-enable-apache-worker-in-centos-redhat/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Optimizing WordPress Page-Load Pauses with PHP-CGI</title>
		<link>http://www.thebuzzmedia.com/optimizing-wordpress-page-load-pauses-with-php-cgi/</link>
		<comments>http://www.thebuzzmedia.com/optimizing-wordpress-page-load-pauses-with-php-cgi/#comments</comments>
		<pubDate>Sun, 23 May 2010 03:18:11 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[prefork]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=9529</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2010/05/server-apache-process-size-with-php-cgi.png" width="240" />
		</p>For the last 6-months I&#8217;ve been trying to deal with mysterious &#8220;page load pause&#8221; issues with WordPress on my Apache/prefork/mod_php setup. Server load was low, hardware was a 4GB 2-core machine, spent 4 months of that time tweaking MaxClients and other Apache prefork settings until I finally gave up. The behavior I was seeing is hitting [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/optimizing-wordpress-page-load-pauses-with-php-cgi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Digg Rewrite Drops MySQL in Favor of NoSQL Apache Cassandra Backend</title>
		<link>http://www.thebuzzmedia.com/digg-rewrite-drops-mysql-in-favor-of-nosql-apache-cassandra-backend/</link>
		<comments>http://www.thebuzzmedia.com/digg-rewrite-drops-mysql-in-favor-of-nosql-apache-cassandra-backend/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 18:03:02 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[BigTable]]></category>
		<category><![CDATA[Cassandra]]></category>
		<category><![CDATA[DB]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[rewrite]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=7483</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2010/03/about-diggguy-logo.gif" width="240" />
		</p>John Quinn from Digg recently posted on the Digg blog about Digg&#8217;s ongoing rewrite of the entire site &#8212; both front end and back end. One of the biggest performance and growth challenges that John cited for Digg was growing it&#8217;s MySQL-based relationship DB across different data centers and keeping the site performant and in [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/digg-rewrite-drops-mysql-in-favor-of-nosql-apache-cassandra-backend/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Website Gzip Online Compression Test Tool</title>
		<link>http://www.thebuzzmedia.com/website-gzip-online-compression-test-tool/</link>
		<comments>http://www.thebuzzmedia.com/website-gzip-online-compression-test-tool/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 16:47:05 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[mod_deflate]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[website]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=1187</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2010/02/whatsmyip-gzip-compression-test-kallasoft-screenshot.png" width="240" />
		</p>We&#8217;ve been tweaking with the gzip compression on the web server that hosts thebuzzmedia.com, and thebuzzmedia.com and I kept having to dig for online tools to quickly and easily test if the compression was working and by how much. (We&#8217;ve been adjusting the DeflateCompressionLevel argument to find a good balance between compressed page content and [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/website-gzip-online-compression-test-tool/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Check if Apache is Running Prefork or Worker</title>
		<link>http://www.thebuzzmedia.com/how-to-check-if-apache-is-running-prefork-or-worker/</link>
		<comments>http://www.thebuzzmedia.com/how-to-check-if-apache-is-running-prefork-or-worker/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 16:38:15 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[HTTPD]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[MPM]]></category>
		<category><![CDATA[prefork]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[worker]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=1184</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2008/07/apache-http-server-logo.jpg" width="240" />
		</p>For about the last week I&#8217;ve been trying to tweak the performance of a particular Apache server with varying degrees of success and failure. The biggest frustration is that I haven&#8217;t been able to find a way to determine which MPM mode Apache was running in: Prefork or Worker. Without that information I couldn&#8217;t tell [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/how-to-check-if-apache-is-running-prefork-or-worker/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Using Apache Virtual Hosts and ProxyPass Together</title>
		<link>http://www.thebuzzmedia.com/using-apache-virtual-hosts-and-proxypass-together/</link>
		<comments>http://www.thebuzzmedia.com/using-apache-virtual-hosts-and-proxypass-together/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 06:00:39 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[ProxyPass]]></category>
		<category><![CDATA[ProxyPassReverse]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Virtual Hosts]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=44</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2008/07/apache-http-server-logo3.jpg" width="240" />
		</p>I recently ran into a situation where I had a server with Apache on it that was already hosting a few PHP sites using VirtualHost mappings, but I now wanted to add a new Tomcat-hosted site to the same machine. In a way, what I wanted was to setup a new VirtualHost entry on Apache [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/using-apache-virtual-hosts-and-proxypass-together/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>RedHat Pushes Up Sun Schedule, Java Fragmentation Begins</title>
		<link>http://www.thebuzzmedia.com/redhat-pushes-up-sun-schedule-java-fragmentation-begins/</link>
		<comments>http://www.thebuzzmedia.com/redhat-pushes-up-sun-schedule-java-fragmentation-begins/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 14:15:44 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[RedHat]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[Sun]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/?p=2856</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2007/05/java_logo.png" width="240" />
		</p>If you didn&#8217;t see it, RedHat announced earlier this week that their completely Open Source Java implementation (IcedTea) had finally passed the Java Test Compatability Kit (TCK). While most folks rejoiced, I think there were a fair number of us that sighed and thought: Goddamnit, here&#8217;s the beginning of the Java fragmentation. Or if that [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/redhat-pushes-up-sun-schedule-java-fragmentation-begins/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Don&#039;t Use Plus (+) In mod_rewrite Rules</title>
		<link>http://www.thebuzzmedia.com/dont-use-plus-in-mod_rewrite-rules/</link>
		<comments>http://www.thebuzzmedia.com/dont-use-plus-in-mod_rewrite-rules/#comments</comments>
		<pubDate>Sat, 05 May 2007 16:11:07 +0000</pubDate>
		<dc:creator>Riyad Kalla</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[tip]]></category>
		<guid isPermaLink="false">http://www.thebuzzmedia.com/2007/05/05/dont-use-plus-in-mod_rewrite-rules/</guid>
		<description><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.thebuzzmedia.com/wp-content/uploads/2007/05/httpd_logo_wide.gif" width="240" />
		</p>You know how every once in a while you will need to get neck-deep into some super obscure issue until you finally find the answer to it, and it&#8217;s so simple or ridiculous that you want to scream at the top of your lungs and share it with everyone? Well that just happened to me [...]]]></description>
		<wfw:commentRss>http://www.thebuzzmedia.com/dont-use-plus-in-mod_rewrite-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

