I am not able to enable/load module mod_wgsi in apache webserver in cent os 8 VPS. It works very easily in ubuntu by running the command sudo apt install libapache2-mod-wsgi-py3
Please Help me getting set up apache for django in centos 8 by letting me know how to enable the mod_wsgi for apache. Your Help is Highly Appreciated.
The Commands I have run initially:
sudo yum update
sudo yum install python3-pip python3-devel httpd httpd-devel
pip3 install mod_wsgi