Step 1
Install Microsoft Visual C++ Redistributable for Visual Studio ≥ 2015.
Step 2
Copy the Apache installation folder from another workstation:
Step 3
Install Apache as a Windows service:
httpd.exe -k install
Step 4
Change the service's startup type to «Manual»:
Step 5
Start the service:
net start "Apache2.4"
Step 6
Restart the service (for testing):
net stop "Apache2.4" && net start "Apache2.4"