From owner-freebsd-questions@FreeBSD.ORG Wed Jan 28 19:01:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40FB51065688 for ; Wed, 28 Jan 2009 19:01:19 +0000 (UTC) (envelope-from peterpub2@aboutsupport.com) Received: from ariqua.hostforweb.net (ariqua.hostforweb.net [64.202.123.184]) by mx1.freebsd.org (Postfix) with ESMTP id 1B4A78FC22 for ; Wed, 28 Jan 2009 19:01:18 +0000 (UTC) (envelope-from peterpub2@aboutsupport.com) Received: from [78.90.167.18] (port=33580 helo=[10.30.4.100]) by ariqua.hostforweb.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1LSFf4-0004Rk-Bh for freebsd-questions@freebsd.org; Wed, 28 Jan 2009 13:01:18 -0600 Message-ID: <4980AB73.2020907@aboutsupport.com> Date: Wed, 28 Jan 2009 21:01:07 +0200 From: Peter User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <73a179920901280605g23da3c9bj970464212805ede1@mail.gmail.com> In-Reply-To: <73a179920901280605g23da3c9bj970464212805ede1@mail.gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ariqua.hostforweb.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - aboutsupport.com Subject: Re: Apache Reverse Proxy with Memory Cache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2009 19:01:19 -0000 maybe Nginx and lighttpd are better option here ? Peter Cagri Ersen wrote: > Hi all, > > I installed an apache22 server (with mod_proxy, mod_cache and > mod_mem_cache) on FreeBSD 7.0 for reverse proxy that using static > contents of a web site. > Now it's seems work fine; but i didn't found a way to looking mem > cache status. Ofc i can get some information about that with using > native tools (like top, systat, vmstat). But what if i need to looking > for the cached objects in the memory ? > > Is there any way to getting list of that cached objects ? > > Best Regards. >