Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

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 Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT
2.3.0p1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT

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