forked from Lainports/freebsd-ports
Changes: - update ModSecurity to 2.9.0 (released Feb 12, 2015) - add JSON parsing support via devel/yajl - add support for loading remote configuration, which depends on ftp/curl - add optional support for fuzzy hashes via security/ssdeep - fix: use lua51 only, ModSecurity does not support lua 5.2 yet - add FreeBSD specific README with installation and configuration hints - pkg-message: refer uses to README - install recommended modsecurity.conf using .sample config file convention - port skeleton cleanups PR: 197833 Submitted by: maintainer (Walter Hop)
9 lines
330 B
Text
9 lines
330 B
Text
|
|
You have installed ModSecurity.
|
|
To enable ModSecurity in Apache, add the following to your httpd.conf:
|
|
|
|
LoadModule security2_module %%APACHEMODDIR%%/mod_security2.so
|
|
Include etc/modsecurity/*.conf
|
|
|
|
Most users will use the signatures from the OWASP Core Rule Set (CRS).
|
|
For configuration instructions, see %%DOCSDIR%%/README.
|