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
2.4.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.3.0p1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

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.

To the list of all Werks