Setting up a Domain on VPS is soo...

User 2167305 Photo


Registered User
51 posts

I can't belive how easy it is to set up a domain name on VPS

This is all you need to do

nano /etc/apache2/sites-available/anydomin.tld



<VirtualHost *:80>
ServerName mydomain.tld
ServerAlias www.mydomain.tld
DocumentRoot /var/www/anything_under_the_sun
</VirtualHost>


Then just reload Apache2. and modify the A record on your domain to your servers IP. :D And wait about 24-48 hours

(of course you need to make the folder)

ps. This is for ubuntu servers

Hope this helps some one out there!
User 244141 Photo


Ambassador
1,209 posts

I wonder how many out there actually run a VPS? Is there really all that much difference from that and dedicated? From my experience, not really unless you have some really crappy neighbors. :o
Web Design: https://www.websnoogie.com
Member - BBB: Websnoogie, LLC







Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.