<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/mod_cache</id>
  <title type="text">mod_cache Google Group</title>
  <subtitle type="text">
  Mod-Cache is a cache(reverse-proxy) plugin for lighttpd, which works like Squid with similar configuration. However mod_cache is faster and more effective than Squid because it based on powerful Lighttpd.
  </subtitle>
  <link href="/group/mod_cache/feed/atom_v1_0_msgs.xml" rel="self" title="mod_cache feed"/>
  <updated>2009-11-24T10:34:45Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>rick</name>
  <email>rickcraw...@gmail.com</email>
  </author>
  <updated>2009-11-24T10:34:45Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/b2ee8899f37564a4/af7c518080a7394a?show_docid=af7c518080a7394a</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/b2ee8899f37564a4/af7c518080a7394a?show_docid=af7c518080a7394a"/>
  <title type="text">Suggestion</title>
  <summary type="html" xml:space="preserve">
  There should be a feature in mod_cache to limit both incoming and &lt;br&gt; outgoing bandwidth of the server to 10Mbps, 100Mbps, 1000Mbps.
  </summary>
  </entry>
  <entry>
  <author>
  <name>yaoxing zhang</name>
  <email>yaoxing.zh...@gmail.com</email>
  </author>
  <updated>2009-11-20T03:16:54Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/f1fe18d106278423?show_docid=f1fe18d106278423</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/f1fe18d106278423?show_docid=f1fe18d106278423"/>
  <title type="text">Re: Gzip Supporting</title>
  <summary type="html" xml:space="preserve">
  any work around? &lt;br&gt; Regards, &lt;br&gt; YX
  </summary>
  </entry>
  <entry>
  <author>
  <name>shellcode</name>
  <email>shellc...@gmail.com</email>
  </author>
  <updated>2009-11-20T03:07:00Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/507b9f8aea8302da?show_docid=507b9f8aea8302da</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/507b9f8aea8302da?show_docid=507b9f8aea8302da"/>
  <title type="text">Re: Gzip Supporting</title>
  <summary type="html" xml:space="preserve">
  mod_compress only compresses local disk file, not remote file servered by &lt;br&gt; mod_proxy.
  </summary>
  </entry>
  <entry>
  <author>
  <name>yaoxing zhang</name>
  <email>yaoxing.zh...@gmail.com</email>
  </author>
  <updated>2009-11-20T02:59:32Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/a2ad00616cf40bfe?show_docid=a2ad00616cf40bfe</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/a2ad00616cf40bfe?show_docid=a2ad00616cf40bfe"/>
  <title type="text">Re: Gzip Supporting</title>
  <summary type="html" xml:space="preserve">
  Now the problem seems like mod_proxy doesn&#39;t work with mod_compress &lt;br&gt; directly. But once the URL is cached by mod_cache, mod_compress works. &lt;br&gt; Probably not a problem of mod_cache. I&#39;ll get more help from mod_proxy &lt;br&gt; and mod_compress group. Thank you very much. &lt;br&gt; &lt;p&gt;Regards, &lt;br&gt; YX
  </summary>
  </entry>
  <entry>
  <author>
  <name>shellcode</name>
  <email>shellc...@gmail.com</email>
  </author>
  <updated>2009-11-19T16:39:16Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/65c7dfabc40d819f?show_docid=65c7dfabc40d819f</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/65c7dfabc40d819f?show_docid=65c7dfabc40d819f"/>
  <title type="text">Re: Gzip Supporting</title>
  <summary type="html" xml:space="preserve">
  modcache default to *not* cache. for urls not handled by refresh.patterns, &lt;br&gt; lighttpd works like proxy only, so you get fresh content every time. &lt;br&gt; &lt;p&gt;proper module load sequence is &amp;quot;mod_compress(or mod_mem_compress) &lt;br&gt; mod_mem_cache mod_cache mod_proxy&amp;quot;, which make lighttpd try &lt;br&gt; to compress *local files* first, then try to cache *local **files* in
  </summary>
  </entry>
  <entry>
  <author>
  <name>yaoxing zhang</name>
  <email>yaoxing.zh...@gmail.com</email>
  </author>
  <updated>2009-11-19T15:54:09Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/c2119fb619cc7546?show_docid=c2119fb619cc7546</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/c2119fb619cc7546?show_docid=c2119fb619cc7546"/>
  <title type="text">Re: Gzip Supporting</title>
  <summary type="html" xml:space="preserve">
  I find something more interesting. I finally figure out that the page &lt;br&gt; being not compressed has nothing to do with IIS sends compressed &lt;br&gt; response or not. The factor is only whether mod_cache HITs or not. In &lt;br&gt; other words, if mod_cache HITs, the response will be compressed. If not, &lt;br&gt; mod_cache will get response from IIS and return return to me a fresh
  </summary>
  </entry>
  <entry>
  <author>
  <name>yaoxing zhang</name>
  <email>yaoxing.zh...@gmail.com</email>
  </author>
  <updated>2009-11-19T15:22:15Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/5e76d56bc35185c9?show_docid=5e76d56bc35185c9</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/5e76d56bc35185c9?show_docid=5e76d56bc35185c9"/>
  <title type="text">Re: Gzip Supporting</title>
  <summary type="html" xml:space="preserve">
  Does it mean I should load mod_mem_cache after mod_cache, mod_proxy and &lt;br&gt; mod_compress? &lt;br&gt; And how about the IIS gzip issue? Does it mean mod_cache can&#39;t handle &lt;br&gt; gzip response from IIS? Or is there any work round? Because my purpose &lt;br&gt; of using mod_cache is to reduce the stress of main server, thus I still
  </summary>
  </entry>
  <entry>
  <author>
  <name>shellcode</name>
  <email>shellc...@gmail.com</email>
  </author>
  <updated>2009-11-19T11:22:04Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/3d78a9033dd89a62?show_docid=3d78a9033dd89a62</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/3d78a9033dd89a62?show_docid=3d78a9033dd89a62"/>
  <title type="text">Re: Gzip Supporting</title>
  <summary type="html" xml:space="preserve">
  it&#39;s not bug. lighttpd calls modules by the order of server.modules. &lt;br&gt; for example: server.modules = (A,B,C), request is process in module A first, &lt;br&gt; If A don&#39;t want to handle it, then pass request to B. B passed to module C &lt;br&gt; when B don&#39;t want to handle it. &lt;br&gt; &lt;p&gt;so if mod_mem_cache handles request, then modcache will not handle it if
  </summary>
  </entry>
  <entry>
  <author>
  <name>yaoxing zhang</name>
  <email>yaoxing.zh...@gmail.com</email>
  </author>
  <updated>2009-11-19T11:07:41Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/bd8b0d778782d8e4?show_docid=bd8b0d778782d8e4</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/bd8b0d778782d8e4?show_docid=bd8b0d778782d8e4"/>
  <title type="text">Re: Gzip Supporting</title>
  <summary type="html" xml:space="preserve">
  Seems it&#39;s because of both mod_mem_cache and IIS7 gzip being turned on. &lt;br&gt; I turned off both, and now it&#39;s working. &lt;br&gt; But why does mod_mem_cache break gzip function? Smells like a bug. &lt;br&gt; And just be curious, why can&#39;t it be cached and compressed when IIS7 &lt;br&gt; gzip is turned on? Any solutions to this? Because we might need the
  </summary>
  </entry>
  <entry>
  <author>
  <name>shellcode</name>
  <email>shellc...@gmail.com</email>
  </author>
  <updated>2009-11-19T09:26:55Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/0f3781deefd2e13c?show_docid=0f3781deefd2e13c</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/0f3781deefd2e13c?show_docid=0f3781deefd2e13c"/>
  <title type="text">Re: Gzip Supporting</title>
  <summary type="html" xml:space="preserve">
  For content cached in memory by &amp;quot;use-memory&amp;quot;, the only way to gzip them is &amp;quot; &lt;br&gt; *memory-compress*&amp;quot; option. &lt;br&gt; For content cached in local disk, *mod_compress/mod_mem_compress * can be &lt;br&gt; used to gzip them. &lt;br&gt; &lt;p&gt;mod_mem_compress module is included in the lighttpd 1.4.23 tarball.
  </summary>
  </entry>
  <entry>
  <author>
  <name>yaoxing zhang</name>
  <email>yaoxing.zh...@gmail.com</email>
  </author>
  <updated>2009-11-19T09:04:32Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/937b8b6e332b55ad?show_docid=937b8b6e332b55ad</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/320c874c544e5d57/937b8b6e332b55ad?show_docid=937b8b6e332b55ad"/>
  <title type="text">Gzip Supporting</title>
  <summary type="html" xml:space="preserve">
  hi, &lt;br&gt; I downloaded the latest code from &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://lighttpd-improved.googlecode.com/svn/trunk&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; and use mod_cache as an accelerator, just like squid. Everything else is &lt;br&gt; fine, except the gzip compressing. I don&#39;t know if mod_cache is using &lt;br&gt; mod_compress, or mod_mem_compress? And is the mod_mem_compress included
  </summary>
  </entry>
  <entry>
  <author>
  <name>shellcode</name>
  <email>shellc...@gmail.com</email>
  </author>
  <updated>2009-11-17T15:40:31Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/3ae25095fee149a0/667ebadcec70e450?show_docid=667ebadcec70e450</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/3ae25095fee149a0/667ebadcec70e450?show_docid=667ebadcec70e450"/>
  <title type="text">Re: any log of mod_cache?</title>
  <summary type="html" xml:space="preserve">
  you need to patch modcache by yourself because modcache doesn&#39;t provide log &lt;br&gt; about cache hit/miss.
  </summary>
  </entry>
  <entry>
  <author>
  <name>yaoxing zhang</name>
  <email>yaoxing.zh...@gmail.com</email>
  </author>
  <updated>2009-11-17T07:57:38Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/3ae25095fee149a0/afc6319970340130?show_docid=afc6319970340130</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/3ae25095fee149a0/afc6319970340130?show_docid=afc6319970340130"/>
  <title type="text">any log of mod_cache?</title>
  <summary type="html" xml:space="preserve">
  Hi there, &lt;br&gt; I have a back end server running asp.net, and I want to use &lt;br&gt; lighttpd+mod_cache as front end. it&#39;s working perfectly right now, but I &lt;br&gt; just want more details about which files are cached and which cache is &lt;br&gt; removed from memory etc., just like squid does. Is there any way I can &lt;br&gt; do this? Thanks a lot.
  </summary>
  </entry>
  <entry>
  <author>
  <name>yaoxing zhang</name>
  <email>yaoxing.zh...@gmail.com</email>
  </author>
  <updated>2009-11-05T05:25:51Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/c3c645af98929616?show_docid=c3c645af98929616</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/c3c645af98929616?show_docid=c3c645af98929616"/>
  <title type="text">Re: Enable mod_cache</title>
  <summary type="html" xml:space="preserve">
  alright, find the solution. simply move mod_mem_cache after mod_expire &lt;br&gt; would resolve the problem. &lt;br&gt; thank you for your patient help. &lt;br&gt; Regards, &lt;br&gt; YX
  </summary>
  </entry>
  <entry>
  <author>
  <name>yaoxing zhang</name>
  <email>yaoxing.zh...@gmail.com</email>
  </author>
  <updated>2009-11-05T05:15:31Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/d2b8f8dcfab99cd2?show_docid=d2b8f8dcfab99cd2</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/d2b8f8dcfab99cd2?show_docid=d2b8f8dcfab99cd2"/>
  <title type="text">Re: Enable mod_cache</title>
  <summary type="html" xml:space="preserve">
  Hi again, &lt;br&gt; I tried mod_mem_cache, it works fine. But I also noticed that expires &lt;br&gt; header is removed. I&#39;m not sure yet whether it&#39;s because of lighttpd &lt;br&gt; upgrading or mod_mem_cache patch. is there any known issue of mod_mem_cache? &lt;br&gt; Regards, &lt;br&gt; YX
  </summary>
  </entry>
</feed>
