简体   繁体   English

托管专用服务器,其中多个IP分配给了子域

[英]Hosted dedicated server with multiple IPs assigned to subdomains

I'm currently looking for a hosted server solution which is able to provide with: 我目前正在寻找能够提供以下内容的托管服务器解决方案:

  • Apache or Nginx engine with PHP and MySQL support; 具有PHP和MySQL支持的Apache或Nginx引擎;
  • multiple IPs (50 and more); 多个IP(50个或更多);
  • possibility to edit PTR record, in a way every IP will point to different sub-domains of a single main domain (eg, 1.2.3.4 - sub1.domain.com, 1.2.3.5 - sub2.domain.com,. 1.2.3.6 - sub3.domain.com); 编辑PTR记录的可能性,即每个IP都指向单个主域的不同子域(例如1.2.3.4-sub1.domain.com,1.2.3.5-sub2.domain.com,1.2.3.6 -sub3.domain.com);

So, perfectly, that should be a bunch of web servers running sub-domains on different IPs (IPs' subnet level doesn't matter). 因此,完美地,应该是一堆在不同IP上运行子域的Web服务器(IP的子网级别无关紧要)。

Any recommendations? 有什么建议吗? Thank you in advance. 先感谢您。

AWS should be able to provide what you want. AWS应该能够提供您想要的东西。 In AWS 在AWS中

  1. You can bring up EC2 Instance with LAMP AMIs which will provide you with the software you are looking for. 您可以使用LAMP AMI调出EC2实例,这将为您提供所需的软件。
  2. Each EC2 instance can have multiple private IPs (each private IP can be mapped to an elastic IP which are public). 每个EC2实例可以具有多个私有IP(每个私有IP可以映射到一个公共的弹性IP)。 The following link explains exactly what you want: http://aws.amazon.com/about-aws/whats-new/2012/07/06/multiple-ip-addresses-for-amazon-ec2-instances-in-amazon-vpc/ 以下链接确切说明了您想要的内容: http : //aws.amazon.com/about-aws/whats-new/2012/07/06/multiple-ip-addresses-for-amazon-ec2-instances-in-amazon -vpc /
  3. Finally using AWS Route 53 Service you can direct each subdomain to each of your public IPs using a-name records. 最后,使用AWS Route 53服务,您可以使用名称记录将每个子域定向到您的每个公共IP。 Of course I would recommend creating Amazon Load balancers and then using CNAME records to direct traffic to these Load balancers. 当然,我建议创建Amazon负载均衡器,然后使用CNAME记录将流量定向到这些负载均衡器。 But its entirely upto you how you want to implement it. 但是,这完全取决于您要如何实现它。

And It need not be AWS.. I think any sophisticated IaaS provider like rackspace or PaaS provider like Pivotal CF, Google App Engine etc should be able solve your problem only using different services and concepts. 而且它不一定是AWS。我认为,任何复杂的IaaS提供程序(如机架空间)或PaaS提供程序(如Pivotal CF,Google App Engine等)都只能使用不同的服务和概念来解决您的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM