You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@apr.apache.org by bu...@apache.org on 2016/02/25 13:01:04 UTC

[Bug 58725] [patch] add IP_FREEBIND functionality to allow apache httpd to bind to addresses not owned by any interface

https://bz.apache.org/bugzilla/show_bug.cgi?id=58725

jkaluza@redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jkaluza@redhat.com

--- Comment #1 from jkaluza@redhat.com ---
Created attachment 33592
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33592&action=edit
Improved patch returning APR_ENOTIMPL if IP_FREEBIND not available

I'm not sure if we need to touch network_io for win32 or os2 too...

So far os2 would return APR_SUCCESS and do nothing - but it has the same
behaviour for APR_INCOMPLETE_READ for example.

Win32 would return APR_EINVAL, but it also does that for APR_INCOMPLETE_READ or
others flags which it doesn't handle.

-- 
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