<div>I dont have much idea abt proxies. So please clear the scene for me.</div>
<div>&nbsp;</div>
<div>The 2 options that you provided:</div>
<div>&gt;&gt;1) default: responses to the proxied requests are not compressed at all:<br>&gt;&gt;&nbsp; gzip_proxied off;</div>
<div>It is the safe option, right. If the user is behind a proxy dont use gzip. Seems fair enough.<br><br>&gt;&gt;2) to allow to cache correctly compressed responses (modern Squids):<br>&gt;&gt;&nbsp; gzip_proxied on;<br>&gt;&gt;&nbsp; gzip_vary &nbsp; &nbsp;on;<br>
Now will this work on every condition for all users no matter how their proxy has been configured.</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>Rakesh.</div>
<div><br><br>&nbsp;</div>
<div class="gmail_quote">On Jan 28, 2008 11:55 AM, Igor Sysoev &lt;<a href="mailto:is@rambler-co.ru">is@rambler-co.ru</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">On Mon, Jan 28, 2008 at 09:11:17AM +0530, just starting wrote:<br><br>&gt; I have updated my version to 0.6.25(latest).<br>&gt;<br>&gt; I have a question though. Will it work for users behind a proxy server with<br>
&gt; caching enabled.<br>&gt;<br>&gt; Suppose at first an user using firefox sends a request for a static page<br>&gt; test.html. Now when another user with IE6 tries to access the same page,<br>&gt; then will the proxy server fetch the uncompressed version or just serve from<br>
&gt; cache.<br>&gt;<br>&gt; If what I am thinking is true, what is the best possible way to handle<br>&gt; this.(keep the gzip flag OFF?)<br><br></div>There are two ways to work with proxies:<br><br>1) default: responses to the proxied requests are not compressed at all:<br>
&nbsp; gzip_proxied off;<br><br>2) to allow to cache correctly compressed responses (modern Squids):<br>&nbsp; gzip_proxied on;<br>&nbsp; gzip_vary &nbsp; &nbsp;on;<br><font color="#888888"><br><br>--<br>Igor Sysoev<br><a href="http://sysoev.ru/en/" target="_blank">http://sysoev.ru/en/</a><br>
<br></font></blockquote></div><br>