Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 71164 invoked from network); 22 Oct 2005 19:21:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Oct 2005 19:21:53 -0000 Received: (qmail 94617 invoked by uid 500); 22 Oct 2005 19:21:46 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 93739 invoked by uid 500); 22 Oct 2005 19:21:44 -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 93723 invoked by uid 99); 22 Oct 2005 19:21:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Oct 2005 12:21:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 72.14.204.203 as permitted sender) Received: from [72.14.204.203] (HELO qproxy.gmail.com) (72.14.204.203) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Oct 2005 12:21:41 -0700 Received: by qproxy.gmail.com with SMTP id u24so254715qbh for ; Sat, 22 Oct 2005 12:21:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Pf8BNDGDSVe/lzEbkMV/Ag7RUuv1HwdjzPRNaBN+zfvThyxxj1TzOrjGLkVcnOfjDJPBKPjS/dQh3zrZZJ0/HYPGJS7PhQD+izaSpEmhBuRkHAchyPgazZ1KdrsjiHYzmejRVdSWjMxUs1c4v77y+5ryZtDo+G09u95n9dZEeGk= Received: by 10.65.242.2 with SMTP id u2mr2443250qbr; Sat, 22 Oct 2005 12:21:21 -0700 (PDT) Received: by 10.64.253.12 with HTTP; Sat, 22 Oct 2005 12:21:21 -0700 (PDT) Message-ID: Date: Sat, 22 Oct 2005 15:21:21 -0400 From: Joshua Slive To: users@httpd.apache.org In-Reply-To: <22610DFF.4CC1797D.00224843@netscape.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <22610DFF.4CC1797D.00224843@netscape.net> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] using cache in reverse proxy mode X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 10/22/05, Yavor Trapkov wrote: > Hello, > > I'm using apache (2.0.54) as a frontend server to proxy content from appl= ication servers, > > I'd like to enable caching in order to decrease the load of the backend s= ervers, > > I tried to add CacheEnable directive: > > ProxyPass /content1 http://server:8080/content1 > ProxyPassReverse /content1 http://server:8080/content1 > CacheEnable mem /content1 > #CacheEnable disk /content1 > > but I still see queries going to the application servers, > if disk cache is used nothing is stored into the CacheRoot folder, > i.e. ProxyPass content is somehow ignored .. does it really work in ver 2= .0.x > as it is written in the mod_cache doc page? What does the content look like - specifically the http response headers? Is it marked uncachable? Joshua. --------------------------------------------------------------------- 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