a2enmod proxy
a2enmod proxy_http
This can also be done by directly modifying Apache's conf files (I did this in the past).a2ensite site.conf
waitress-serve --host IP_ADDRESS --port PORT MODULE:APP
('app:app', running from the app.py folder, normally works for me for the MODULE:APP part)