<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Make Apache Faster</title>
	<atom:link href="http://www.v-nessa.net/2007/05/09/make-apache-faster/feed" rel="self" type="application/rss+xml" />
	<link>http://www.v-nessa.net/2007/05/09/make-apache-faster</link>
	<description>pink is the new black</description>
	<lastBuildDate>Thu, 26 Jan 2012 17:17:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Nessa</title>
		<link>http://www.v-nessa.net/2007/05/09/make-apache-faster/comment-page-1#comment-10488</link>
		<dc:creator>Nessa</dc:creator>
		<pubDate>Wed, 19 May 2010 12:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.v-nessa.net/2007/05/09/make-apache-faster/#comment-10488</guid>
		<description>If you want reliable dedicated hosting, you&#039;d need to expect to pay a little bit more. See http://inmotion.net/dedicated_servers.html .

Most hosts I&#039;ve see that charge less than $200 a month for a dedicated server either use crappy generic servers, or make you pay for extras like cPanel, OS installation, support, etc.</description>
		<content:encoded><![CDATA[<p>If you want reliable dedicated hosting, you&#8217;d need to expect to pay a little bit more. See <a href="http://inmotion.net/dedicated_servers.html" rel="nofollow">http://inmotion.net/dedicated_servers.html</a> .</p>
<p>Most hosts I&#8217;ve see that charge less than $200 a month for a dedicated server either use crappy generic servers, or make you pay for extras like cPanel, OS installation, support, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandra Cooper</title>
		<link>http://www.v-nessa.net/2007/05/09/make-apache-faster/comment-page-1#comment-10486</link>
		<dc:creator>Alexandra Cooper</dc:creator>
		<pubDate>Wed, 19 May 2010 09:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.v-nessa.net/2007/05/09/make-apache-faster/#comment-10486</guid>
		<description>Can anyone suggest a reliable Dedicated Server hosting that is not very expensive?&#039;-`</description>
		<content:encoded><![CDATA[<p>Can anyone suggest a reliable Dedicated Server hosting that is not very expensive?&#8217;-`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nessa</title>
		<link>http://www.v-nessa.net/2007/05/09/make-apache-faster/comment-page-1#comment-9422</link>
		<dc:creator>Nessa</dc:creator>
		<pubDate>Sun, 03 Aug 2008 01:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.v-nessa.net/2007/05/09/make-apache-faster/#comment-9422</guid>
		<description>At the time I wrote this post I was on Apache 1, but this would apply to Apache 2 as well.  Only I think gzip was replaced with mod_deflate.</description>
		<content:encoded><![CDATA[<p>At the time I wrote this post I was on Apache 1, but this would apply to Apache 2 as well.  Only I think gzip was replaced with mod_deflate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hosting</title>
		<link>http://www.v-nessa.net/2007/05/09/make-apache-faster/comment-page-1#comment-9420</link>
		<dc:creator>hosting</dc:creator>
		<pubDate>Tue, 29 Jul 2008 20:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.v-nessa.net/2007/05/09/make-apache-faster/#comment-9420</guid>
		<description>Is this possible to do if you are running apache 1 or you need to have apache 2 a requirement?</description>
		<content:encoded><![CDATA[<p>Is this possible to do if you are running apache 1 or you need to have apache 2 a requirement?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Brazell</title>
		<link>http://www.v-nessa.net/2007/05/09/make-apache-faster/comment-page-1#comment-2542</link>
		<dc:creator>Aaron Brazell</dc:creator>
		<pubDate>Tue, 07 Aug 2007 20:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.v-nessa.net/2007/05/09/make-apache-faster/#comment-2542</guid>
		<description>Just a thought. Gzip, while it will often help, also takes tons of CPU horses. So on a busy server, this could end up being a real problem.

Likewise, basic optimization of MySQL and Apache will help you, but out of the box configs are usually enough for average sites. However if you have permissions to optiize httpd.conf or my.cnf, chances are you have enough traffic to justify significant boosts.

Lately, I&#039;ve taken more of the approach of optimizing httpd requests as well as third party sources. Javascript files can be compressed by removing whitespace. CSS can also be streamlined in this way, though you may want to hack around more in that for the future so this might not be the best solution.

If you run a WordPress blog, having WP-Cache is going to do crazy amounts for speed. In fact, any way you can cache stuff on the server end, is usually a good bet.

Great write up, though!</description>
		<content:encoded><![CDATA[<p>Just a thought. Gzip, while it will often help, also takes tons of CPU horses. So on a busy server, this could end up being a real problem.</p>
<p>Likewise, basic optimization of MySQL and Apache will help you, but out of the box configs are usually enough for average sites. However if you have permissions to optiize httpd.conf or my.cnf, chances are you have enough traffic to justify significant boosts.</p>
<p>Lately, I&#8217;ve taken more of the approach of optimizing httpd requests as well as third party sources. Javascript files can be compressed by removing whitespace. CSS can also be streamlined in this way, though you may want to hack around more in that for the future so this might not be the best solution.</p>
<p>If you run a WordPress blog, having WP-Cache is going to do crazy amounts for speed. In fact, any way you can cache stuff on the server end, is usually a good bet.</p>
<p>Great write up, though!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

