且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Web服务器和HTTP服务器有什么区别?

更新时间:2023-11-07 20:14:28

HTTP是HTTP中的首字母P所指示的协议.因此,纯HTTP服务器将是仅回答此协议的服务器.大多数狂放的Web服务器还支持其他协议(例如FTP),而其他服务器具有通过HTTP作为传输服务工作的协议.如果您真的对这种事情感兴趣,请参考下面的一些链接:

HTTP is a protocol as the captial P in HTTP indicates. So a pure HTTP server would be a server that answers to this protocol only. Most of the web servers out in the wild also support other protocols like FTP and others have protocols that work over HTTP as a transport service. If you really are interested in this kind of thing please refer to some of the links below:


  1. 使用WAS扩展HTTP以外的WCF服务 [在IIS 7中托管非HTTP协议的WCF [

  1. Extend Your WCF Services Beyond HTTP With WAS[^]
  2. WCF hosting non HTTP protocols in IIS 7[^]



请随时通过Google自行搜索一些内容.如果您仍然对差异有任何疑问,请发表评论!

干杯!

-MRB



Please feel free to google some on your own. If you have still any doubts as to the difference please leave a comment!

Cheers!

-MRB


没有区别.