June 2016
Beginner
456 pages
9h 31m
English
In this recipe, we will simply install the Apache web server from the Ubuntu package repository. We will also look at the basic configuration options and set up our first web page.
You will need access to a root account or an account with sudo privileges.
I will be using Apache to refer to the Apache web server. The Apache web server is the most popular project by the Apache Foundation and is generally known as just Apache.
Follow these steps to install and configure the Apache web server:
$ sudo apt-get update $ sudo apt-get install apache2
wget should download the ...Read now
Unlock full access