DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37201>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37201 ------- Additional Comments From [EMAIL PROTECTED] 2005-10-21 21:52 ------- Kinda cool, can you describe the use-case a bit more? Is this for when an IP address is added to a system and you want httpd to behave differently after a restart? >From a brief inspecion: Hard-coding APR_INET means that this patch will not >work with IPv6, at all. You need to do the info_get first, with APR_UNSPEC as the family argument. Then create the socket using the sa->family variable. The EADDRINUSE error condition for bind() might need to be handled, for restarts - though I havn't tested this. The syntax and log messages are majorly confusing, because "arg" is not a network interface; it's an IP address. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
