Return-Path: X-Original-To: apmail-trafficserver-users-archive@www.apache.org Delivered-To: apmail-trafficserver-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 74EC69F48 for ; Sat, 15 Oct 2011 10:40:02 +0000 (UTC) Received: (qmail 63986 invoked by uid 500); 15 Oct 2011 10:40:01 -0000 Delivered-To: apmail-trafficserver-users-archive@trafficserver.apache.org Received: (qmail 63749 invoked by uid 500); 15 Oct 2011 10:40:00 -0000 Mailing-List: contact users-help@trafficserver.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@trafficserver.apache.org Delivered-To: mailing list users@trafficserver.apache.org Received: (qmail 63739 invoked by uid 99); 15 Oct 2011 10:39:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Oct 2011 10:39:59 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [196.23.180.100] (HELO zen.co.za) (196.23.180.100) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Oct 2011 10:39:50 +0000 Received: from zenmail.co.za (localhost.localdomain [127.0.0.1]) by zen.co.za (8.13.8/8.13.8) with ESMTP id p9FAdRlc016839 for ; Sat, 15 Oct 2011 12:39:27 +0200 Received: from 196.23.180.209 by zenmail.co.za with HTTP; Sat, 15 Oct 2011 12:39:27 +0200 Message-ID: Date: Sat, 15 Oct 2011 12:39:27 +0200 Subject: Parent proxy instead of ICP From: "Henry C." To: users@trafficserver.apache.org User-Agent: SquirrelMail/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Greets, I'm trying out ts as a reverse-proxy on a cluster. I see from the docs and list that ICP is b%rken, so I'm giving parent.config a try. I've got it configured, but I have no idea whether it's working or not. I can see the TCP_MISS/200 and subsequent DIRECT-to-origin in squid.log, but I don't see anything in the parent's log squid.log (ie, I don't know where to look to confirm that the sibling is consulting the parent about the missed object). My sibling config: /usr/local/etc/trafficserver/parent.config: dest_host=. parent="zp0:80" round_robin=strict # zp0 is the parent hostname /usr/local/etc/trafficserver/records.config: CONFIG proxy.config.http.parent_proxy_routing_enable INT 1 ...and then ran ~# traffic_line -x ...and for good measure ~# trafficserver restart I'm using CentOS 5.x. ~# traffic_server --version [TrafficServer] using root directory '/usr/local' Apache Traffic Server - traffic_server - 3.0.1 - (build # 91415 on Oct 14 2011 at 15:13:32) I'd appreciate any pointers/hints on what I'm doing wrong or where to look to confirm that the sibling->parent communication is happening. Hopefully ICP will be fixed SomeDaySoon(tm), since ts is rather hamstrung without this in a large cluster environment. -- Regards Henry