From 3f56d16515619a06e07ee240e7819e14c59f85ea Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 21 Sep 2025 03:20:49 +0900 Subject: [PATCH] Remove option for apache < 2.4 apache 2.4 was released long time ago and is now available in recent operating systems. Change-Id: Id44898ffdff6cc294dc415e561079284c3b69c59 Signed-off-by: Takashi Kajinami --- httpd/octavia-api.conf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/httpd/octavia-api.conf b/httpd/octavia-api.conf index aa708f446d..6551d29c98 100644 --- a/httpd/octavia-api.conf +++ b/httpd/octavia-api.conf @@ -11,13 +11,7 @@ Listen 9876 WSGIProcessGroup octavia-wsgi - = 2.4> - Require all granted - - - Order allow,deny - Allow from all - + Require all granted