This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > Network > modsecurity-apache (2.8.0)

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 (0x6980F8B0)
in your trustedkeys.gpg keyring (and 0x9624FCD2 for CRS)
- You have downloaded the sig file from
http://www.modsecurity.org/download/modsecurity-apache_${VERSION}.tar.gz.asc

lua is an optional dependency.

Maintained by: pyllyukko
Keywords: modsecurity,waf,apache,security
ChangeLog: modsecurity-apache

Homepage:
https://www.modsecurity.org/

Source Downloads:
owasp-modsecurity-crs-2.2.9.tar.gz (ba5b6d514f5586d33a54b26a5f64eb5c)
modsecurity-2.8.0.tar.gz (52035dcec07523cb6cc2149b2a180e20)

Download SlackBuild:
modsecurity-apache.tar.gz
modsecurity-apache.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds