- Download and install Apache24 from https://www.apachelounge.com/
- Save to C:\apache24
- Download Build Tools for Visual Studio 2019 from https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
- Install mod_wsgi: pip install mod_wsgi
- Run mod-wsgi-express module-config, edit Apache24/conf/httpd.conf
- Edit Apache24/conf/extra/httpd-vhosts.conf
- Prepare your flask app, and create app.wsgi file.
- Run the apache web server, and test it with your browser