Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 98838 invoked from network); 25 Oct 2005 14:14:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Oct 2005 14:14:25 -0000 Received: (qmail 32079 invoked by uid 500); 25 Oct 2005 14:14:20 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 32020 invoked by uid 500); 25 Oct 2005 14:14:19 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 32009 invoked by uid 99); 25 Oct 2005 14:14:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2005 07:14:19 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [203.22.237.243] (HELO fester.gatesec.net) (203.22.237.243) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2005 07:14:15 -0700 From: Jon Snow Reply-To: jsnow27@gatesec.net To: dev@httpd.apache.org Subject: Mapping proxy inbound to outbound connections Date: Wed, 26 Oct 2005 00:13:49 +1000 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510260013.49989.jsnow27@gatesec.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I want to tie together the inbound and outbound connections for a forward or reverse proxy session. I figured I would add the source ports to the log which would enable me to track the connections through firewall logs etc. based on addressing/port combinations. I was looking at writing a module/ filter to do this. Would this be possible and the best way to go or would there be an easier way? Thanks, Jon