一个端口能否用多少个IP?

一个端口能否用多少个IP?

  主机托管,只有一个端口,但是有多个IP,现在有两个网站必须用不用的IP,请问如何做?
linux +apache
你去dns 域名管理设置里面看看。
知道了,不过 apache 里不知道如何设置 2个IP?
ServerName  用哪个IP 呢? NameVirtualHost  ?

<VirtualHost ???>
#    ServerAdmin webmaster@dummy-host.example.com

#    ErrorLog logs/dummy-host.example.com-error_log
#    CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>
Apahce 配置:
NameVirtualHost 1.2.3.4
NameVirtualHost 2.2.3.4

<VirtualHost 1.2.3.4>;
DocumentRoot /web/www1/
ServerName aaa.cn
DirectoryIndex index.html
</VirtualHost>;
<VirtualHost 2.2.3.4>;
DocumentRoot /web/www2/
ServerName bbb.cn
DirectoryIndex index.html
</VirtualHost>;

网卡配置:
建立脚本文件 /etc/sysconfig/network-script/ifcfg-eth0:1
内容,按照/etc/sysconfig/network-script/ifcfg-eth0内容更改
然后把 ifcfg-eth0 重命名为:ifcfg-eth0:0
最后请教一下:
Listen 1.2.3.4:80
Listen 2.2.3.4:80
ServerName:1.2.3.4
ServerName:2.2.3.4
用不用加上?
首先在网卡上帮定那几个ip
*:80
一切都调试成功了,不过有一个问题:

网卡配置:
    建立脚本文件 /etc/sysconfig/network-script/ifcfg-eth0:1
      内容,按照/etc/sysconfig/network-script/ifcfg-eth0内容更改
    然后把 ifcfg-eth0 重命名为:ifcfg-eth0:0 ,里面的内容也成 ifcfg-eth0:0

我发现 机器启动后不能自动激活 eth0 了,必须去现场手动激活。
汗呀!每次重启机器都要去一次机房。

哪位大侠指点一下。
建立虚拟主机 一机多占!
可以在 DNS 里试一下