This session will cover deployment of Python applications behind httpd using mod_proxy, including the following topics: * pros and cons of different protocols and socket types supported by mod_proxy * how to offload file serving to httpd, with or without authorization for files handled by the application * passing through HTTP Basic Authentication to the application * examples of using important general capabilities of httpd in support of your application * introduction to Ansible-based automation of deployment