Having trouble in a security-sensitive kubernetes environment to bind lower ports
(13)Permission denied: AH00072: make_sock: could not bind to address [::]:80
(13)Permission denied: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
Expected Behavior
Add optional ENV vars for HTTP and HTTPS port.
Current Behavior
The Ports are by default on 80 and 443.
Possible Solution
Replace default with env values during startup.
Context
Having trouble in a security-sensitive kubernetes environment to bind lower ports
Your Environment