diff --git a/horizon/values.yaml b/horizon/values.yaml
index aaa14b0150..0aa9ee1830 100644
--- a/horizon/values.yaml
+++ b/horizon/values.yaml
@@ -59,8 +59,9 @@ network:
 conf:
   horizon:
     apache: |
+      <IfVersion < 2.4>
       Listen 0.0.0.0:{{ tuple "dashboard" "internal" "web" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
-
+      </IfVersion>
       LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
       LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy