https://bz.apache.org/bugzilla/show_bug.cgi?id=61865
Bug ID: 61865
Summary: RFE: httpd, add IP_FREEBIND support for Listen
Product: Apache httpd-2
Version: 2.4.29
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 35590
--> https://bz.apache.org/bugzilla/attachment.cgi?id=35590&action=edit
Initial patch against trunk
Currently the user behaviour for httpd enabled at boot is sub-optimal; if
enabled, httpd may start before dependent network interfaces.
Steps to Reproduce:
1. add Listen 10.23.4.5:80 to httpd.conf
2. systemctl enable httpd
3. reboot
Actual results:
httpd will fail to start if 10.23.4.5 is not up
I created patch, which introduces new directive ListenFree. When using this
directive, IP_FREEBIND option is set.
--
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]