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

Fix ipv6 listen options & revert #330 #411

Closed
wants to merge 2 commits into from
Closed

Fix ipv6 listen options & revert #330 #411

wants to merge 2 commits into from

Commits on Aug 16, 2014

  1. Disable ssl_listen_option

    Undoes the template changes introduced in #330.
    Matthew Haughton committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    82695f6 View commit details
    Browse the repository at this point in the history
  2. Don't set any ipv6 listen options by default

    If multiple vhosts with IPv6 enabled are added to the
    catalog there would be multiple 'listen' directives with
    'default' and 'ipv6only=on' set. This configuration is not
    valid as these can only be set on a single 'listen' directive
    for a given address:port pair.
    
    This change allows multiple IPv6 enabled vhosts on the same
    address:port pair without having to override $ipv6_listen_options.
    Matthew Haughton committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    5e29821 View commit details
    Browse the repository at this point in the history