到目前为止,我从未部署过任何应用程序,现在我有一个烧瓶应用程序,我想在ApacheLounge(Apache24)上进行部署。我已经按照Flask文档中提到的步骤进行操作,但是我不理解如何将flaskApp.conf
文件连接(放置)到Apache24,因为Apache24中没有Enabled sites
。
我的文件夹结构如下:
|--------Venv
|--------MyFlaskApp
|------------------static
|------------------templates
|------------------module_a.py
|------------------flaskApp.wsgi
|------------------flaskApp.conf
|------------------FLASK_APP.py
|------------------__init__.py
我的Apache路径是:C:\Apache24
请回答,我已经搜索了很多次,但是没有解决方法。