Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 13084 invoked from network); 6 Oct 2006 13:02:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Oct 2006 13:02:31 -0000 Received: (qmail 38801 invoked by uid 500); 6 Oct 2006 13:02:30 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 37921 invoked by uid 500); 6 Oct 2006 13:02:27 -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 37910 invoked by uid 99); 6 Oct 2006 13:02:27 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Oct 2006 06:02:27 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [195.37.61.187] ([195.37.61.187:26737] helo=smtp-3.dlr.de) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 77/99-18133-DD356254 for ; Fri, 06 Oct 2006 06:02:23 -0700 Received: from [129.247.111.236] ([129.247.111.236]) by smtp-3.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Fri, 6 Oct 2006 15:02:18 +0200 From: Markus Litz Organization: DLR To: dev@httpd.apache.org Subject: compatibility questions 2.2.x <--> 2.0.x Date: Fri, 6 Oct 2006 15:02:14 +0200 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610061502.14576.markus.litz@dlr.de> X-OriginalArrivalTime: 06 Oct 2006 13:02:18.0018 (UTC) FILETIME=[A6FCE820:01C6E947] X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, i change some code to get a apache 2.0.X module running under 2.2.x. For example i had to change the following line: apr_sockaddr_port_get(&port, r->connection->local_addr); to: port = r->connection->local_addr->port; Now, is there a way to get it working under both apache versions? Greetings! Markus