slackbuilds/network/modsecurity-apache
pyllyukko 82eb16a917
network/modsecurity-apache: Updated for version 2.9.7 and CRS 3.2.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-01-14 08:49:57 +07:00
..
README
doinst.sh
modsecurity-apache.SlackBuild network/modsecurity-apache: Updated for version 2.9.7 and CRS 3.2.0. 2023-01-14 08:49:57 +07:00
modsecurity-apache.info network/modsecurity-apache: Updated for version 2.9.7 and CRS 3.2.0. 2023-01-14 08:49:57 +07:00
slack-desc

README

ModSecurity(tm) is an open source, free web application firewall (WAF)
Apache module. WAFs are deployed to establish an external security layer
that increases security, detects and prevents attacks before they reach
web applications. It provides protection from a range of attacks against
web applications and allows for HTTP traffic monitoring and real-time
analysis with little or no changes to existing infrastructure.

You can get started with ModSecurity by adding the following lines
to the appropriate sections of Apache's main configuration file (x86
architecture):

LoadModule security2_module lib/httpd/modules/mod_security2.so
<IfModule security2_module>
Include /etc/httpd/extra/modsecurity-recommended.conf
</IfModule>

Also refer to the file /etc/httpd/crs/INSTALL for information on how to
get the Core Rule Set (CRS) up and running.

This SlackBuild will also verify the PGP signature of the package if
the following conditions are met:

- You have GnuPG installed
- You have the appropriate public PGP key (0xE4BCD2EA82E67A45)
  in your trustedkeys.gpg keyring
- You have downloaded the sig file from
  https://www.modsecurity.org/tarball/${VERSION}/modsecurity-${VERSION}.tar.gz.asc

lua is an optional dependency.