<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Compiled Weekly &#187; Apache</title>
	<atom:link href="http://www.compiledweekly.com/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.compiledweekly.com</link>
	<description>Compiled weekly is a weekly podcast for open source developers. Topics include PHP, MySQL, wxWidgets, NSIS and more.</description>
	<lastBuildDate>Thu, 24 Jun 2010 16:01:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<!-- podcast_generator="Blubrry PowerPress/1.0.8" mode="advanced" entry="normal" -->
	<itunes:summary>Compiled weekly is a weekly podcast for open source developers. Topics include PHP, MySQL, wxWidgets, NSIS and more.

Compiled weekly will soon be covering Android SDK. Stay tuned!</itunes:summary>
	<itunes:author>Angelo Mandato</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.compiledweekly.com/wp-content/themes/angelo2/images/itunes_cw.png" />
	<itunes:owner>
		<itunes:name>Angelo Mandato</itunes:name>
		<itunes:email>compiledweekly@gmail.com</itunes:email>
	</itunes:owner>
	<managingEditor>compiledweekly@gmail.com (Angelo Mandato)</managingEditor>
	<copyright>&#xA9; 2006-2008 Compiled Weekly</copyright>
	<itunes:subtitle>Compiled weekly is a weekly podcast for open source developers. Topics include PHP, MySQL, wxWidgets, NSIS and more.</itunes:subtitle>
	<itunes:keywords>programming, php, mysql, wxwidgets, apache, lighttpd, nsis, web design</itunes:keywords>
	<image>
		<title>Compiled Weekly &#187; Apache</title>
		<url>http://www.compiledweekly.com/wp-content/themes/angelo2/images/rss_cw.png</url>
		<link>http://www.compiledweekly.com/category/apache/</link>
	</image>
	<itunes:category text="Education">
		<itunes:category text="Education Technology" />
	</itunes:category>
	<itunes:category text="Technology">
		<itunes:category text="Podcasting" />
		<itunes:category text="Software How-To" />
	</itunes:category>
		<item>
		<title>Test Post with Tweet</title>
		<link>http://www.compiledweekly.com/2009/08/18/test-post-with-tweet/</link>
		<comments>http://www.compiledweekly.com/2009/08/18/test-post-with-tweet/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 17:52:06 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/2009/08/18/test-post-with-tweet/</guid>
		<description><![CDATA[Test Post with Tweet new line added.]]></description>
			<content:encoded><![CDATA[<p>Test Post with Tweet</p>
<p>new line added.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2009/08/18/test-post-with-tweet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Updating XP and Vista to support WebDAV Web Folders from Apache &#8211; Patch KB907306</title>
		<link>http://www.compiledweekly.com/2008/12/31/updating-xp-and-vista-to-support-webdav-web-folders-from-apache-patch-kb907306-kb90730/</link>
		<comments>http://www.compiledweekly.com/2008/12/31/updating-xp-and-vista-to-support-webdav-web-folders-from-apache-patch-kb907306-kb90730/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 22:45:18 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[KB90730]]></category>
		<category><![CDATA[KB907306]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ntlm]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[webdav]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/?p=112</guid>
		<description><![CDATA[If you are familiar with WebDAV or even Subversion and use Windows XP/Vista, you will appreciate this tidbit of information. You can browse a WebDAV server in Windows XP and Vista using Windows Explorer. There is a problem though, Windows XP and Vista will try to use NTLM authentication (Active Directory) to authenticate with the [...]]]></description>
			<content:encoded><![CDATA[<p>If you are familiar with WebDAV or even Subversion and use Windows XP/Vista, you will appreciate this tidbit of information.</p>
<p>You can browse a WebDAV server in Windows XP and Vista using Windows Explorer. There is a problem though, Windows XP and Vista will try to use NTLM authentication (Active Directory) to authenticate with the server. If you configure your Apache WebDAV server with either no, basic or digest authentication, then you will hit a roadblock. Luckily Microsoft created the KB907306 patch. Unlucky for myself, other websites refer to the patch number missing the last digit &#8217;6&#8242;. This will drive you crazy when you know you should be able to copy/paste the KB number in Google and quickly find the download page on microsoft.com. Other documents will say to search for KB90730. You should be searching for KB907306. You can search for &#8220;<span class="quote">Software           Update for Web Folders</span>&#8220;, but you will also get a lot of other search results that are not nearly as helpful. Hopefully this blog post will save some folks the aggravation.</p>
<p>Now that you&#8217;re here, there is no need to search! The patch is available from the following link: <a title="KB907306 WebDAV Patch" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=17c36612-632e-4c04-9382-987622ed1d64&amp;DisplayLang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyID=17c36612-632e-4c04-9382-987622ed1d64&amp;DisplayLang=en</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2008/12/31/updating-xp-and-vista-to-support-webdav-web-folders-from-apache-patch-kb907306-kb90730/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CW10 &#8211; May 22, 2008 &#8211; Zend PHP 5 Certification Study Guide and Open Flash Charts</title>
		<link>http://www.compiledweekly.com/2008/05/22/cw10-may-22-2008-zend-php-5-certification-study-guide/</link>
		<comments>http://www.compiledweekly.com/2008/05/22/cw10-may-22-2008-zend-php-5-certification-study-guide/#comments</comments>
		<pubDate>Thu, 22 May 2008 21:53:45 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[tag 8]]></category>
		<category><![CDATA[tag1]]></category>
		<category><![CDATA[tag6]]></category>
		<category><![CDATA[tag7]]></category>
		<category><![CDATA[tag7.5]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/2008/05/22/cw10-may-22-2008-zend-php-5-certification-study-guide/</guid>
		<description><![CDATA[Angelo discusses the Zend PHP 5 Certification Study Guide 2nd edition and explains how to implement Open Flash Charts into your PHP project. Don&#8217;t forget to E-mail comments and suggestions to compiledweekly AT gmail.com. Links: Zend PHP 5 Certification Study Guide at Amazon Open Flash Charts Download This Episode]]></description>
			<content:encoded><![CDATA[<p>Angelo discusses the <a title="Zend PHP 5 Certification Study Guide" href="http://www.zend.com/en/store/php-certification/study-guide" target="_blank">Zend PHP 5 Certification Study Guide</a> 2nd edition and explains how to implement <a title="Open Flash Charts" href="http://teethgrinder.co.uk/open-flash-chart/" target="_blank">Open Flash Charts</a> into your PHP project.</p>
<p>Don&#8217;t forget to E-mail comments and suggestions to compiledweekly AT gmail.com.</p>
<p>Links:</p>
<ul>
<li> <a title="Amazon.com" href="http://www.amazon.com/architects-Zend-Certification-Study-Guide/dp/0973862149" target="_blank">Zend PHP 5 Certification Study Guide at Amazon</a></li>
<li><a title="Open Flash Charts" href="http://teethgrinder.co.uk/open-flash-chart/" target="_blank">Open Flash Charts</a></li>
</ul>
<p><a title="Download This Episode" href="http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-05-22-17-53-42.mp3">Download This Episode</a><!--enclosure url="http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-05-22-17-53-42.mp3" length="11046207" type="" duration="" --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2008/05/22/cw10-may-22-2008-zend-php-5-certification-study-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-05-22-17-53-42.mp3" length="11046207" type="audio/mpeg" />
			<itunes:keywords>tag 8,tag1,tag6,tag7,tag7.5</itunes:keywords>
		<itunes:subtitle>Angelo discusses the Zend PHP 5 Certification Study Guide 2nd edition and explains how to implement Open Flash Charts into your PHP project. - Don&#039;t forget to E-mail comments and suggestions to compiledweekly AT gmail.com.</itunes:subtitle>
		<itunes:summary>Angelo discusses the Zend PHP 5 Certification Study Guide (http://www.zend.com/en/store/php-certification/study-guide) 2nd edition and explains how to implement Open Flash Charts (http://teethgrinder.co.uk/open-flash-chart/) into your PHP project.

Don&#039;t forget to E-mail comments and suggestions to compiledweekly AT gmail.com.

Links:

	*  Zend PHP 5 Certification Study Guide at Amazon (http://www.amazon.com/architects-Zend-Certification-Study-Guide/dp/0973862149)
	* Open Flash Charts (http://teethgrinder.co.uk/open-flash-chart/)

Download This Episode (http://media.blubrry.com/compiled_weekly/content.blubrry.com/compiled_weekly/CW-2008-05-22-17-53-42.mp3)</itunes:summary>
		<itunes:author>Angelo Mandato</itunes:author>
		<itunes:explicit>no</itunes:explicit>
	</item>
		<item>
		<title>Apache Module Rewrite &#8211; URL Rewriting Guide</title>
		<link>http://www.compiledweekly.com/2008/02/12/apache-module-rewrite-url-rewriting-guide/</link>
		<comments>http://www.compiledweekly.com/2008/02/12/apache-module-rewrite-url-rewriting-guide/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 22:25:00 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[rewrite module]]></category>
		<category><![CDATA[RewriteCond]]></category>
		<category><![CDATA[RewriteEngine]]></category>
		<category><![CDATA[RewriteRule]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/2008/02/12/apache-module-rewrite-url-rewriting-guide/</guid>
		<description><![CDATA[If you&#8217;re looking for clean and simple resource or reference on the Rewrite Module in Apache, look no further. This page is the most useful and to the point resource on the subject I have come across to date. Module Rewrite &#8211; URL Rewriting Guide If you are looking for a cheat sheet, check out [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re looking for clean and simple resource or reference on the Rewrite Module in Apache, look no further. This page is the most useful and to the point resource on the subject I have come across to date.</p>
<p><a title="Module Rewrite - URL Rewriting Guide" href="http://www.widexl.com/scripts/documentation/mod_rewrite.html " target="_blank">Module Rewrite &#8211; URL Rewriting Guide</a></p>
<p>If you are looking for a cheat sheet, check out AddedBytes (previously I Love Jack Daniels)&#8217; <a title="mod_rewrite Cheat Sheet" href="http://www.addedbytes.com/apache/mod_rewrite-cheat-sheet/" target="_blank">mod_rewrite Cheat Sheet</a> for a Rewrite Module cheat sheet as well as others.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2008/02/12/apache-module-rewrite-url-rewriting-guide/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Source for Lighttpd mod_redirect rewrite module to use status code 302</title>
		<link>http://www.compiledweekly.com/2007/11/11/source-for-lighttpd-mod_redirect-rewrite-module-to-use-status-code-302/</link>
		<comments>http://www.compiledweekly.com/2007/11/11/source-for-lighttpd-mod_redirect-rewrite-module-to-use-status-code-302/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 05:52:40 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Lighttpd]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Dev]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/blog/2007/11/11/source-for-lighttpd-mod_redirect-rewrite-module-to-use-status-code-302/</guid>
		<description><![CDATA[Lighttpd web server, also known as Lighty, is an excellent web server and has potential to replace Apache completely.Â  I am slowly migrating web sites that use feature specific settings in Apache to use Lighty.Â  A few months ago I ran into a problem with Lighty&#8217;s ModRewrite alternative for rewriting URLs.Â  Lighty uses two separate [...]]]></description>
			<content:encoded><![CDATA[<p>Lighttpd web server, also known as Lighty, is an excellent web server and has potential to replace Apache completely.Â  I am slowly migrating web sites that use feature specific settings in Apache to use Lighty.Â  A few months ago I ran into a problem with Lighty&#8217;s ModRewrite alternative for rewriting URLs.Â  Lighty uses two separate modules to handle internal rewrites and Location: redirects.Â  It uses the common HTTP 301 Moved Permanently status code.Â  For most circumstances, this works well but in some cases the application may require that the redirect only be temporary and return the HTTP 302 Found status code.Â  Instead of modifying the mod_redirect.c source and changing the http_status code value from 302 to 301, I added new code to support a new url.redirect parameter url.redirect-found.</p>
<p>I&#8217;ve posted the source to the Lighttpd bug tracking system in hopes it will be added to a future version of Lighty.Â  <a href="http://trac.lighttpd.net/trac/ticket/1446" title="Ticket for adding redirect HTTP 302 support to Lighty" target="_blank">http://trac.lighttpd.net/trac/ticket/1446</a></p>
<p>This addition should help the Lighty web server to be capable of handling the appropriate HTTP status codes for all situations that may arise for the web site in question.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2007/11/11/source-for-lighttpd-mod_redirect-rewrite-module-to-use-status-code-302/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lighty Web Server Fast with static pages</title>
		<link>http://www.compiledweekly.com/2007/10/26/lighty-web-server-fast-with-static-pages/</link>
		<comments>http://www.compiledweekly.com/2007/10/26/lighty-web-server-fast-with-static-pages/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 23:42:02 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/blog/2007/10/26/lighty-web-server-fast-with-static-pages/</guid>
		<description><![CDATA[Three months ago I started looking at an alternative web server to serve URL redirects.Â  The need arose when I found that Apache web server would consume a lot of system memory when testing simulated spikes to the server.Â  Apache could handle between 1,200 to 1,700 requests a second.Â  Though the number of requests per [...]]]></description>
			<content:encoded><![CDATA[<p>Three months ago I started looking at an alternative web server to serve URL redirects.Â  The need arose when I found that Apache web server would consume a lot of system memory when testing simulated spikes to the server.Â  Apache could handle between 1,200 to 1,700 requests a second.Â  Though the number of requests per second was satisfactory, the memory usage when these simulated spikes was concerning.</p>
<p>I did some research and came across Lighttpd web server, also known as Lighty.Â  Lighty took some time to figure out, but once I did I found the XML style configuration files were not hard to implement and understand.Â  I did find the rewriting to be rather limited in comparison to the mod_rewrite module found in Apache.Â  Never the less, I was able to duplicate the rewrite that I had in Apache in Lighty.Â  For my application, I did have to modify the Lighty source code that way redirects returned a 302 HTTP response (It defaulted to 301 without any way of changing in the configuration files).</p>
<p>After performing similar tests with the same server configured with Lighty, I found that Lighty could handle between 3,900-4,100 requests per second.Â  On top of this, memory usage was minimized to only a fraction of the total memory available on the server.Â  Processor usage did increase, but was not substantial enough to warrant the change.</p>
<p>I am currently experimenting with combining Lighty with Apache services on one server in order to utilize the best of both worlds.Â  See my post on the lighttpd.net forums: <a href="http://forum.lighttpd.net/topic/13830" title="Lighty serve static files, Apache serves dynamic files" target="_blank">http://forum.lighttpd.net/topic/13830</a></p>
<p>Lighty may be able to also serve dynamic PHP files using FastCGI faster than Apache.Â  I am still concerned that PHP will not function correctly since it is not multi-threaded friendly.Â  I also have security concerns based on what I&#8217;ve seem with source code being exposed with a popular web site recently, I am not ready to take on that much risk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2007/10/26/lighty-web-server-fast-with-static-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick .htaccess to list files in directory on apache web server</title>
		<link>http://www.compiledweekly.com/2007/07/11/quick-htaccess-to-list-files-in-directory-on-apache-web-server/</link>
		<comments>http://www.compiledweekly.com/2007/07/11/quick-htaccess-to-list-files-in-directory-on-apache-web-server/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 20:04:19 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/blog/2007/07/11/quick-htaccess-to-list-files-in-directory-on-apache-web-server/</guid>
		<description><![CDATA[If your web server to supports .htaccess files and you can specify &#8220;Options&#8221; from within your .htaccess file, then the following is a quick 1 line solution to your file listing needs. So you just uploaded a tun of pictures to a web directory and you want a list of all the images.Â  Since the [...]]]></description>
			<content:encoded><![CDATA[<p>If your web server to supports .htaccess files and you can specify &#8220;Options&#8221; from within your .htaccess file, then the following is a quick 1 line solution to your file listing needs.</p>
<p>So you just uploaded a tun of pictures to a web directory and you want a list of all the images.Â  Since the only types of files in the directory are images, the security risk of displaying the list diminishes.Â  In actuality, the list of images can be quite useful especially when trying to find a specific one.</p>
<p>The answer, create a 1 line .htaccess file with the following: Options Indexes</p>
<p>If you don&#8217;t have control over your apache configuration files and this option is not available to you, don&#8217;t fret. Â  <a href="http://chxo.com/" title="Chris Snyder" target="_blank">Chris Snyder</a> created an excellent php script that allows you to list the contents of a web directory.</p>
<p>Link: <a href="http://chxo.com/scripts/image-list.php" title="Image List" target="_blank">http://chxo.com/scripts/image-list.php</a></p>
<p>This script is very useful, I&#8217;ve customized it for my subversion repository in order to display a list of repositories in the root of the subversion web server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2007/07/11/quick-htaccess-to-list-files-in-directory-on-apache-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save bandwidth and faster downloads with Apache mod_deflate</title>
		<link>http://www.compiledweekly.com/2007/07/02/save-bandwidth-and-faster-downloads-with-apache-mod_deflate/</link>
		<comments>http://www.compiledweekly.com/2007/07/02/save-bandwidth-and-faster-downloads-with-apache-mod_deflate/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 14:59:45 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/blog/2007/07/02/save-bandwidth-faster-and-downloads-with-apache-mod_deflate/</guid>
		<description><![CDATA[I&#8217;ve been auditing apache web logs from statistics gathered in AWStats. I found 6 different IP addresses that are using a lot of the servers bandwidth. After looking at the logs, I discovered one of the IP addresses was a spammer and the rest are from web robots or bots. One bot used over 2.5GB [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been auditing apache web logs from statistics gathered in AWStats.  I found 6 different IP addresses that are using a lot of the servers bandwidth.  After looking at the logs, I discovered one of the IP addresses was a spammer and the rest are from web robots or bots.  One bot used over 2.5GB of traffic last month.  That is unbelievable.   That is 2.5% of the months bandwidth.  Of course Google and Yahoo combined have downloaded almost 30GB, but we want Google and Yahoo to index our sites.  So what can we do to save our bandwidth and still provide the information to the search engines?  Compress it with Mod_deflate!</p>
<p>The mod_deflate module in Apache is not new.  What is new is the trend to use it.  The deflate module uses gzip compression and is relatively fast in comparison to the bandwidth time.  You can do the math, but if your page was 1MB and took 20 seconds to download, and compressed it is 250k and takes 1 second to compress, 5 second to download, and 2 second to decompress, the compression method is faster.  You can crunch numbers till you are blue in the face, but the basic premise holds true.</p>
<p>First, you need to make sure the mod_deflate module is enabled in apache.  Look for the line in your apache configuration files and uncomment:</p>
<blockquote><p>LoadModule deflate_module modules/mod_deflate.so</p></blockquote>
<p>Then add the following lines within a &lt;Location&gt; or &lt;VirtualHost&gt; section.</p>
<blockquote><p> SetInputFilter DEFLATE</p></blockquote>
<p>The above will compress everything.  Instead of compressing everything, especially if you have a lot of files on your web site such as images, media, zip files, etc.. that are already compressed, you may want to only add compression for particular content types.  To compress specific content types, replace the SetInputFilter with one or more of the following.</p>
<blockquote><p>AddOutputFilterByType DEFLATE text/html<br />
AddOutputFilterByType DEFLATE text/plain<br />
AddOutputFilterByType DEFLATE text/xml<br />
AddOutputFilterByType DEFLATE text/css<br />
AddOutputFilterByType DEFLATE text/javascript<br />
AddOutputFilterByType DEFLATE application/x-javascript<br />
AddOutputFilterByType DEFLATE application/xml<br />
AddOutputFilterByType DEFLATE application/x-httpd-php</p></blockquote>
<p>If you work with other content types such as application/xml, you can add those as well.</p>
<p>You can test your server by using the GID Network gzip test located here: <a href="http://www.gidnetwork.com/tools/gzip-test.php" title="GID Network gzip test" target="_blank">http://www.gidnetwork.com/tools/gzip-test.php</a></p>
<p>Now that your web server is using compression, you can focus on other things like programming or eating pizza.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2007/07/02/save-bandwidth-and-faster-downloads-with-apache-mod_deflate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Test configuration before restarting Apache</title>
		<link>http://www.compiledweekly.com/2007/04/09/test-configuration-before-restarting-apache/</link>
		<comments>http://www.compiledweekly.com/2007/04/09/test-configuration-before-restarting-apache/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 23:08:00 +0000</pubDate>
		<dc:creator>angelo</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.compiledweekly.com/blog/2007/04/09/test-configuration-before-restarting-apache/</guid>
		<description><![CDATA[Have you ever made a lot of changes to your apache conf files on your web server that you were worried that the changes may result in apache not restarting? I know I have. There is a way to check your changes before you restart the running service. cmd: httpd -t # or /usr/sbin/httpd -t [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever made a lot of changes to your apache conf files on your web server that you were worried that the changes may result in apache not restarting?  I know I have.  There is a way to check your changes before you restart the running service.</p>
<p>cmd:</p>
<pre>
httpd -t
# or
/usr/sbin/httpd -t
</pre>
<p>If everything was entered correctly, you should see the following message printed: &#8220;Syntax OK&#8221;.</p>
<p>If there are errors, it will print the first one it finds and exits.  Otherwise it will print all the warnings if any and then print the &#8220;Syntax OK&#8221; message.</p>
<p>If you keep each virtual host in a separate configuration files like I do, then you can check the specific httpd.conf file.</p>
<p>cmd:</p>
<pre>
httpd -t -f /path/to/virtual/httpd.conf
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.compiledweekly.com/2007/04/09/test-configuration-before-restarting-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
