Return-Path: X-Original-To: apmail-apr-bugs-archive@www.apache.org Delivered-To: apmail-apr-bugs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7B14E109CE for ; Sat, 12 Dec 2015 20:08:51 +0000 (UTC) Received: (qmail 77685 invoked by uid 500); 12 Dec 2015 20:08:51 -0000 Delivered-To: apmail-apr-bugs-archive@apr.apache.org Received: (qmail 77649 invoked by uid 500); 12 Dec 2015 20:08:51 -0000 Mailing-List: contact bugs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apr.apache.org Delivered-To: mailing list bugs@apr.apache.org Received: (qmail 77638 invoked by uid 99); 12 Dec 2015 20:08:51 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Dec 2015 20:08:51 +0000 Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPS id 247661A02E3 for ; Sat, 12 Dec 2015 20:08:51 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id BAFC660771; Sat, 12 Dec 2015 20:08:49 +0000 (UTC) From: bugzilla@apache.org To: bugs@apr.apache.org Subject: [Bug 58725] New: add IP_FREEBIND functionality to allow apache httpd to bind to addresses not owned by any interface Date: Sat, 12 Dec 2015 20:08:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: APR X-Bugzilla-Component: APR X-Bugzilla-Version: 1.5.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: asfbugzilla5714@ashleygc.co.uk X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@apr.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://bz.apache.org/bugzilla/show_bug.cgi?id=58725 Bug ID: 58725 Summary: add IP_FREEBIND functionality to allow apache httpd to bind to addresses not owned by any interface Product: APR Version: 1.5.2 Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority: P2 Component: APR Assignee: bugs@apr.apache.org Reporter: asfbugzilla5714@ashleygc.co.uk Created attachment 33342 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33342&action=edit unified diff patch to add APR_FREEBIND I'd like apache httpd to be able to bind to addresses not owned by any interface, and this requires a call to setsockopt with the IP_FREEBIND option. Attached is a patch (unified diff) for APR which adds a new APR_FREEBIND option and an extra case in apr_socket_opt_set. For extra explanation, there is this: https://serverfault.com/questions/742206/how-can-apache-be-configured-to-listen-on-a-single-ipv6-address-which-does-not-b -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org For additional commands, e-mail: bugs-help@apr.apache.org