web应用服务搭建

简易web应用服务

PHP

php  -S  127.0.0.1:8000

python2

systemctl stop firewalld
systemctl status firewalld
python -m SimpleHTTPServer 9999
netstat -antl
访问http://IP:9999

python3

python3  -m  http.server  8000

集成web应用服务

phpstudy

 

bt宝塔

 

Apache httpd搭建

安装部署

systemctl stop firewalld
systemctl status firewalld
yum -y install httpd
systemctl start  httpd
systemctl status httpd
netstat -antl

配置文件详解

https://m.imooc.com/wiki/httplesson-appachehttpd

https://www.lanmper.cn/apache/c406.html

https://www.yiibai.com/apache_http/production-web-sever.html

https://www.bilibili.com/video/BV1t4411w75m?p=11    老男孩视频,仅作参考!

Apache Tomcat搭建

待更

Nginx搭建

待更

如何在Nginx上搭建基于flask开发的网站?

Windows server IIS搭建

待更

 

posted @ 2023-05-17 20:38  dustfree  阅读(14)  评论(0编辑  收藏  举报