<?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: Improving Apache Web Server Performance</title>
	<atom:link href="http://blog.westhost.com/2009/06/09/improving-apache-web-server-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.westhost.com/blog/2009/06/09/improving-apache-web-server-performance/</link>
	<description>News, Announcements &#38; More</description>
	<lastBuildDate>Tue, 01 Nov 2011 13:20:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Mary</title>
		<link>http://www.westhost.com/blog/2009/06/09/improving-apache-web-server-performance/comment-page-1/#comment-31131</link>
		<dc:creator>Mary</dc:creator>
		<pubDate>Fri, 20 May 2011 19:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.westhost.com/blog/?p=322#comment-31131</guid>
		<description>Dustin - thank you for your very useful info and quick reply.  And Nick - thanks again for your article.</description>
		<content:encoded><![CDATA[<p>Dustin &#8211; thank you for your very useful info and quick reply.  And Nick &#8211; thanks again for your article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin Olson</title>
		<link>http://www.westhost.com/blog/2009/06/09/improving-apache-web-server-performance/comment-page-1/#comment-31129</link>
		<dc:creator>Dustin Olson</dc:creator>
		<pubDate>Fri, 20 May 2011 19:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.westhost.com/blog/?p=322#comment-31129</guid>
		<description>You can use the BrowserMatch directive in the Apache configuration file to specify which browsers will and will not receive compressed versions of the site. This way you can turn off the deflate filter for those older browsers. If you are wanting to utilize this functionality, I would recommend looking through both the Sample Configurations and the Enabling Compression sections at the following site:
http://httpd.apache.org/docs/2.0/mod/mod_deflate.html#recommended

To get a better idea of which browsers can and cannot handle compression, the following page may also be of some use:
http://schroepl.net/projekte/mod_gzip/browser.htm</description>
		<content:encoded><![CDATA[<p>You can use the BrowserMatch directive in the Apache configuration file to specify which browsers will and will not receive compressed versions of the site. This way you can turn off the deflate filter for those older browsers. If you are wanting to utilize this functionality, I would recommend looking through both the Sample Configurations and the Enabling Compression sections at the following site:<br />
<a href="http://httpd.apache.org/docs/2.0/mod/mod_deflate.html#recommended" rel="nofollow">http://httpd.apache.org/docs/2.0/mod/mod_deflate.html#recommended</a></p>
<p>To get a better idea of which browsers can and cannot handle compression, the following page may also be of some use:<br />
<a href="http://schroepl.net/projekte/mod_gzip/browser.htm" rel="nofollow">http://schroepl.net/projekte/mod_gzip/browser.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mary</title>
		<link>http://www.westhost.com/blog/2009/06/09/improving-apache-web-server-performance/comment-page-1/#comment-31125</link>
		<dc:creator>Mary</dc:creator>
		<pubDate>Fri, 20 May 2011 18:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.westhost.com/blog/?p=322#comment-31125</guid>
		<description>I just came across this article yesterday and I&#039;m not sure whether or not you might still be responding to comments.  My website is on WestHost 3.0.  What you have above for adding to your httpd.conf file looks like a very nice, simple and elegant solution for webpages compression.  But how do you take care of the problem of older browsers that can&#039;t handle zipped webpages?</description>
		<content:encoded><![CDATA[<p>I just came across this article yesterday and I&#8217;m not sure whether or not you might still be responding to comments.  My website is on WestHost 3.0.  What you have above for adding to your httpd.conf file looks like a very nice, simple and elegant solution for webpages compression.  But how do you take care of the problem of older browsers that can&#8217;t handle zipped webpages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Venturella</title>
		<link>http://www.westhost.com/blog/2009/06/09/improving-apache-web-server-performance/comment-page-1/#comment-16759</link>
		<dc:creator>Nick Venturella</dc:creator>
		<pubDate>Wed, 17 Feb 2010 01:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.westhost.com/blog/?p=322#comment-16759</guid>
		<description>WestHost 4.0 clients with cPanel (hosting accounts created after November 2009) can enable gzip compression right from within the cPanel Control Panel!

Simply login to your cPanel Control Panel, then click on &quot;Optimize Website&quot; (under the &quot;Software / Services&quot; section). Choose the option to &quot;Compress the specified MIME types&quot;. Erase what is currently in the text box and enter the following list of MIME types instead, as one long line:

text/html text/css text/xml text/plain text/rtf text/javascript application/x-javascript application/xml application/xhtml+xml application/rss+xml application/atom+xml application/rdf+xml application/postscript application/msword application/vnd.ms-excel application/vnd.ms-powerpoint image/svg+xml

After making this change, click on the &quot;Update Settings&quot; button.</description>
		<content:encoded><![CDATA[<p>WestHost 4.0 clients with cPanel (hosting accounts created after November 2009) can enable gzip compression right from within the cPanel Control Panel!</p>
<p>Simply login to your cPanel Control Panel, then click on &#8220;Optimize Website&#8221; (under the &#8220;Software / Services&#8221; section). Choose the option to &#8220;Compress the specified MIME types&#8221;. Erase what is currently in the text box and enter the following list of MIME types instead, as one long line:</p>
<p>text/html text/css text/xml text/plain text/rtf text/javascript application/x-javascript application/xml application/xhtml+xml application/rss+xml application/atom+xml application/rdf+xml application/postscript application/msword application/vnd.ms-excel application/vnd.ms-powerpoint image/svg+xml</p>
<p>After making this change, click on the &#8220;Update Settings&#8221; button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fiona</title>
		<link>http://www.westhost.com/blog/2009/06/09/improving-apache-web-server-performance/comment-page-1/#comment-16711</link>
		<dc:creator>Fiona</dc:creator>
		<pubDate>Sun, 14 Feb 2010 00:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.westhost.com/blog/?p=322#comment-16711</guid>
		<description>Thanks a lot for the gzip compression code. It works!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the gzip compression code. It works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Altax</title>
		<link>http://www.westhost.com/blog/2009/06/09/improving-apache-web-server-performance/comment-page-1/#comment-15187</link>
		<dc:creator>Altax</dc:creator>
		<pubDate>Wed, 07 Oct 2009 07:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.westhost.com/blog/?p=322#comment-15187</guid>
		<description>Hey very useful piece of information. I&#039;m going to try this stuff. Thanks for the post.</description>
		<content:encoded><![CDATA[<p>Hey very useful piece of information. I&#8217;m going to try this stuff. Thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://www.westhost.com/blog/2009/06/09/improving-apache-web-server-performance/comment-page-1/#comment-14210</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Mon, 27 Jul 2009 11:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.westhost.com/blog/?p=322#comment-14210</guid>
		<description>I recently came across your blog and have been reading along. I thought I would leave my first comment. I don&#039;t know what to say except that I have enjoyed reading. Nice blog. I will keep visiting this blog very often.

Susan</description>
		<content:encoded><![CDATA[<p>I recently came across your blog and have been reading along. I thought I would leave my first comment. I don&#8217;t know what to say except that I have enjoyed reading. Nice blog. I will keep visiting this blog very often.</p>
<p>Susan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Venturella</title>
		<link>http://www.westhost.com/blog/2009/06/09/improving-apache-web-server-performance/comment-page-1/#comment-13289</link>
		<dc:creator>Nick Venturella</dc:creator>
		<pubDate>Mon, 06 Jul 2009 00:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.westhost.com/blog/?p=322#comment-13289</guid>
		<description>Yes, Jeff, clicking &quot;Restart Account&quot; will restart Apache and it will make all changes in httpd.conf effective immediately.

The &quot;Restart Account&quot; from within Site Manager is similar running the &quot;restart&quot; command in SSH -- it will stop all of the services running within your account (e.g., Apache, MySQL) and then restart them. Any other the three methods (clicking on &quot;Restart Account&quot; in Site Manager to restart all services, running the &quot;restart&quot; command in SSH to restart all services, or running the &quot;apachectl restart&quot; command in SSH to restart just the web server) will restart the Apache web server and make changes to httpd.conf take effect. There is no waiting period -- the changes are effective as soon as the Apache web server starts up again.

On the note of .htaccess files: The directives to control persistent connections must appear within the httpd.conf file, so you can&#039;t put these in an .htaccess file. The directives to enable mod_deflate (SetInputFilter and AddOutputFilterByType), however, can be used in an .htaccess file instead if you prefer to only compress a certain directory, although I&#039;m not sure why you&#039;d want to do this.</description>
		<content:encoded><![CDATA[<p>Yes, Jeff, clicking &#8220;Restart Account&#8221; will restart Apache and it will make all changes in httpd.conf effective immediately.</p>
<p>The &#8220;Restart Account&#8221; from within Site Manager is similar running the &#8220;restart&#8221; command in SSH &#8212; it will stop all of the services running within your account (e.g., Apache, MySQL) and then restart them. Any other the three methods (clicking on &#8220;Restart Account&#8221; in Site Manager to restart all services, running the &#8220;restart&#8221; command in SSH to restart all services, or running the &#8220;apachectl restart&#8221; command in SSH to restart just the web server) will restart the Apache web server and make changes to httpd.conf take effect. There is no waiting period &#8212; the changes are effective as soon as the Apache web server starts up again.</p>
<p>On the note of .htaccess files: The directives to control persistent connections must appear within the httpd.conf file, so you can&#8217;t put these in an .htaccess file. The directives to enable mod_deflate (SetInputFilter and AddOutputFilterByType), however, can be used in an .htaccess file instead if you prefer to only compress a certain directory, although I&#8217;m not sure why you&#8217;d want to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff C</title>
		<link>http://www.westhost.com/blog/2009/06/09/improving-apache-web-server-performance/comment-page-1/#comment-13070</link>
		<dc:creator>Jeff C</dc:creator>
		<pubDate>Thu, 02 Jul 2009 15:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.westhost.com/blog/?p=322#comment-13070</guid>
		<description>Nick, I was referring to the restart account feature under the domain/manager control panel. However, after editing the .htaccess file I can no longer access the control panel. I was wondering how I can restart the apache server and was not sure if restarting the &quot;account&quot; was one in the same?</description>
		<content:encoded><![CDATA[<p>Nick, I was referring to the restart account feature under the domain/manager control panel. However, after editing the .htaccess file I can no longer access the control panel. I was wondering how I can restart the apache server and was not sure if restarting the &#8220;account&#8221; was one in the same?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve D</title>
		<link>http://www.westhost.com/blog/2009/06/09/improving-apache-web-server-performance/comment-page-1/#comment-13027</link>
		<dc:creator>Steve D</dc:creator>
		<pubDate>Thu, 02 Jul 2009 00:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.westhost.com/blog/?p=322#comment-13027</guid>
		<description>It is not WestHost&#039;s responsibility to perform this as each site is unique.  It&#039;s cool the subject was brought to our attention.  Thanks.</description>
		<content:encoded><![CDATA[<p>It is not WestHost&#8217;s responsibility to perform this as each site is unique.  It&#8217;s cool the subject was brought to our attention.  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

