From 2e1f281d1aae38c811fc30959bc8513f7125a112 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sun, 17 Aug 2025 11:45:57 +0000 Subject: [PATCH] docs: add information about restart Apache service for RHEL/CentOS Stream Change-Id: Ie4b8801afffe4cfacf51a81d8bdd7f37bbf5ab1c Signed-off-by: Ivan Anfimov --- doc/source/install/index.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index afe744a..4481cef 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -74,7 +74,13 @@ Run the Django update commands (if you use). $ DJANGO_SETTINGS_MODULE=openstack_dashboard.settings python manage.py collectstatic --noinput $ DJANGO_SETTINGS_MODULE=openstack_dashboard.settings python manage.py compress --force -Restart Apache: +Restart Apache (for RHEL/CentOS Stream): + +.. code-block:: console + + $ sudo systemctl restart httpd + +Restart Apache (for Ubuntu): .. code-block:: console