Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 11071 invoked from network); 23 Apr 2010 09:24:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Apr 2010 09:24:46 -0000 Received: (qmail 70651 invoked by uid 500); 23 Apr 2010 09:24:43 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 70578 invoked by uid 500); 23 Apr 2010 09:24:43 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 70570 invoked by uid 99); 23 Apr 2010 09:24:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 09:24:42 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of xgas@hot.ee designates 194.126.126.36 as permitted sender) Received: from [194.126.126.36] (HELO smtp-out.neti.ee) (194.126.126.36) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 09:24:33 +0000 Received: from localhost (localhost [127.0.0.1]) by relay215.estpak.ee (Postfix) with ESMTP id 07454148DE22C for ; Fri, 23 Apr 2010 12:24:13 +0300 (EEST) X-Virus-Scanned: amavisd-new at estpak.ee Received: from smtp-out.neti.ee ([127.0.0.1]) by localhost (relay215.estpak.ee [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SW2ps23RkH4Y for ; Fri, 23 Apr 2010 12:24:07 +0300 (EEST) Received: from mail.hot.ee (relay218.estpak.ee [88.196.174.218]) by relay215.estpak.ee (Postfix) with ESMTP id 54EB7148DE01B for ; Fri, 23 Apr 2010 12:24:07 +0300 (EEST) Received: from localhost (localhost [127.0.0.1]) by relay218.estpak.ee (Postfix) with ESMTP id CDF4F1065C for ; Fri, 23 Apr 2010 12:24:06 +0300 (EEST) X-Virus-Scanned: amavisd-new at estpak.ee Received: from mail.hot.ee ([127.0.0.1]) by localhost (relay218.estpak.ee [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4rCTQWtNw0w5 for ; Fri, 23 Apr 2010 12:24:03 +0300 (EEST) Received: from mh3.hot.ee (unknown [10.3.0.119]) by relay218.estpak.ee (Postfix) with ESMTP id BE682AE47 for ; Fri, 23 Apr 2010 12:24:03 +0300 (EEST) X-Mailer: Elion hot.ee Webmail (http://www.hot.ee) From: xgas Date: Fri, 23 Apr 2010 12:23:53 +0300 To: users@httpd.apache.org Cc: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20100423092438.3BA312D8BB@mh3.hot.ee> X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] mod_cache mod_mem_cache configuration problem - cache not working Hello, I have problem where memory cache not working but disk cache works. Am I missing something from configuration? mod_mem_cache is loaded. Relevant part of configuration is following #Memory cache CacheEnable mem /energia-theme CacheEnable disk /html CacheEnable mem / #Max cache size in kilobytes MCacheSize 1024 #approximately 10 MB MCacheMaxObjectSize 10240 #CacheEnable disk /html #CacheDisable / CacheRoot /tmp/apache_cache #CacheIgnoreCacheControl On CacheMaxExpire 120 CacheDefaultExpire 120 CacheIgnoreHeaders Cookie Raino --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org