Windows下的Web服务器

Posted jiangwei0512

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows下的Web服务器相关的知识,希望对你有一定的参考价值。

说明

默认Windows下的Web服务器是关闭的,可以通过控制面板打开:

开启之后localhost进入页面:

对应的Web源代码路径是C:\\inetpub\\wwwroot。

默认开启的网页是iisstart.htm。

也可以替换成lighttpd和AngularJS-PhoneCat中介绍的PhoneCat。

只是需要把index.html改名成iisstart.htm,之后打开localhost就是如下的界面:

这样就可以直接在Windows下调试PhoneCat代码了。

以上是关于Windows下的Web服务器的主要内容,如果未能解决你的问题,请参考以下文章

Windows下的Web服务器

Python3.7源码在windows(VS2015)下的编译和安装

python3 windows下的几乎万能爬虫方法

Windows下的Web前后端开发准备

腾讯云下的CentOS7 安装最新版Python3.7.0

简单通讯聊天 群聊功能 Windows下的客户端 Linux下的epoll服务器