flask+mod_wsgi+apache在windows上的布署
2021-04-02 08:26
标签:.com apach domain www bsp apache2 端口 apache2.4 httpd 已经安装过python3.5 1、安装flask: pip install flask 2、安装apache: 如果你本机运行了IIS,将其关掉。因为IIS和Apache都默认用的是80端口。如果你想配置其它端口,我相信那也不难。等把Flask部署成功后再来捣鼓吧。 httpd -k install -n "Apache2.4" httpd -k start 如: 启动apache遇到错误:httpd: Could not reliably determine the server‘s fully qualified domain name 编辑httpd.conf文件,搜索"#ServerName",添加ServerName localhost:80 flask+mod_wsgi+apache在windows上的布署 标签:.com apach domain www bsp apache2 端口 apache2.4 httpd 原文地址:https://www.cnblogs.com/feng18/p/9220987.html
可以在http://www.apachelounge.com/download/ 下载适合自己环境的版本。
将压缩包下载到本机,然后将压缩包里面的Apache24文件夹拷贝到C:\。
当然,你可以拷贝到你的系统的任何位置,但Apache的默认配置是C:\Apache24。
>cd Apache24\bin\
上一篇:[转][C#]拆分参数对
下一篇:C#数据结构—树和二叉树
文章标题:flask+mod_wsgi+apache在windows上的布署
文章链接:http://soscw.com/index.php/essay/71319.html