2019年11月21日
摘要: 参考:https://www.cnblogs.com/pengcc/p/4329207.html 网络上好多开场的文章就说了好多的原理之类的这里我们直接开始配置。不过也要简单说下win下配置反向代理只有IIS7以上的版本才可以实现这个功能,在这里我们使用WINDOWS2008 R2来做为测试 200 阅读全文
posted @ 2019-11-21 20:34 song.yan 阅读(803) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/weixin_37848710/article/details/78781900?tdsourcetag=s_pcqq_aiomsg 阅读全文
posted @ 2019-11-21 20:33 song.yan 阅读(237) 评论(0) 推荐(0)
摘要: 参考:https://jingyan.baidu.com/article/eb9f7b6d9e73d1869364e8d8.html 阅读全文
posted @ 2019-11-21 20:32 song.yan 阅读(139) 评论(0) 推荐(0)
摘要: 参考:https://www.williamlong.info/archives/5353.html 反向代理(Reverse Proxy)方式是指以代理服务器来接受internet上的连接请求,然后将请求转发给内部网络上的服务器,并将从服务器上得到的结果返回给internet上请求连接的客户端,此 阅读全文
posted @ 2019-11-21 20:28 song.yan 阅读(775) 评论(0) 推荐(0)
摘要: 参考:https://www.jb51.net/article/85909.htm IIS是什么 iis是用来做什么的? IIS全程为Internet Information Service(Internet信息服务),它的功能是提供信息服务,如架设http、ftp服务器等,是WindowsNT内核 阅读全文
posted @ 2019-11-21 20:27 song.yan 阅读(2503) 评论(0) 推荐(0)