freebsd-ports/security/modsecurity3-apache/pkg-plist
Jochen Neumeister ea4ad8cdb0 New Port: security/modsecurity3-apache
The ModSecurity-apache connector is the connection point between Apache and libmodsecurity (ModSecurity v3).
Said another way, this project provides a communication channel between Apache and libmodsecurity.
This connector is required to use LibModSecurity with Apache.

The ModSecurity-apache connector takes the form of an Apache module.
The module simply serves as a layer of communication between Apache and ModSecurity.

https://github.com/SpiderLabs/ModSecurity-apache

Sponsored by:	Netzkommune GmbH
2019-05-06 18:55:19 +00:00

4 lines
159 B
Text

%%APACHEMODDIR%%/mod_security3.so
@postexec %D/sbin/apxs -e -a -n security3 %f
@preunexec %D/sbin/apxs -e -A -n security3 %f
%%PORTDOCS%%%%DOCSDIR%%/README.md