Technical requirements
In this chapter, we are going to serve HTTP requests using the Apache HTTP Server (https://httpd.apache.org/). If you have a Unix-based operating system, you can usually find the Apache HTTP Server in your operating system package manager. If you have a Windows operating system, there are recommended downloads at the following link: https://httpd.apache.org/docs/2.4/platform/windows.html.
You also need to generate a TLS (Transport Layer Security) certificate using OpenSSL. If you have a Unix-based operating system, you can usually find the OpenSSL binary using the distribution's package manager. If you have a Windows operating system, you can find the recommended binary at the following link: https://wiki.openssl.org/index.php/Binaries.
For generating Docker images, you can use Docker Desktop from the following link: https://www.docker.com/products/docker-desktop/.
You can find the source code of this chapter at https://github.com/PacktPublishing...