Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 12665 invoked from network); 20 Nov 2007 15:10:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2007 15:10:53 -0000 Received: (qmail 88719 invoked by uid 500); 20 Nov 2007 15:10:37 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 88670 invoked by uid 500); 20 Nov 2007 15:10:37 -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 88658 invoked by uid 99); 20 Nov 2007 15:10:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 07:10:37 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [199.203.54.245] (HELO vl654.host245.netvision.net.il) (199.203.54.245) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 15:10:40 +0000 Received: from [192.168.2.54] (bzq-82-81-92-153.red.bezeqint.net [82.81.92.153]) (authenticated bits=0) by mail1.mirimar.net (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id lAKFA7vj001079 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Nov 2007 17:10:08 +0200 Message-ID: <4742F8C8.5060802@beamartyr.net> Date: Tue, 20 Nov 2007 17:10:00 +0200 From: Issac Goldstand Organization: Mirimar Networks User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Rolf Banting CC: dev@httpd.apache.org Subject: Re: UDP support in mod_perl2/apache References: <7e79c5b90711010552l193c795cg4e93bf29e3c05bcc@mail.gmail.com> <4729D198.1080806@beamartyr.net> <472A1BB3.3000306@rowe-clan.net> <472A53AC.9070103@beamartyr.net> <472A54B2.4050409@rowe-clan.net> <472A5683.90901@beamartyr.net> <7e79c5b90711021340u41bf1db0j54f0534ecf3a3846@mail.gmail.com> <473B00EF.9040209@beamartyr.net> <7e79c5b90711200552k5053ce00xea1f03f77690a038@mail.gmail.com> In-Reply-To: <7e79c5b90711200552k5053ce00xea1f03f77690a038@mail.gmail.com> X-Enigmail-Version: 0.95.5 OpenPGP: url=http://www.beamartyr.net/pubkey.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91.2/4855/Tue Nov 20 11:49:20 2007 on hector.mirimar.net X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org With the existing patchset, UDP will just work like TCP - just add ListenUDP directives wherever you want to a UDP port. Future versions of Apache httpd (once UDP is bundled as a part of the official release, which is in the works) might need additional configuration directives to work, but that's still a while off. Issac Rolf Banting wrote: > On 11/14/07, Issac Goldstand wrote: >> I just realized that there was a typo in the patchset - it applies >> cleanly against httpd-2.2.6, but there's a line that shouldn't be there: >> >> srclib/apr/network_io/unix/sendrecv.c line 118: >> from->salen = sizeof(from->sa); >> >> Remove this and it should build cleanly. >> >> Issac >> > > I've now managed to get 2.2.6 patched. I had to tweak a couple of the > patches manually. I'll put together a patchfile shortly. Best of all > mod_perl2 builds and tests OK - 4 failures in subprocess & 1 in > server_constant. > > This all but removes Issac's UDP patch as a suspect in the case of the > mp2- tests-fail -against-httpd-trunk. > > So now then - how do I set up a UDP service? Is there any special configuration? > > Rolf