<?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: Cache Java webapps with Squid Reverse Proxy</title>
	<atom:link href="http://www.vineetmanohar.com/2010/03/cache-java-webapps-with-squid-reverse-proxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vineetmanohar.com/2010/03/cache-java-webapps-with-squid-reverse-proxy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cache-java-webapps-with-squid-reverse-proxy</link>
	<description>Java, Web 2.0 and other Tech topics</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:01:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: lucid</title>
		<link>http://www.vineetmanohar.com/2010/03/cache-java-webapps-with-squid-reverse-proxy/comment-page-1/#comment-80970</link>
		<dc:creator>lucid</dc:creator>
		<pubDate>Tue, 17 Jan 2012 15:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=132#comment-80970</guid>
		<description>cant this trik work on ubuntu server...</description>
		<content:encoded><![CDATA[<p>cant this trik work on ubuntu server&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mudasir Mirza</title>
		<link>http://www.vineetmanohar.com/2010/03/cache-java-webapps-with-squid-reverse-proxy/comment-page-1/#comment-75814</link>
		<dc:creator>Mudasir Mirza</dc:creator>
		<pubDate>Wed, 21 Dec 2011 11:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=132#comment-75814</guid>
		<description>Hi,

I have configured Squid as reverse proxy with jboss and its working fine for simple http traffic. However as soon as I configure it with HTTPS for CAS it starts giving handshake errors. Can anyone point me to any useful links in this matter.


Regards,
Mudasir Mirza.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have configured Squid as reverse proxy with jboss and its working fine for simple http traffic. However as soon as I configure it with HTTPS for CAS it starts giving handshake errors. Can anyone point me to any useful links in this matter.</p>
<p>Regards,<br />
Mudasir Mirza.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vineet</title>
		<link>http://www.vineetmanohar.com/2010/03/cache-java-webapps-with-squid-reverse-proxy/comment-page-1/#comment-49290</link>
		<dc:creator>vineet</dc:creator>
		<pubDate>Fri, 29 Jul 2011 15:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=132#comment-49290</guid>
		<description>The config you would be similar to that in the article. Users would hit squid directly or via apache, and squid would in turn fetch (and cache) the content from ucm.

Your squid conf file would have this config:

&lt;code&gt; refresh_pattern ^http://ucm.host.name:8082/path/           0     20%    0   
 httpd_accel_host ucm.host.name 
 httpd_accel_port 8082 
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>The config you would be similar to that in the article. Users would hit squid directly or via apache, and squid would in turn fetch (and cache) the content from ucm.</p>
<p>Your squid conf file would have this config:</p>
<p><code> refresh_pattern ^http://ucm.host.name:8082/path/           0     20%    0<br />
 httpd_accel_host ucm.host.name<br />
 httpd_accel_port 8082<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bipin</title>
		<link>http://www.vineetmanohar.com/2010/03/cache-java-webapps-with-squid-reverse-proxy/comment-page-1/#comment-49273</link>
		<dc:creator>Bipin</dc:creator>
		<pubDate>Fri, 29 Jul 2011 13:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=132#comment-49273</guid>
		<description>Vineet one more thing squid and ucm server is installed on different machines.

Regards,
Bipin Bahuguna</description>
		<content:encoded><![CDATA[<p>Vineet one more thing squid and ucm server is installed on different machines.</p>
<p>Regards,<br />
Bipin Bahuguna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bipin</title>
		<link>http://www.vineetmanohar.com/2010/03/cache-java-webapps-with-squid-reverse-proxy/comment-page-1/#comment-49271</link>
		<dc:creator>Bipin</dc:creator>
		<pubDate>Fri, 29 Jul 2011 13:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=132#comment-49271</guid>
		<description>Hi vineet Thanks A lot for reply.

actually my problem is that, i am unable to caching ucm based static web site.
IN UCM the server will fetch html pages on running time that means there is no static part on server.
only ucm will fetch this static part on run time .

Thats y i am facing problem to cache this website via squid proxy.

Thanks Again vineet ,
if u have any idea how can i cache ucm based website via squid please let me know.

Thanks,
Bipin</description>
		<content:encoded><![CDATA[<p>Hi vineet Thanks A lot for reply.</p>
<p>actually my problem is that, i am unable to caching ucm based static web site.<br />
IN UCM the server will fetch html pages on running time that means there is no static part on server.<br />
only ucm will fetch this static part on run time .</p>
<p>Thats y i am facing problem to cache this website via squid proxy.</p>
<p>Thanks Again vineet ,<br />
if u have any idea how can i cache ucm based website via squid please let me know.</p>
<p>Thanks,<br />
Bipin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vineet</title>
		<link>http://www.vineetmanohar.com/2010/03/cache-java-webapps-with-squid-reverse-proxy/comment-page-1/#comment-44854</link>
		<dc:creator>vineet</dc:creator>
		<pubDate>Wed, 13 Jul 2011 14:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=132#comment-44854</guid>
		<description>Hi Bipin, I have successfully used this approach to cache a &quot;dynamic&quot; site (running on Tomcat). What specific issue are you facing?</description>
		<content:encoded><![CDATA[<p>Hi Bipin, I have successfully used this approach to cache a &#8220;dynamic&#8221; site (running on Tomcat). What specific issue are you facing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bipin Bahuguna</title>
		<link>http://www.vineetmanohar.com/2010/03/cache-java-webapps-with-squid-reverse-proxy/comment-page-1/#comment-44781</link>
		<dc:creator>Bipin Bahuguna</dc:creator>
		<pubDate>Wed, 13 Jul 2011 05:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=132#comment-44781</guid>
		<description>Hi,

I have configured squid as reverse proxy for static site.
but i am facing problem to cache ucm based site in squid.
is there any idea how can i configure a reverse cache squid proxy for ucm based site.

Thanks,
Bipin Bahuguna</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have configured squid as reverse proxy for static site.<br />
but i am facing problem to cache ucm based site in squid.<br />
is there any idea how can i configure a reverse cache squid proxy for ucm based site.</p>
<p>Thanks,<br />
Bipin Bahuguna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vineet</title>
		<link>http://www.vineetmanohar.com/2010/03/cache-java-webapps-with-squid-reverse-proxy/comment-page-1/#comment-4667</link>
		<dc:creator>vineet</dc:creator>
		<pubDate>Thu, 11 Mar 2010 16:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=132#comment-4667</guid>
		<description>This article on Java Lobby: http://java.dzone.com/articles/cache-java-webapps-squid</description>
		<content:encoded><![CDATA[<p>This article on Java Lobby: <a href="http://java.dzone.com/articles/cache-java-webapps-squid" rel="nofollow">http://java.dzone.com/articles/cache-java-webapps-squid</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish jain</title>
		<link>http://www.vineetmanohar.com/2010/03/cache-java-webapps-with-squid-reverse-proxy/comment-page-1/#comment-4659</link>
		<dc:creator>ashish jain</dc:creator>
		<pubDate>Wed, 10 Mar 2010 21:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.vineetmanohar.com/?p=132#comment-4659</guid>
		<description>Though I am not expert on webpage caching, I hope, there is something like expiry header on page, so that page can be refreshed from tomcat.</description>
		<content:encoded><![CDATA[<p>Though I am not expert on webpage caching, I hope, there is something like expiry header on page, so that page can be refreshed from tomcat.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

