Home > Backend Development > PHP Tutorial > 为什么在IIS服务器中,这么多网站可以共用一个80端口呢

为什么在IIS服务器中,这么多网站可以共用一个80端口呢

WBOY
Release: 2016-06-23 14:28:32
Original
1404 people have browsed it

不是说在一台机器上,只能使一个网站用80端口吗,但是我在这个服务器上发现,好多网站都共用一个80端口,难道我理解错了


回复讨论(解决方案)

Name-based Virtual Host
https://httpd.apache.org/docs/2.2/vhosts/name-based.html

一个服务进程使用80端口
而不是一个网站
一个服务进程里可以有N个虚拟网站

对不同的网站设置不同的“主机头”即可

IIS 设置虚拟主机要比 apache 简单的多

访问的一个端口80   只是外部通过这个端口访问iis服务
iis服务有虚拟主机。。再通过这访问主机

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template