Apache is one of the most popular web servers. It makes sense to deploy your Django project under Apache if you also have to run some services for server management, monitoring, analytics, blogging, e-commerce, and so on that require Apache on the same server.
In this recipe, we will continue working from the previous recipe and will implement an Ansible script (a playbook) to set up a production environment on Apache with the mod_wsgi module.