Merge "Drop description about CentOS7 and RHEL7"

This commit is contained in:
Zuul
2025-09-08 02:37:21 +00:00
committed by Gerrit Code Review

View File

@@ -10,15 +10,9 @@ Installing API behind mod_wsgi
#. Install the Apache Service::
RHEL7/CentOS7:
sudo yum install httpd mod_wsgi
RHEL8/CentOS8:
Fedora/RHEL/CentOS:
sudo dnf install httpd python3-mod_wsgi
Fedora:
sudo dnf install httpd mod_wsgi
Debian/Ubuntu:
sudo apt install apache2 libapache2-mod-wsgi-py3
@@ -44,7 +38,7 @@ Installing API behind mod_wsgi
#. Enable the apache trove site and reload::
Fedora/RHEL7/CentOS7:
Fedora/RHEL/CentOS:
sudo systemctl reload httpd
Debian/Ubuntu: