<?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"
	>
<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>Web Development</description>
	<pubDate>Tue, 19 Aug 2008 22:33:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<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;&lt;br /&gt;
ProxyPassReverse / http://%{HTTP_HOST}:8088/&lt;br /&gt;
RewriteEngine on&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;br /&gt;
RewriteCond&#160;&#160;%{REQUEST_URI} !.*\.(gif&#124;png&#124;jpg)$&lt;br /&gt;
RewriteRule ^/(.*) http://%{HTTP_HOST}:8088/$1 [P]&lt;br /&gt;
&lt;/pre&gt;
Doesn't work.
Instead it works using 
&lt;pre&gt;&lt;br /&gt;
ProxyPassMatch ^(/.*\.xpi)$ http://127.0.0.1:81/$1&lt;br /&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<pre>
ProxyPassReverse / <a href="http://%" rel="nofollow">http://%</a>{HTTP_HOST}:8088/
RewriteEngine on&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
RewriteCond&nbsp;&nbsp;%{REQUEST_URI} !.*\.(gif|png|jpg)$
RewriteRule ^/(.*) <a href="http://%" rel="nofollow">http://%</a>{HTTP_HOST}:8088/$1 [P]
</pre>
<p>Doesn&#8217;t work.<br />
Instead it works using </p>
<pre>
ProxyPassMatch ^(/.*\.xpi)$ <a href="http://127.0.0.1:81/1" rel="nofollow">http://127.0.0.1:81/1</a>
</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>
