From dec23d6e8f7f7446d293047ae668141dea99741c Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 21 Sep 2025 03:08:35 +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: I37bb1736c6be49106ad1a1471930c420fd7bb5af Signed-off-by: Takashi Kajinami --- doc/source/admin/customize-configure.rst | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/doc/source/admin/customize-configure.rst b/doc/source/admin/customize-configure.rst index c9055823dd..e7a106cb3f 100644 --- a/doc/source/admin/customize-configure.rst +++ b/doc/source/admin/customize-configure.rst @@ -337,13 +337,7 @@ Use a domain that fits your current setup. WSGIDaemonProcess horizon user=www-data group=www-data processes=3 threads=10 Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static/ - =2.4> - Require all granted - - - Order allow,deny - Allow from all - + Require all granted **Example After** @@ -385,15 +379,7 @@ Use a domain that fits your current setup. Options None AllowOverride None - # For Apache http server 2.4 and later: - =2.4> - Require all granted - - # For Apache http server 2.2 and earlier: - - Order allow,deny - Allow from all - + Require all granted