@@ -20,10 +20,10 @@ Microsoft Visual Studio C++ | Visual Studio 2019 (aka VS16) |
2020
2121## Before building
2222
23- The directory where you build software from source ( `` C:\work `` in this exmaple )
24- must contain the Apache source you used to build the Apache web serverand the mod_security source
23+ The directory where you build software from source ( `` C:\work `` in this example )
24+ must contain the Apache source you used to build the Apache web server and the mod_security source
2525
26- Apache source is in C:\work\httpd-2.4.27 in this example.
26+ Apache source is in C:\work\httpd-2.4.66 in this example.
2727 Apache has been installed to C:\Apache2466 in this example.
2828 Mod_security source is in C:\work\mod_security in this example.
2929
@@ -53,7 +53,7 @@ must contain the Apache source you used to build the Apache web serverand the mo
53533 . Set an environment variable to the Apache source code directory:
5454
5555```
56- SET HTTPD_BUILD=C:\work\httpd-2.4.27
56+ SET HTTPD_BUILD=C:\work\httpd-2.4.66
5757```
5858
5959### Optional:
@@ -180,7 +180,7 @@ Create a new command file ``C:\Apache2466\bin\mlogc.bat`` with one line:
180180Create a new configuration file `` C:\Apache2466\conf\mlogc.conf `` to control the piped-logging program `` mlogc.exe `` .
181181Here is an example `` conf\mlogc.conf `` :
182182
183- CollectorRoot "C:/Apache2427 /logs"
183+ CollectorRoot "C:/Apache2466 /logs"
184184 ConsoleURI "https://localhost:8888/rpc/auditLogReceiver"
185185 SensorUsername "test"
186186 SensorPassword "testtest"
@@ -200,4 +200,4 @@ Here is an example ``conf\mlogc.conf``:
200200
201201Change the SecAuditLog directive in `` conf\httpd.conf `` to pipe the log data to mlogc instead of writing them to a file:
202202
203- SecAuditLog |C:/Apache2427 /bin/mlogc.bat
203+ SecAuditLog |C:/Apache2466 /bin/mlogc.bat
0 commit comments