Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.4.x: add IPv6 link-local scope ID support with APR 1.7+ #440

Open
wants to merge 2 commits into
base: 2.4.x
Choose a base branch
from

Commits on May 1, 2024

  1. Support IPv6 link-local scope IDs in Listen and VirtualHost, if built

    with APR 1.7 or later:
    
    * server/listen.c (match_address): New function, factored out from
      find_listeners.
      (find_listeners): Use it; add scope and temp pool arguments.
      (alloc_listener): Take scope_id and pool arguments and pass through;
      set zone for addresses if present.
      (ap_set_listener): Pass through temp pool and scope id.
    
    * server/vhost.c (get_addresses): Set zone for vhost address if
      present.
    
    git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1816609 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit 42b3eab)
    notroj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6f49382 View commit details
    Browse the repository at this point in the history
  2. On the trunk:

    updated missing log tags.
    
    git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1818030 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit c88a874)
    icing authored and notroj committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b217fc7 View commit details
    Browse the repository at this point in the history