To manage this kind of things, let's use a more powerfull thing which is called Webmin. Download the debian package, and then setup Apache Virtual Hosts, and Bind Configuration from there.
side note: when installing bind to the VPS, we should set the DNS Server to 127.0.0.1 (localhost) and then set the bind dns forwarding accordingly.
-----------OLD ARTICLE STARTING-------->>
I was tempted with the low price on vps these days, and it's my goal someday to create a multiplayer game.. err not multiplayer.. but online where people could play and compete with each other online.. ;)
any whoo..
the steps..
- After you receive your username, password, and ip address, log in to you vps SSH by ussing putty
- Start by upgrading.. aptitude update && aptitude upgrade
- Next, install mysql aptitude install mysql-server mysql-client
- Enter you mysql username and password, don't lose it
- install the server aptitude install apache2 apache2-doc