Werk #16425: APACHE_TCP_ADDR now allows IPv6 address
| Component | Site management | ||||
| Title | APACHE_TCP_ADDR now allows IPv6 address | ||||
| Date | Apr 22, 2024 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions | 
 | 
Previously, using the command omd config set APACHE_TCP_ADDR with a IPv6 address would fail. For
example, the command
$ omd config set APACHE_TCP_ADDR "[::]"
resulted in Invalid value for '[::]'. Does not match allowed pattern.
With this Werk, it omd only checks that a Listen directive for Apache can be constructed from the
APACHE_TCP_ADDR. In particular, this a IPv6 address can be configured. Such an address must be
surrounded by square brackets.