From 24dc2009d65ba5637319f3fdcdcc9cd1c723608e Mon Sep 17 00:00:00 2001 From: Javier Medeot Date: Wed, 14 Feb 2024 16:29:07 -0300 Subject: [PATCH] Fix Apache binary URL --- .../block-malicious-actor-ip-reputation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/proof-of-concept-guide/block-malicious-actor-ip-reputation.rst b/source/proof-of-concept-guide/block-malicious-actor-ip-reputation.rst index 5161d420c1..16bf96a294 100644 --- a/source/proof-of-concept-guide/block-malicious-actor-ip-reputation.rst +++ b/source/proof-of-concept-guide/block-malicious-actor-ip-reputation.rst @@ -85,7 +85,7 @@ Perform the following steps to install and configure an Apache web server. #. Install the latest `Visual C++ Redistributable package `__. -#. Download the Apache web server `ZIP installation file `__. This is an already compiled binary for Windows operating systems. +#. Download the `Apache web server `__ Win64 ZIP installation file. This is an already compiled binary for Windows operating systems. #. Unzip the contents of the Apache web server zip file and copy the extracted ``Apache24`` folder to the ``C:`` directory.