Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 53825 invoked from network); 21 Dec 2005 02:58:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Dec 2005 02:58:37 -0000 Received: (qmail 23426 invoked by uid 500); 21 Dec 2005 02:58:26 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 23415 invoked by uid 500); 21 Dec 2005 02:58:25 -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 23404 invoked by uid 99); 21 Dec 2005 02:58:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2005 18:58:25 -0800 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [68.142.229.97] (HELO smtp108.sbc.mail.re2.yahoo.com) (68.142.229.97) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 20 Dec 2005 18:58:25 -0800 Received: (qmail 34427 invoked from network); 21 Dec 2005 02:58:03 -0000 Received: from unknown (HELO epox2800) (michael.avila.1@sbcglobal.net@70.228.56.50 with login) by smtp108.sbc.mail.re2.yahoo.com with SMTP; 21 Dec 2005 02:58:03 -0000 From: "Michael Avila" To: Date: Tue, 20 Dec 2005 21:58:06 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] Caching Images X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The idea is to have the images be cached (even in memory if possible) so = that it is super fast as I am running this on my PC that I use for other = things. And I only have 1 GB of memory. It is my understanding from reading posts that mod_cache relies on the = expire statement. Images will not have that so I was wondering how to = cache only them. This is a phpBB forum with oscommerce. Oscommerce more = than phpBB has images. Thanks. Mike > -----Original Message----- > From: jslive@gmail.com [mailto:jslive@gmail.com]On Behalf Of Joshua > Slive > Sent: Tuesday, December 20, 2005 9:53 PM > To: users@httpd.apache.org > Subject: Re: [users@httpd] Caching Images >=20 >=20 > On 12/20/05, Michael Avila wrote: > > WinXP Pro SP2 > > Apache 2.0.55 > > > > How can I get Apache to cache just images since they will=20 > rarely change but > > everything else does? >=20 > Do you want apache to cache the images, or do you want the browsers to > cache them? If the latter, look at mod_expires. If the former, what > exactly do you hope to get from caching? Serving static files is very > fast without any cache. >=20 > Joshua. >=20 --------------------------------------------------------------------- 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