options= argument is available in httpd 2.4.66 and later.The
The optional options=flag,flag... argument can be + used to enable certain socket options for the listening port. + These options are not required for most configurations and should + be used with care. Availability of each flag varies across + operating systems. The available flags are:
+ +freebind: The IP_FREEBIND socket
+ option is enabled, allowing a Listen directive to be used for an
+ address which is not (yet) available on the system. (Linux
+ only)reuseport: The SO_REUSEPORT socket
+ option is enabled, allowing a Listen directive to bind to a port
+ which may already be in use by another process.Address already in use
error message.
The
With