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 A72969A7B for ; Mon, 14 May 2012 20:23:10 +0000 (UTC) Received: (qmail 79194 invoked by uid 500); 14 May 2012 20:23:10 -0000 Delivered-To: apmail-trafficserver-users-archive@trafficserver.apache.org Received: (qmail 79123 invoked by uid 500); 14 May 2012 20:23:10 -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 79113 invoked by uid 99); 14 May 2012 20:23:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2012 20:23:10 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gary.law@gmail.com designates 209.85.216.170 as permitted sender) Received: from [209.85.216.170] (HELO mail-qc0-f170.google.com) (209.85.216.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2012 20:23:04 +0000 Received: by qcmt36 with SMTP id t36so4113439qcm.29 for ; Mon, 14 May 2012 13:22:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=mfj3s984uqfs9S27WoVZG7Ho6oZa1GVOv77HsjtFFJM=; b=ciYRZDzh8rXC8Wk+7pJCSA6tSknhjUSUcYtMfP9DRs8YNV2cnOvUa1ArqjWn7arwyf D/YRCpjQ4OQmcXFROHCE3jwIyR06mlIi66wxD6fWH+Qq8peVc25i1nP+C3BF+W9/3EQ4 tbFdhqsfODAE4FoI1VeBEh/W8csq/OoTUgqM2X/wY4lxj5lpNs/F1XSSXv5zhC+l6ClH FDYEprghkLlSFWAPJ1U6zVEMrXq/kPS09/+BzZWtEcpoCNfplG9uYyiUXvI75gtYYp/f zRmtmIRNWFohenY5vWZngem5LLLvAPEE0TKvZVQz9b+nHJIgLeTLifxZtQBymknDT+/E d//A== MIME-Version: 1.0 Received: by 10.224.76.146 with SMTP id c18mr15155757qak.56.1337026962925; Mon, 14 May 2012 13:22:42 -0700 (PDT) Reply-To: garylaw@garylaw.net Sender: gary.law@gmail.com Received: by 10.229.138.4 with HTTP; Mon, 14 May 2012 13:22:42 -0700 (PDT) In-Reply-To: <4FAFC55E.3030900@nottheoilrig.com> References: <4FAFC55E.3030900@nottheoilrig.com> Date: Mon, 14 May 2012 21:22:42 +0100 X-Google-Sender-Auth: mqhsSWVqxTdaPiXyuBO1JZKdB5E Message-ID: Subject: Re: Send access log entries to script? From: Gary Law To: users@trafficserver.apache.org Content-Type: text/plain; charset=UTF-8 On 13 May 2012 15:29, Jack Bates wrote: > What is the easiest approach? Essentially I want some custom Python code to > run whenever an access log entry is logged Create a FIFO for your access logs, and then you can pipe to whatever you fancy, python or otherwise. HTH Gary