BIP KB Tag: Install Apache
How To Install Apache On Ubuntu
Apache HTTP Server, commonly referred to as just Apache, is a web server. It is the “A” in the “LAMP” acronym, which stands for Linux (you have that, it’s your Ubuntu VPS where you’ll install Apache!), Apache, MySQL and PHP (or, Perl, or, Python?)
Installing Apache with apt-get is simple. SSH to your Pod as root, and run these commands:
root@mypod:~# sudo apt-get update
root@mypod:~# sudo apt-get install apache2
You can ...
By jill, March 17, 2015