<?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: Apache Web Server Speed Configuration Hacks</title>
	<atom:link href="http://www.askapache.com/htaccess/apache-web-server-speed-configuration-hacks.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/apache-web-server-speed-configuration-hacks.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrei Manescu</title>
		<link>http://www.askapache.com/htaccess/apache-web-server-speed-configuration-hacks.html#comment-36055</link>
		<dc:creator>Andrei Manescu</dc:creator>
		<pubDate>Tue, 12 Feb 2008 14:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/speed-up-the-apache-web-server-with-configuration-hacks.html#comment-36055</guid>
		<description>&lt;pre&gt;
ProxyPassReverse / http://%{HTTP_HOST}:8088/
RewriteEngine on                                            
RewriteCond  %{REQUEST_URI} !.*\.(gif&#124;png&#124;jpg)$
RewriteRule ^/(.*) http://%{HTTP_HOST}:8088/$1 [P]
&lt;/pre&gt;
Doesn&#039;t work.
Instead it works using 
&lt;pre&gt;
ProxyPassMatch ^(/.*\.xpi)$ http://127.0.0.1:81/$1
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<pre>ProxyPassReverse / http://%{HTTP_HOST}:8088/
RewriteEngine on
RewriteCond  %{REQUEST_URI} !.*\.(gif|png|jpg)$
RewriteRule ^/(.*) http://%{HTTP_HOST}:8088/$1 [P]</pre>
<p>Doesn&#8217;t work.<br />
Instead it works using </p>
<pre>ProxyPassMatch ^(/.*\.xpi)$ http://127.0.0.1:81/$1</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murali</title>
		<link>http://www.askapache.com/htaccess/apache-web-server-speed-configuration-hacks.html#comment-12947</link>
		<dc:creator>Murali</dc:creator>
		<pubDate>Mon, 03 Sep 2007 18:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/speed-up-the-apache-web-server-with-configuration-hacks.html#comment-12947</guid>
		<description>How to set timeout in apache server</description>
		<content:encoded><![CDATA[<p>How to set timeout in apache server</p>
]]></content:encoded>
	</item>
</channel>
</rss>
