标签:.com apach domain www bsp apache2 端口 apache2.4 httpd
已经安装过python3.5
1、安装flask:
pip install flask
2、安装apache:
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