I want to install an Apache 2 server on a Windows 10 system. The official documentation (https://httpd.apache.org/docs/2.4/platform/windows.html) states that:
"The Apache HTTP Server Project itself does not provide binary releases of software, only source code"
To have a binary of the Apache HTTP Server it has to be compiled by oneself or acquired from a distribution provided by a thrid party. These distributions usually bundle Apache with PHP and MySQL.
The question is:
What distribution is recommended to install a standalone Apache 2 server and what are the steps to do it?