English 中文(简体)
为什么要在不止一个港口收听阿帕奇网络服务器
原标题:why to have Apache Web Server listening on more than one port

在不止一个港口安装一个阿帕奇网络服务器有什么用处?

没有人能够解释我使用的情况?

最佳回答

你们可能要利用IPv4和IPv6,使用吉大港定居和高港定居等。

rel=“nofollow>http://http://d.apache.org/docs/2.2/bind.html

你们可能拥有多个网络提供者,而且每个网络都提供多种知识产权。 虽然聆听了all的演讲,但有时你可能希望听取选定的演讲,而不是全部发言。

<<>Edit>/strong>:Forgot:也是你必须从一个东道国(一个IP)为多个地点和多个领域服务的一个重要原因。 然后,你将使用不同的港口,供每个不同地点使用。 他们被称为以姓名为基础的虚拟东道国。

如果需要的话,请登陆网站link,说明如何以姓名为基础的虚拟主机从一个pache docs中取。

问题回答

I can see at least two possible use cases for that:

  1. 假设通过80港向公众开放你的申请。 但是,你希望通过管理你的数据库。 由于你可以把阿帕奇网络服务器混为一谈,因此,你将听取其他“私人”港口的收听,以收听Sphpmyadmin电话。 这样,只有你和你的团队才能进入。

  2. 当你没有在你登记域名时,你可以建立多个网站,在你的服务器上运行,并将不同的港口分配给不同地点。 这样,在贵国域名登记之前,你就可以对网站进行测试。

......在网上,停泊港为80个,皇家警察部队违约为443个

由于某种原因,你可以在另一个港口服务。





相关问题
Using SimplePie with CodeIgniter and XAMPP

I am using CodeIgniter 1.7.2 with XAMPP 1.7.2 on a Windows computer. I am trying to make use of SimplePie. I followed all the instructions I could find: a copy of simplepie.inc is in my applications/...

Multiple Sites with common files

I have developed over 50 sites that all use the exact same files other than CSS and IMAGES, I currently duplicate the files each time I create a new site and upload different css and images. What ...

http server validation

I finish a litle http server, writing from scratch. I would like to be sure that my imlementation is conforme to the HTTP specifications. W3C give us tools for HTML/XML conformance, but i see nothing ...

热门标签