Install Django on Fedora + Apache + MariaDB + Python (LAMP) – Part2



Install Django on Fedora + Apache + MariaDB + Python (LAMP) – Part2

Install Django on Fedora + Apache + MariaDB + Python (LAMP) - Part2

At the end of part 1, we had installed Apache webserver. Now in part 2, we install mod_wsgi into Apache.

1. Django Complete Installation Guide: https://docs.djangoproject.com/en/4.2/topics/install/
2. Mod_wsgi Installation Guide: https://modwsgi.readthedocs.io/en/master/user-guides/quick-installation-guide.html
3. Further Info on Deployment (WSGI alternatives): https://docs.djangoproject.com/en/4.2/howto/deployment/