Philippe M. Chiasson wrote:
[...]
I'll try to summarize what you said in a table. The following approaches work for Listen:

Apache  \   OS      | IPV4         |  IPV6
--------------------------------------------
--enable-v4-mapped  |      80      |  80
--disable-v4-mapped | can't happen |  127.0.0.1:80

Am I correct? So we need to use 'Listen 127.0.0.1:80' only when we see:

-D APR_HAVE_IPV6 (IPv4-mapped addresses disabled), .i.e. --disable-v4-mapped

otherwise the old '80' is fine.


Yes, that's the way I've experienced/understood it on my trusty OpenBSD
box (and Linux with IPv6)

OK, so how about you go ahead and commit your original patch (hardcoding 127.0.0.1). And log the above table in the Apache-Test/ToDo list, to may be check have 127.0.0.1 hardcoded only if --disable-v4-mapped is detected, in case someone will have problems with that change.




--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to