https://issues.apache.org/bugzilla/show_bug.cgi?id=54878
Bug ID: 54878
Summary: Multiple Listen directives prevent server to start on
some valid configurations
Product: Apache httpd-2
Version: 2.4.4
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Listen 127.0.0.1:443
Listen [::]:443
These two config lines are valid, and should work together. Httpd is expected
to bind on the sole IPv4 address I mentionned, and on [::].
They result with httpd refusing to start.
(98)Address already in use: make_sock: could not bind to address [::]:443
This bug can also be reproducted on 2.2.22. I tend to suspect it has been
around since IPv6 was implemented into httpd at all.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]