There is a configure option for that ?
Where ?
[ttyp0] [EMAIL PROTECTED] /home/philip/Developement/src/httpd2-HEAD-dev rv=0
517 >./configure --help |grep 6
--enable-v4-mapped Allow IPv6 sockets to handle IPv4 connections
--enable-auth-digest RFC2617 Digest authentication
Unfortunately, apr and apr-util configure options aren't displayed by ./configure --help. You'd have to do
srclib/apr/configure --help | grep 6 to see --enable-ipv6
If you specify "--disable-ipv6" then APR won't support IPv6 which means that Apache won't specify IPv6.
