Technical requirements
You will need the following:
- CentOS 7.x machine
- Apache 2.4.x web server installed
You can install Apache as follows:
$ sudo yum install httpdThen you can start the web server:
$ systemctl start httpdYou 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: