RHEL8 - web app using mod_proxy_uwsgi
In the RHEL 8.0 release notes it mentions a new apache module called mod_proxy_uwsgi
This module would allow you to write web apps in multiple programming languages, and then serve them using the apache web server
https://uwsgi-docs.readthedocs.io/en/latest/
BUT, as far as I can tell, the actual uwsgi server is not in BaseOS or AppStream, so out-of-the-box there's no supported way to use the new mod_proxy_uwsgi module?