logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> News & Hangout View previous topic :: View next topic
Reply to topic   Topic: Apache 2.2.11a with IPV6 enabled available
Author
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3049
Location: Hilversum, NL, EU

PostPosted: Sat 06 Jun '09 10:04    Post subject: Apache 2.2.11a with IPV6 enabled available Reply with quote

Same as 2.2.11 (see www.apachelounge.com/viewtopic.php?t=3027 ) plus IPV6 enabled and contains the IPV fix from Sob as described at https://issues.apache.org/bugzilla/show_bug.cgi?id=45321 and see below.

Update July 2011: IPv6 now standard enabled in the build at the download page. The fixes from Sob below are official adopted by ASF.

Enjoy,

Steffen

Note on the IPV6 fix

This fix changes two APR files for IPv6:
    1 - change affects building Apache with different SDKs
      The socket option symbol IPV6_V6ONLY is defined in the Microsoft Windows Software Development Kit (SDK) for Server 2008 or Vista.
      It is undefined in the Microsoft Platform SDK for Windows Server 2003 R2 and earlier SDKs.

      This patch changes apr/include/arch/win32/apr_arch_networkio.h to define this symbol if it isn't defined by the SDK.
      FYI - the value for the IPV6_V6ONLY symbol is 27


    2 - change affects runtime decision about the IPV6_ONLY or combined IPv4/IPV6 operation of a network adapter
      This patch changes apr/network_io/win32/sockopt.c to return APR_ENOTIMPL (Not Implemented) if the runtime version of Windows
      does not support V6ONLY. Previously it was decided at compile-time.

      This is why XP users got the "invalid or unsupported option" error when Apache tried to set a socket option that XP doesn't support.
Back to top


Reply to topic   Topic: Apache 2.2.11a with IPV6 enabled available View previous topic :: View next topic
Post new topic   Forum Index -> News & Hangout