Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Apache2 Mod Security v2.9.7 Compilation Instructions: Revision history

From John's Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 July 2024

  • curprev 21:4521:45, 17 July 2024Admin talk contribs 2,438 bytes +58 No edit summary
  • curprev 21:4321:43, 17 July 2024Admin talk contribs 2,380 bytes +199 No edit summary
  • curprev 19:5519:55, 17 July 2024Admin talk contribs 2,181 bytes +40 No edit summary
  • curprev 19:5219:52, 17 July 2024Admin talk contribs 2,141 bytes +2,141 Created page with "== Overview == Going to be compiling <code>mod_security2</code> (v2.9.7) for Apache2 on Ubuntu 22.04. This module is pretty straight forward to compile. However, there are some dependencies. <pre>sudo apt install apache2-dev gcc libxml2 libxml2-dev libpcre3-dev</pre> Fetch the tarball from their github releases page. https://github.com/owasp-modsecurity/ModSecurity/releases/tag/v2.9.7 <pre>sudo su cd /opt wget https://github.com/owasp-modsecurity/ModSecurity/releases..."