<?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-05T05:25:51Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <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>
  <entry>
  <author>
  <name>shellcode</name>
  <email>shellc...@gmail.com</email>
  </author>
  <updated>2009-11-05T03:58:43Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/46fe61fc0acd27ed?show_docid=46fe61fc0acd27ed</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/46fe61fc0acd27ed?show_docid=46fe61fc0acd27ed"/>
  <title type="text">Re: Enable mod_cache</title>
  <summary type="html" xml:space="preserve">
  when one file is cached in application, then there has no disk read access &lt;br&gt; to it for long time, so OS will remove it from cache soon for caching other &lt;br&gt; files.
  </summary>
  </entry>
  <entry>
  <author>
  <name>任晓磊</name>
  <email>julycl...@gmail.com</email>
  </author>
  <updated>2009-11-05T03:42:30Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/4952b4fd034c7a0a?show_docid=4952b4fd034c7a0a</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/4952b4fd034c7a0a?show_docid=4952b4fd034c7a0a"/>
  <title type="text">Re: Enable mod_cache</title>
  <summary type="html" xml:space="preserve">
  Should application cache open files with NO CACHE flags to inform OS &lt;br&gt; not to cache it? &lt;br&gt; Or else, there would be two copies in memory, one is app&#39;s ,the other is OS&#39;s. &lt;br&gt; 2009/11/5 shellcode &amp;lt;shellc...@gmail.com&amp;gt;:
  </summary>
  </entry>
  <entry>
  <author>
  <name>shellcode</name>
  <email>shellc...@gmail.com</email>
  </author>
  <updated>2009-11-05T02:38:23Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/90b039f53155febe?show_docid=90b039f53155febe</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/90b039f53155febe?show_docid=90b039f53155febe"/>
  <title type="text">Re: Enable mod_cache</title>
  <summary type="html" xml:space="preserve">
  OS try to cache every files recently accessed into memory, then OS will drop &lt;br&gt; some cached files at any time. &lt;br&gt; mod_mem_cache/mod_cache caches files that are useful for web service only. &lt;br&gt; In summary, sometimes OS cache isn&#39;t good enough for faster web service and &lt;br&gt; application cache works good enough
  </summary>
  </entry>
  <entry>
  <author>
  <name>任晓磊</name>
  <email>julycl...@gmail.com</email>
  </author>
  <updated>2009-11-05T02:30:20Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/5057c3f5d5b829c1?show_docid=5057c3f5d5b829c1</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/5057c3f5d5b829c1?show_docid=5057c3f5d5b829c1"/>
  <title type="text">Re: Enable mod_cache</title>
  <summary type="html" xml:space="preserve">
  your answer seems not to fit my question. &lt;br&gt; &lt;p&gt;2009/11/5 Kevin Yu &amp;lt;flyin...@gmail.com&amp;gt;: &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Ren Xiaolei
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kevin Yu</name>
  <email>flyin...@gmail.com</email>
  </author>
  <updated>2009-11-05T02:28:15Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/17a63b86981d0e74?show_docid=17a63b86981d0e74</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/17a63b86981d0e74?show_docid=17a63b86981d0e74"/>
  <title type="text">Re: Enable mod_cache</title>
  <summary type="html" xml:space="preserve">
  mod_cache now natively support cache files into memory, do not need &lt;br&gt; load mod_mem_cache any more. &lt;br&gt; &lt;p&gt;Kevin Yu &lt;br&gt; Mail: flyin...@gmail.com
  </summary>
  </entry>
  <entry>
  <author>
  <name>任晓磊</name>
  <email>julycl...@gmail.com</email>
  </author>
  <updated>2009-11-05T01:16:43Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/1064718f626ea0ea?show_docid=1064718f626ea0ea</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/1064718f626ea0ea?show_docid=1064718f626ea0ea"/>
  <title type="text">Re: Enable mod_cache</title>
  <summary type="html" xml:space="preserve">
  I think operating system should cache frequently accessed files into &lt;br&gt; memory, lighty does not need to control it. Am I right? &lt;br&gt; 2009/11/4 shellcode &amp;lt;shellc...@gmail.com&amp;gt;:
  </summary>
  </entry>
  <entry>
  <author>
  <name>yaoxing zhang</name>
  <email>yaoxing.zh...@gmail.com</email>
  </author>
  <updated>2009-11-04T11:22:27Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/1fafb4eec935f075?show_docid=1fafb4eec935f075</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/1fafb4eec935f075?show_docid=1fafb4eec935f075"/>
  <title type="text">Re: Enable mod_cache</title>
  <summary type="html" xml:space="preserve">
  I see. Thanks for explainning. &lt;br&gt; Regards, &lt;br&gt; YX
  </summary>
  </entry>
  <entry>
  <author>
  <name>shellcode</name>
  <email>shellc...@gmail.com</email>
  </author>
  <updated>2009-11-04T10:51:47Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/4906fe2c8b7118a3?show_docid=4906fe2c8b7118a3</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/4906fe2c8b7118a3?show_docid=4906fe2c8b7118a3"/>
  <title type="text">Re: Enable mod_cache</title>
  <summary type="html" xml:space="preserve">
  mod_cache is to cache remote files to local disk/memory, so mod_proxy is &lt;br&gt; needed for mod_cache. &lt;br&gt; mod_mem_cache is to cache local files into memory
  </summary>
  </entry>
  <entry>
  <author>
  <name>yaoxing zhang</name>
  <email>yaoxing.zh...@gmail.com</email>
  </author>
  <updated>2009-11-04T10:32:04Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/e2cb47e735b0732a?show_docid=e2cb47e735b0732a</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/e2cb47e735b0732a?show_docid=e2cb47e735b0732a"/>
  <title type="text">Re: Enable mod_cache</title>
  <summary type="html" xml:space="preserve">
  Thank you. Does it mean, mod_cache must work with a back end proxy? &lt;br&gt; Regards, &lt;br&gt; YX
  </summary>
  </entry>
  <entry>
  <author>
  <name>shellcode</name>
  <email>shellc...@gmail.com</email>
  </author>
  <updated>2009-11-04T08:52:28Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/db97d132e26702e2?show_docid=db97d132e26702e2</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/db97d132e26702e2?show_docid=db97d132e26702e2"/>
  <title type="text">Re: Enable mod_cache</title>
  <summary type="html" xml:space="preserve">
  for local static file caching, you need mod_mem_cache, not mod_cache &lt;br&gt; mod_mem_cache doc is &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModMemCache&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>yaoxing zhang</name>
  <email>yaoxing.zh...@gmail.com</email>
  </author>
  <updated>2009-11-04T08:31:33Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/d4971263cbef90dc?show_docid=d4971263cbef90dc</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/d4971263cbef90dc?show_docid=d4971263cbef90dc"/>
  <title type="text">Re: Enable mod_cache</title>
  <summary type="html" xml:space="preserve">
  no mod_proxy. it&#39;s a image server that only serves static images. &lt;br&gt; And here is the curl result: &lt;br&gt; &amp;gt; GET /ProductImages/sku_0005_1.jpg HTTP/1.1 &lt;br&gt; &amp;gt; User-Agent: curl/7.15.5 (x86_64-redhat-linux-gnu) libcurl/7.15.5 &lt;br&gt; OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5 &lt;br&gt; &amp;gt; Host: 75.126.135.148 &lt;br&gt; &amp;gt; Accept: */* &lt;br&gt; &amp;gt; &lt;br&gt; &amp;lt; HTTP/1.1 200 OK
  </summary>
  </entry>
  <entry>
  <author>
  <name>shellcode</name>
  <email>shellc...@gmail.com</email>
  </author>
  <updated>2009-11-04T08:30:01Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/89bb8b4d25a2f13f?show_docid=89bb8b4d25a2f13f</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/89bb8b4d25a2f13f?show_docid=89bb8b4d25a2f13f"/>
  <title type="text">Re: Enable mod_cache</title>
  <summary type="html" xml:space="preserve">
  no mod_proxy?
  </summary>
  </entry>
  <entry>
  <author>
  <name>yaoxing zhang</name>
  <email>yaoxing.zh...@gmail.com</email>
  </author>
  <updated>2009-11-04T08:27:00Z</updated>
  <id>http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/fd6beecfb8d03d00?show_docid=fd6beecfb8d03d00</id>
  <link href="http://groups.google.com/group/mod_cache/browse_thread/thread/cadccfe33b535878/fd6beecfb8d03d00?show_docid=fd6beecfb8d03d00"/>
  <title type="text">Re: Enable mod_cache</title>
  <summary type="html" xml:space="preserve">
  Is it possible that some modules maybe conflicting with mod_cache? &lt;br&gt; I have the following modules enabled: &lt;br&gt; mod_cache &lt;br&gt; mod_rewrite &lt;br&gt; mod_access &lt;br&gt; mod_expire &lt;br&gt; mod_accesslog &lt;br&gt; and configured with &lt;br&gt; --with-fam &lt;br&gt; --with-ssl &lt;br&gt; Regards, &lt;br&gt; YX
  </summary>
  </entry>
</feed>
