Sunday, March 31, 2019

apache 2.2 - how can I create name-server

I want to run multiple sites on my ubuntu machine. I know that I can achieve this by using virtual host configuration of the apache where servername = 'siteabc.com' in the configuration of siteabc and servername = 'sitexyz.com' in the configuration of sitexyz where siteabc.com & sitexyz both point to same IP address.
My questions is that how can I create these siteabc.com & sitexyz.com name-servers on ubuntu so that both of them are ping-able from outside my network?



Thanks,

Daulat

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...