April 2018
Beginner
284 pages
7h 3m
English
You will need the following:
You can install Apache as follows:
$ sudo yum install httpd
Then you can start the web server:
$ systemctl start httpd
You can ensure that the service is already running by checking the status as follows:
$ systemctl status httpd
The source code for this chapter can be downloaded from here: