<?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>123 Tweak &#187; Apache</title>
	<atom:link href="http://www.123tweak.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.123tweak.com</link>
	<description>Optimize your Website</description>
	<lastBuildDate>Tue, 10 Jan 2012 05:54:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tuning the Apache MaxClients parameter</title>
		<link>http://www.123tweak.com/tuning-the-apache-maxclients-parameter/</link>
		<comments>http://www.123tweak.com/tuning-the-apache-maxclients-parameter/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 17:31:32 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[MaxClients]]></category>
		<category><![CDATA[optimizing]]></category>
		<category><![CDATA[Tuning]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=657</guid>
		<description><![CDATA[One thing that can have a really drastic effect on a large site using Apache, is the value assigned to the MaxClients parameter. This parameter defines how many simultaneous request can be served. Any connection request from browsers that come in after that will be queued. Apache prefork, StartServers, MaxSpareServers and MinSpareServers In the most [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/tuning-the-apache-maxclients-parameter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install mod_security</title>
		<link>http://www.123tweak.com/how-to-install-mod_security/</link>
		<comments>http://www.123tweak.com/how-to-install-mod_security/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 15:53:21 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[mod]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=249</guid>
		<description><![CDATA[What is mod_security ? ModSecurity is an open source intrusion detection and prevention engine for web applications. It operates embedded into the web server, acting as a powerful umbrella &#8211; shielding applications from attacks. ModSecurity supports both branches of the Apache web server. Rfx Networks Recommended: &#8220;mod_security is great and I encourage it be used [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/how-to-install-mod_security/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting Apache expires header</title>
		<link>http://www.123tweak.com/setting-apache-expires-header/</link>
		<comments>http://www.123tweak.com/setting-apache-expires-header/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 01:27:18 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[expires]]></category>
		<category><![CDATA[header]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=142</guid>
		<description><![CDATA[There&#8217;s two ways of getting there with Apache. mod_expires yields the most flexible solution, but mod_headers will work too, if you cannot use mod_expires for some reason. mod_expires First, enable the mod_expires module : For Apache to send along Expires with your staticly served files, you will need to make sure that mod_expires has been [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/setting-apache-expires-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure mod deflate for Apache 2.2.x</title>
		<link>http://www.123tweak.com/configure-mod-deflate-for-apache-22x/</link>
		<comments>http://www.123tweak.com/configure-mod-deflate-for-apache-22x/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 01:05:54 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[deflate]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=130</guid>
		<description><![CDATA[Mod Deflate comes built into Apache, but is not enabled by default. This tutorial will explain the simplest way of enabling it and setting which mime times to compress. Mod Deflate will increase your server load, but decreases the amount of time that clients are connected and can usually reduce the page size by 60 [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/configure-mod-deflate-for-apache-22x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install mod_evasive on Apache (anti Dos)</title>
		<link>http://www.123tweak.com/install-mod_evasive-on-apache-anti-dos/</link>
		<comments>http://www.123tweak.com/install-mod_evasive-on-apache-anti-dos/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 01:02:54 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[mod_evasive]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=118</guid>
		<description><![CDATA[mod_evasive is a Apache module that provides evasive maneuvers action in the event of an HTTP DoS or DDoS (Denial of Service) attack or brute force attack at the web server. When possible attacks are detected, mod_evasive will block the traffic from the source for a specific duration of time, while reports abuses via email [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/install-mod_evasive-on-apache-anti-dos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

