<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://NadeauSoftware.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Web servers</title>
 <link>http://NadeauSoftware.com/articles/web_servers</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Speed up a Drupal web site by enabling MySQL query caching</title>
 <link>http://NadeauSoftware.com/articles/2007/03/speed_drupal_web_site_enabling_mysql_query_caching</link>
 <description>&lt;p class=&quot;summary&quot;&gt;Speed up page load times by saving the results of frequent database queries in MySQL’s query cache. Cached queries are handled quicker, enabling Drupal to build pages faster for site visitors. &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://NadeauSoftware.com/articles/2007/03/speed_drupal_web_site_enabling_mysql_query_caching&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://NadeauSoftware.com/articles/2007/03/speed_drupal_web_site_enabling_mysql_query_caching#comments</comments>
 <category domain="http://NadeauSoftware.com/articles/drupal">Drupal</category>
 <category domain="http://NadeauSoftware.com/articles/web_servers">Web servers</category>
 <category domain="http://NadeauSoftware.com/articles/web_site_performance">Web site performance</category>
 <pubDate>Wed, 07 Mar 2007 11:34:11 -0800</pubDate>
 <dc:creator>Dave_Nadeau</dc:creator>
 <guid isPermaLink="false">35 at http://NadeauSoftware.com</guid>
</item>
<item>
 <title>Speed up a Drupal web site by enabling PHP accelerator script caching</title>
 <link>http://NadeauSoftware.com/articles/2007/03/speed_drupal_web_site_enabling_php_accelerator_script_caching</link>
 <description>&lt;p class=&quot;summary&quot;&gt;Speed up page load times by saving compiled Drupal PHP scripts into a script cache using a PHP accelerator. Cached scripts don’t have to be compiled again, saving time and enabling Drupal to build pages faster for site visitors. &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://NadeauSoftware.com/articles/2007/03/speed_drupal_web_site_enabling_php_accelerator_script_caching&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://NadeauSoftware.com/articles/2007/03/speed_drupal_web_site_enabling_php_accelerator_script_caching#comments</comments>
 <category domain="http://NadeauSoftware.com/articles/drupal">Drupal</category>
 <category domain="http://NadeauSoftware.com/articles/web_servers">Web servers</category>
 <category domain="http://NadeauSoftware.com/articles/web_site_performance">Web site performance</category>
 <pubDate>Sat, 03 Mar 2007 09:23:31 -0800</pubDate>
 <dc:creator>Dave_Nadeau</dc:creator>
 <guid isPermaLink="false">34 at http://NadeauSoftware.com</guid>
</item>
<item>
 <title>Speed up a web site by enabling Apache file compression</title>
 <link>http://NadeauSoftware.com/articles/2007/03/speed_web_site_enabling_apache_file_compression</link>
 <description>&lt;p class=&quot;summary&quot;&gt;Speed up page load times by automatically compressing CSS, HTML, and JavaScript files in Apache. Compressed files are smaller and faster to send. &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://NadeauSoftware.com/articles/2007/03/speed_web_site_enabling_apache_file_compression&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://NadeauSoftware.com/articles/2007/03/speed_web_site_enabling_apache_file_compression#comments</comments>
 <category domain="http://NadeauSoftware.com/articles/drupal">Drupal</category>
 <category domain="http://NadeauSoftware.com/articles/web_servers">Web servers</category>
 <category domain="http://NadeauSoftware.com/articles/web_site_performance">Web site performance</category>
 <pubDate>Thu, 01 Mar 2007 09:04:52 -0800</pubDate>
 <dc:creator>Dave_Nadeau</dc:creator>
 <guid isPermaLink="false">33 at http://NadeauSoftware.com</guid>
</item>
<item>
 <title>Stop spammer email harvesters by blocking spammer access to the site</title>
 <link>http://NadeauSoftware.com/articles/2007/05/stop_spammer_email_harvesters_blocking_spammer_access_site</link>
 <description>&lt;p class=&quot;summary&quot;&gt;Legitimate web site visitors are there to read your content, but spammers only visit to run email harvesters (spambots) that scan your web pages for email addresses. To protect your addresses, and avoid wasting network bandwidth talking to spammers, change your web server configuration to block spammer access. Blacklist spammer IP addresses, block access from known harvester spiders, or require visitors to log in. Some of the methods tested in this article were successful at blocking email harvesters.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://NadeauSoftware.com/articles/2007/05/stop_spammer_email_harvesters_blocking_spammer_access_site&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://NadeauSoftware.com/articles/2007/05/stop_spammer_email_harvesters_blocking_spammer_access_site#comments</comments>
 <category domain="http://NadeauSoftware.com/articles/safe_web_use">Safe web use</category>
 <category domain="http://NadeauSoftware.com/articles/web_servers">Web servers</category>
 <category domain="http://NadeauSoftware.com/articles/web_site_security">Web site security</category>
 <pubDate>Thu, 10 May 2007 08:05:02 -0700</pubDate>
 <dc:creator>Dave_Nadeau</dc:creator>
 <guid isPermaLink="false">47 at http://NadeauSoftware.com</guid>
</item>
<item>
 <title>Stop spammer email harvesters by hiding web pages from the harvesters</title>
 <link>http://NadeauSoftware.com/articles/2007/05/stop_spammer_email_harvesters_hiding_web_pages_harvesters</link>
 <description>&lt;p class=&quot;summary&quot;&gt;A spammer’s email harvester is a web spider that crawls through the pages of your site looking for email addresses. To protect your addresses, hide the pages that contain them. Use a &lt;code&gt;robots.txt&lt;/code&gt; file or &lt;code&gt;&amp;lt;meta&amp;gt;&lt;/code&gt; tags to stop well-behaved harvesters (are there any?), and hidden links, redirects, forms, and frames to try to stop the rest. The email harvesters tested in this article were stopped by some of these tricks, but not by others.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://NadeauSoftware.com/articles/2007/05/stop_spammer_email_harvesters_hiding_web_pages_harvesters&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://NadeauSoftware.com/articles/2007/05/stop_spammer_email_harvesters_hiding_web_pages_harvesters#comments</comments>
 <category domain="http://NadeauSoftware.com/articles/safe_web_use">Safe web use</category>
 <category domain="http://NadeauSoftware.com/articles/web_servers">Web servers</category>
 <category domain="http://NadeauSoftware.com/articles/web_site_security">Web site security</category>
 <pubDate>Tue, 08 May 2007 07:59:29 -0700</pubDate>
 <dc:creator>Dave_Nadeau</dc:creator>
 <guid isPermaLink="false">46 at http://NadeauSoftware.com</guid>
</item>
</channel>
</rss>
