Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VPS simulation on LAN Ubuntu server

Status
Not open for further replies.

ChrisRChamberlain

Programmer
Mar 23, 2000
3,392
0
0
GB
Hi all

Would like to simulate setting up a VPS on a spare server on a LAN.

So assuming Ubuntu Server 12.04 LTS is the O/S, should there be a typical LAMP installation or should adding Apache, MySQL, PHP etc take place after the basic O/S is installed?

FAQ184-2483​
Chris [pc2]
motrac.co.uk
 
Yep.

Apache: sudo apt-get install apache2

MySQL: sudo apt-get install mysql-server

PHP: sudo apt-get install php5 libapache2-mod-php5

Restart Apache: sudo /etc/init.d/apache2 restart

Or if you prefer a GUI, load up Webmin


And use that to set up the various servers and configurations

Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Webmaster Forum
 
Depends if it is a managed system or not, such as one that includes WHM/cPanel licensing by the supplier, if you get an 'unmanaged' VM, there is only the OS on it and you get a "root" password, the rest is up to you.

Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Webmaster Forum
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top